Html Css Color HEX #291977 Persian Indigo

📋 copy color: '#291977'

red 41 ◦ green 25 ◦ blue 119

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

Shades of Persian Indigo #291977

Tints of Persian Indigo #291977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.32%

R = 22.16%
G = 13.51%
B = 64.32%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#291977 (or 0x291977) is known color: Persian Indigo. HEX triplet: 29, 19 and 77. RGB value is (41,25,119). Sum of RGB (Red+Green+Blue) = 41+25+119=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #291977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291977 is #D6E688. Grayscale: #282828. Windows color (decimal): -14083721 or 7805225. OLE color: 7805225.

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

Color convert

RGB 41 25 119 -
CMYK 0.66 0.79 0 0.53
HSL 250.21º 0.65% 0.28% -
HSV(B) 250.21º 0.79% 0.47% -
XYZ 4.59 2.5 17.69 -
YUV 40.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 41 25 119 0.66 0.79 0 0.53 250.21 0.65 0.28
Hex 29 19 77 42 4F 0 35 FA 41 1C
Octal 51 31 167 102 117 0 65 372 101 34
Binary 101001 11001 1110111 1000010 1001111 0 110101 11111010 1000001 11100

Color Harmonies of #291977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291977

Black with #291977

Text Example


Text Example

White with #291977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291977; }

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

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

background-color css

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

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

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

border-color css

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

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

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