#29136E

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

Shades of Persian Indigo #29136E

Tints of Persian Indigo #29136E

Color information

#29136E (or 0x29136E) is unknown color: approx Persian Indigo. HEX triplet: 29, 13 and 6E. RGB value is (41,19,110). Sum of RGB (Red+Green+Blue) = 41+19+110=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #29136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29136E is #D6EC91. Grayscale: #232323. Windows color (decimal): -14085266 or 7213865. OLE color: 7213865.

HSL color Cylindrical-coordinate representation of color #29136E: hue angle of 254.51º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29136E is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4119110-
CMYK0.630.8300.57
HSL254.51º70.54%25.29%-
HSV(B)254.51º82.73%43.14%-
XYZ3.962.0614.94-
YUV35.95169.79131.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 110 (43.36% from 255) = 64.71%
R=24.12%
G=11.18%
B=64.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41191100.630.8300.57254.5170.5425.29
Hex29136E3F53039ff4719
Octal51231567712307137710731
Binary1010011001111011101111111010011011100111111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29136E; }

 p { color: rgb(41,19,110); }

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

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

 a { background-color: rgb(41,19,110); }

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

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

 span { border-color: rgb(41,19,110); }

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