#291577

Color #291577 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #291577

Tints of Persian Indigo #291577

Color information

#291577 (or 0x291577) is unknown color: approx 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

RGB4121119-
CMYK0.660.8200.53
HSL252.24º70%27.45%-
HSV(B)252.24º82.35%46.67%-
XYZ4.512.3417.67-
YUV38.15173.63130.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 119 (46.88% from 255) = 65.75%
R=22.65%
G=11.60%
B=65.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41211190.660.8200.53252.247027.45
Hex2915774252035fc461b
Octal512516710212206537410633
Binary10100110101111011110000101010010011010111111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>