Html Css Color HEX #290FEC Han Purple

📋 copy color: '#290FEC'

red 41 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #290FEC

Tints of Han Purple #290FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

 BLUE value IS 236 (92.58% from 255) = 80.82%

R = 14.04%
G = 5.14%
B = 80.82%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#290FEC (or 0x290FEC) is known color: Han Purple. HEX triplet: 29, 0F and EC. RGB value is (41,15,236). Sum of RGB (Red+Green+Blue) = 41+15+236=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #290FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FEC is #D6F013. Grayscale: #2F2F2F. Windows color (decimal): -14086164 or 15470377. OLE color: 15470377.

HSL color Cylindrical-coordinate representation of color #290FEC: hue angle of 247.06º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FEC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 15 236 -
CMYK 0.83 0.94 0 0.07
HSL 247.06º 0.88% 0.49% -
HSV(B) 247.06º 0.94% 0.93% -
XYZ 16.23 6.87 79.83 -
YUV 47.97 234.11 123.03 -
System Red Green Blue C M Y K H S L
Decimal 41 15 236 0.83 0.94 0 0.07 247.06 0.88 0.49
Hex 29 F EC 53 5E 0 7 F7 58 31
Octal 51 17 354 123 136 0 7 367 130 61
Binary 101001 1111 11101100 1010011 1011110 0 111 11110111 1011000 110001

Color Harmonies of #290FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FEC

Black with #290FEC

Text Example


Text Example

White with #290FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,15,236); }

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

background-color css

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

 a { background-color: rgb(41,15,236); }

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

border-color css

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

 span { border-color: rgb(41,15,236); }

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