Html Css Color HEX #290E71 Persian Indigo

📋 copy color: '#290E71'

red 41 ◦ green 14 ◦ blue 113

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

Shades of Persian Indigo #290E71

Tints of Persian Indigo #290E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 24.4%
G = 8.33%
B = 67.26%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290E71 (or 0x290E71) is known color: Persian Indigo. HEX triplet: 29, 0E and 71. RGB value is (41,14,113). Sum of RGB (Red+Green+Blue) = 41+14+113=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #290E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E71 is #D6F18E. Grayscale: #202020. Windows color (decimal): -14086543 or 7409193. OLE color: 7409193.

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

Color convert

RGB 41 14 113 -
CMYK 0.64 0.88 0 0.56
HSL 256.36º 0.78% 0.25% -
HSV(B) 256.36º 0.88% 0.44% -
XYZ 4.05 1.98 15.79 -
YUV 33.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 41 14 113 0.64 0.88 0 0.56 256.36 0.78 0.25
Hex 29 E 71 40 58 0 38 100 4E 19
Octal 51 16 161 100 130 0 70 400 116 31
Binary 101001 1110 1110001 1000000 1011000 0 111000 100000000 1001110 11001

Color Harmonies of #290E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E71

Black with #290E71

Text Example


Text Example

White with #290E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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