#29016D

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

Shades of Persian Indigo #29016D

Tints of Persian Indigo #29016D

Color information

#29016D (or 0x29016D) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 6D. RGB value is (41,1,109). Sum of RGB (Red+Green+Blue) = 41+1+109=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #29016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016D is #D6FE92. Grayscale: #181818. Windows color (decimal): -14089875 or 7143721. OLE color: 7143721.

HSL color Cylindrical-coordinate representation of color #29016D: hue angle of 262.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29016D is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB411109-
CMYK0.620.9900.57
HSL262.22º98.18%21.57%-
HSV(B)262.22º99.08%42.75%-
XYZ3.691.614.58-
YUV25.27175.25139.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 109 (42.97% from 255) = 72.19%
R=27.15%
G=0.66%
B=72.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4111090.620.9900.57262.2298.1821.57
Hex2916D3E630391066216
Octal5111557614307140614226
Binary1010011110110111111011000110111001100000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29016D; }

 p { color: rgb(41,1,109); }

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

<style>
 a { background-color: #29016D; }

 a { background-color: rgb(41,1,109); }

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

<style>
 span { border-color: #29016D; }

 span { border-color: rgb(41,1,109); }

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