#29118B

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

Shades of Persian Indigo #29118B

Tints of Persian Indigo #29118B

Color information

#29118B (or 0x29118B) is unknown color: approx Persian Indigo. HEX triplet: 29, 11 and 8B. RGB value is (41,17,139). Sum of RGB (Red+Green+Blue) = 41+17+139=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #29118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29118B is #D6EE74. Grayscale: #252525. Windows color (decimal): -14085749 or 9113897. OLE color: 9113897.

HSL color Cylindrical-coordinate representation of color #29118B: hue angle of 251.8º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29118B is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4117139-
CMYK0.710.8800.45
HSL251.8º78.21%30.59%-
HSV(B)251.8º87.77%54.51%-
XYZ5.782.7424.65-
YUV38.08184.95130.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 139 (54.69% from 255) = 70.56%
R=20.81%
G=8.63%
B=70.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41171390.710.8800.45251.878.2130.59
Hex29118B475802Dfc4e1f
Octal512121310713005537411637
Binary101001100011000101110001111011000010110111111100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29118B; }

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

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

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

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

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

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

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

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