Html Css Color HEX #291976 Persian Indigo

📋 copy color: '#291976'

red 41 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #291976

Tints of Persian Indigo #291976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 22.28%
G = 13.59%
B = 64.13%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291976 (or 0x291976) is known color: Persian Indigo. HEX triplet: 29, 19 and 76. RGB value is (41,25,118). Sum of RGB (Red+Green+Blue) = 41+25+118=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #291976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291976 is #D6E689. Grayscale: #282828. Windows color (decimal): -14083722 or 7739689. OLE color: 7739689.

HSL color Cylindrical-coordinate representation of color #291976: hue angle of 250.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291976 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 25 118 -
CMYK 0.65 0.79 0 0.54
HSL 250.32º 0.65% 0.28% -
HSV(B) 250.32º 0.79% 0.46% -
XYZ 4.53 2.47 17.38 -
YUV 40.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 41 25 118 0.65 0.79 0 0.54 250.32 0.65 0.28
Hex 29 19 76 41 4F 0 36 FA 41 1C
Octal 51 31 166 101 117 0 66 372 101 34
Binary 101001 11001 1110110 1000001 1001111 0 110110 11111010 1000001 11100

Color Harmonies of #291976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291976

Black with #291976

Text Example


Text Example

White with #291976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291976; }

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

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

background-color css

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

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

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

border-color css

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

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

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