Html Css Color HEX #291972 Persian Indigo

📋 copy color: '#291972'

red 41 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #291972

Tints of Persian Indigo #291972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 22.78%
G = 13.89%
B = 63.33%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291972 (or 0x291972) is known color: Persian Indigo. HEX triplet: 29, 19 and 72. RGB value is (41,25,114). Sum of RGB (Red+Green+Blue) = 41+25+114=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #291972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291972 is #D6E68D. Grayscale: #272727. Windows color (decimal): -14083726 or 7477545. OLE color: 7477545.

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

Color convert

RGB 41 25 114 -
CMYK 0.64 0.78 0 0.55
HSL 250.79º 0.64% 0.27% -
HSV(B) 250.79º 0.78% 0.45% -
XYZ 4.3 2.38 16.15 -
YUV 39.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 41 25 114 0.64 0.78 0 0.55 250.79 0.64 0.27
Hex 29 19 72 40 4E 0 37 FB 40 1B
Octal 51 31 162 100 116 0 67 373 100 33
Binary 101001 11001 1110010 1000000 1001110 0 110111 11111011 1000000 11011

Color Harmonies of #291972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291972

Black with #291972

Text Example


Text Example

White with #291972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291972; }

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

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

background-color css

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

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

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

border-color css

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

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

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