#29006D

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

Shades of Persian Indigo #29006D

Tints of Persian Indigo #29006D

Color information

#29006D (or 0x29006D) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 6D. RGB value is (41,0,109). Sum of RGB (Red+Green+Blue) = 41+0+109=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #29006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29006D is #D6FF92. Grayscale: #181818. Windows color (decimal): -14090131 or 7143465. OLE color: 7143465.

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

Color convert

RGB410109-
CMYK0.62100.57
HSL262.57º100%21.37%-
HSV(B)262.57º100%42.75%-
XYZ3.671.5814.58-
YUV24.68175.58139.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 72.67%
R=27.33%
G=0%
B=72.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4101090.62100.57262.5710021.37
Hex2906D3E640391076415
Octal5101557614407140714425
Binary1010010110110111111011001000111001100000111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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