#29076C

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

Shades of Persian Indigo #29076C

Tints of Persian Indigo #29076C

Color information

#29076C (or 0x29076C) is unknown color: approx Persian Indigo. HEX triplet: 29, 07 and 6C. RGB value is (41,7,108). Sum of RGB (Red+Green+Blue) = 41+7+108=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #29076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29076C is #D6F893. Grayscale: #1C1C1C. Windows color (decimal): -14088340 or 7079721. OLE color: 7079721.

HSL color Cylindrical-coordinate representation of color #29076C: hue angle of 260.2º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29076C is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB417108-
CMYK0.620.9400.58
HSL260.2º87.83%22.55%-
HSV(B)260.2º93.52%42.35%-
XYZ3.71.7114.32-
YUV28.68172.76136.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 108 (42.58% from 255) = 69.23%
R=26.28%
G=4.49%
B=69.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4171080.620.9400.58260.287.8322.55
Hex2976C3E5E03A1045817
Octal5171547613607240413027
Binary101001111110110011111010111100111010100000100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29076C; }

 p { color: rgb(41,7,108); }

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

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

 a { background-color: rgb(41,7,108); }

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

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

 span { border-color: rgb(41,7,108); }

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