#291770

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

Shades of Persian Indigo #291770

Tints of Persian Indigo #291770

Color information

#291770 (or 0x291770) is unknown color: approx Persian Indigo. HEX triplet: 29, 17 and 70. RGB value is (41,23,112). Sum of RGB (Red+Green+Blue) = 41+23+112=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #291770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291770 is #D6E88F. Grayscale: #262626. Windows color (decimal): -14084240 or 7345961. OLE color: 7345961.

HSL color Cylindrical-coordinate representation of color #291770: hue angle of 252.13º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291770 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4123112-
CMYK0.630.7900.56
HSL252.13º65.93%26.47%-
HSV(B)252.13º79.46%43.92%-
XYZ4.152.2515.55-
YUV38.53169.46129.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=23.30%
G=13.07%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41231120.630.7900.56252.1365.9326.47
Hex2917703F4F038fc421a
Octal51271607711707037410232
Binary1010011011111100001111111001111011100011111100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291770; }

 p { color: rgb(41,23,112); }

 H1.HeaderClassName
 {
   color: #291770;
 }
 .AnyTagClassName
 {
   color: #291770;
 }
</style>
background-color css

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

 a { background-color: rgb(41,23,112); }

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

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

 span { border-color: rgb(41,23,112); }

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