Html Css Color HEX #291971 Persian Indigo

📋 copy color: '#291971'

red 41 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #291971

Tints of Persian Indigo #291971

RGB

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

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

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

R = 22.91%
G = 13.97%
B = 63.13%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291971 (or 0x291971) is known color: Persian Indigo. HEX triplet: 29, 19 and 71. RGB value is (41,25,113). Sum of RGB (Red+Green+Blue) = 41+25+113=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #291971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291971 is #D6E68E. Grayscale: #272727. Windows color (decimal): -14083727 or 7412009. OLE color: 7412009.

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

Color convert

RGB 41 25 113 -
CMYK 0.64 0.78 0 0.56
HSL 250.91º 0.64% 0.27% -
HSV(B) 250.91º 0.78% 0.44% -
XYZ 4.24 2.36 15.85 -
YUV 39.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 41 25 113 0.64 0.78 0 0.56 250.91 0.64 0.27
Hex 29 19 71 40 4E 0 38 FB 40 1B
Octal 51 31 161 100 116 0 70 373 100 33
Binary 101001 11001 1110001 1000000 1001110 0 111000 11111011 1000000 11011

Color Harmonies of #291971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291971

Black with #291971

Text Example


Text Example

White with #291971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291971; }

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

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

background-color css

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

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

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

border-color css

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

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

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