Html Css Color HEX #290EFD Han Purple

📋 copy color: '#290EFD'

red 41 ◦ green 14 ◦ blue 253

#290EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #290EFD

Tints of Han Purple #290EFD

RGB

 RED value IS 41 (16.41% from 255) = 13.31%

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 253 (99.22% from 255) = 82.14%

R = 13.31%
G = 4.55%
B = 82.14%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#290EFD (or 0x290EFD) is known color: Han Purple. HEX triplet: 29, 0E and FD. RGB value is (41,14,253). Sum of RGB (Red+Green+Blue) = 41+14+253=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #290EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EFD is #D6F102. Grayscale: #303030. Windows color (decimal): -14086403 or 16584233. OLE color: 16584233.

HSL color Cylindrical-coordinate representation of color #290EFD: hue angle of 246.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EFD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 14 253 -
CMYK 0.84 0.94 0 0.01
HSL 246.78º 0.98% 0.52% -
HSV(B) 246.78º 0.94% 0.99% -
XYZ 18.8 7.88 93.46 -
YUV 49.32 242.95 122.07 -
System Red Green Blue C M Y K H S L
Decimal 41 14 253 0.84 0.94 0 0.01 246.78 0.98 0.52
Hex 29 E FD 54 5E 0 1 F7 62 34
Octal 51 16 375 124 136 0 1 367 142 64
Binary 101001 1110 11111101 1010100 1011110 0 1 11110111 1100010 110100

Color Harmonies of #290EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EFD

Black with #290EFD

Text Example


Text Example

White with #290EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290EFD; }

 p { color: rgb(41,14,253); }

 H1.HeaderClassName
 {
   color: #290EFD;
 }
 .AnyTagClassName
 {
   color: #290EFD;
 }
</style>

background-color css

<style>
 a { background-color: #290EFD; }

 a { background-color: rgb(41,14,253); }

 div.DivClassName
 {
   background-color: #290EFD;
 }
 .BgClassName
 {
   background-color: #290EFD;
 }
</style>

border-color css

<style>
 span { border-color: #290EFD; }

 span { border-color: rgb(41,14,253); }

 td.TdClassName
 {
   border-color: #290EFD;
 }
 .TagClassName
 {
   border-color: #290EFD;
 }
</style>