#291181

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

Shades of Persian Indigo #291181

Tints of Persian Indigo #291181

Color information

#291181 (or 0x291181) is unknown color: approx Persian Indigo. HEX triplet: 29, 11 and 81. RGB value is (41,17,129). Sum of RGB (Red+Green+Blue) = 41+17+129=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #291181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291181 is #D6EE7E. Grayscale: #242424. Windows color (decimal): -14085759 or 8458537. OLE color: 8458537.

HSL color Cylindrical-coordinate representation of color #291181: hue angle of 252.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291181 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4117129-
CMYK0.680.8700.49
HSL252.86º76.71%28.63%-
HSV(B)252.86º86.82%50.59%-
XYZ5.082.4620.98-
YUV36.94179.95130.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 129 (50.78% from 255) = 68.98%
R=21.93%
G=9.09%
B=68.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41171290.680.8700.49252.8676.7128.63
Hex2911814457031fd4d1d
Octal512120110412706137511535
Binary101001100011000000110001001010111011000111111101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291181; }

 p { color: rgb(41,17,129); }

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

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

 a { background-color: rgb(41,17,129); }

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

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

 span { border-color: rgb(41,17,129); }

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