Html Css Color HEX #291577 Persian Indigo

📋 copy color: '#291577'

red 41 ◦ green 21 ◦ blue 119

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

Shades of Persian Indigo #291577

Tints of Persian Indigo #291577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

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

R = 22.65%
G = 11.6%
B = 65.75%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#291577 (or 0x291577) is known color: Persian Indigo. HEX triplet: 29, 15 and 77. RGB value is (41,21,119). Sum of RGB (Red+Green+Blue) = 41+21+119=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #291577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291577 is #D6EA88. Grayscale: #252525. Windows color (decimal): -14084745 or 7804201. OLE color: 7804201.

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

Color convert

RGB 41 21 119 -
CMYK 0.66 0.82 0 0.53
HSL 252.24º 0.7% 0.27% -
HSV(B) 252.24º 0.82% 0.47% -
XYZ 4.51 2.34 17.67 -
YUV 38.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 41 21 119 0.66 0.82 0 0.53 252.24 0.7 0.27
Hex 29 15 77 42 52 0 35 FC 46 1B
Octal 51 25 167 102 122 0 65 374 106 33
Binary 101001 10101 1110111 1000010 1010010 0 110101 11111100 1000110 11011

Color Harmonies of #291577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291577

Black with #291577

Text Example


Text Example

White with #291577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291577; }

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

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

background-color css

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

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

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

border-color css

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

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

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