#29156A

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

Shades of Persian Indigo #29156A

Tints of Persian Indigo #29156A

Color information

#29156A (or 0x29156A) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 6A. RGB value is (41,21,106). Sum of RGB (Red+Green+Blue) = 41+21+106=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #29156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29156A is #D6EA95. Grayscale: #242424. Windows color (decimal): -14084758 or 6952233. OLE color: 6952233.

HSL color Cylindrical-coordinate representation of color #29156A: hue angle of 254.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29156A is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4121106-
CMYK0.610.8000.58
HSL254.12º66.93%24.9%-
HSV(B)254.12º80.19%41.57%-
XYZ3.782.0513.83-
YUV36.67167.13131.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 106 (41.80% from 255) = 63.10%
R=24.40%
G=12.5%
B=63.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41211060.610.8000.58254.1266.9324.9
Hex29156A3D5003Afe4319
Octal51251527512007237610331
Binary1010011010111010101111011010000011101011111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29156A; }

 p { color: rgb(41,21,106); }

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

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

 a { background-color: rgb(41,21,106); }

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

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

 span { border-color: rgb(41,21,106); }

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