Html Css Color HEX #291672 Persian Indigo

📋 copy color: '#291672'

red 41 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #291672

Tints of Persian Indigo #291672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 23.16%
G = 12.43%
B = 64.41%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291672 (or 0x291672) is known color: Persian Indigo. HEX triplet: 29, 16 and 72. RGB value is (41,22,114). Sum of RGB (Red+Green+Blue) = 41+22+114=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #291672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291672 is #D6E98D. Grayscale: #252525. Windows color (decimal): -14084494 or 7476777. OLE color: 7476777.

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

Color convert

RGB 41 22 114 -
CMYK 0.64 0.81 0 0.55
HSL 252.39º 0.68% 0.27% -
HSV(B) 252.39º 0.81% 0.45% -
XYZ 4.24 2.26 16.13 -
YUV 38.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 41 22 114 0.64 0.81 0 0.55 252.39 0.68 0.27
Hex 29 16 72 40 51 0 37 FC 44 1B
Octal 51 26 162 100 121 0 67 374 104 33
Binary 101001 10110 1110010 1000000 1010001 0 110111 11111100 1000100 11011

Color Harmonies of #291672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291672

Black with #291672

Text Example


Text Example

White with #291672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291672; }

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

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

background-color css

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

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

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

border-color css

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

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

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