Html Css Color HEX #290E72 Persian Indigo

📋 copy color: '#290E72'

red 41 ◦ green 14 ◦ blue 114

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

Shades of Persian Indigo #290E72

Tints of Persian Indigo #290E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 67.46%

R = 24.26%
G = 8.28%
B = 67.46%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290E72 (or 0x290E72) is known color: Persian Indigo. HEX triplet: 29, 0E and 72. RGB value is (41,14,114). Sum of RGB (Red+Green+Blue) = 41+14+114=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #290E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E72 is #D6F18D. Grayscale: #212121. Windows color (decimal): -14086542 or 7474729. OLE color: 7474729.

HSL color Cylindrical-coordinate representation of color #290E72: hue angle of 256.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290E72 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 14 114 -
CMYK 0.64 0.88 0 0.55
HSL 256.2º 0.78% 0.25% -
HSV(B) 256.2º 0.88% 0.45% -
XYZ 4.11 2 16.09 -
YUV 33.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 41 14 114 0.64 0.88 0 0.55 256.2 0.78 0.25
Hex 29 E 72 40 58 0 37 100 4E 19
Octal 51 16 162 100 130 0 67 400 116 31
Binary 101001 1110 1110010 1000000 1011000 0 110111 100000000 1001110 11001

Color Harmonies of #290E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E72

Black with #290E72

Text Example


Text Example

White with #290E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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