#29076B

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

Shades of Persian Indigo #29076B

Tints of Persian Indigo #29076B

Color information

#29076B (or 0x29076B) is unknown color: approx Persian Indigo. HEX triplet: 29, 07 and 6B. RGB value is (41,7,107). Sum of RGB (Red+Green+Blue) = 41+7+107=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #29076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29076B is #D6F894. Grayscale: #1C1C1C. Windows color (decimal): -14088341 or 7014185. OLE color: 7014185.

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

Color convert

RGB417107-
CMYK0.620.9300.58
HSL260.4º87.72%22.35%-
HSV(B)260.4º93.46%41.96%-
XYZ3.641.6814.04-
YUV28.57172.26136.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=26.45%
G=4.52%
B=69.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4171070.620.9300.58260.487.7222.35
Hex2976B3E5D03A1045816
Octal5171537613507240413026
Binary101001111110101111111010111010111010100000100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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