#29066E

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

Shades of Persian Indigo #29066E

Tints of Persian Indigo #29066E

Color information

#29066E (or 0x29066E) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 6E. RGB value is (41,6,110). Sum of RGB (Red+Green+Blue) = 41+6+110=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #29066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29066E is #D6F991. Grayscale: #1B1B1B. Windows color (decimal): -14088594 or 7210537. OLE color: 7210537.

HSL color Cylindrical-coordinate representation of color #29066E: hue angle of 260.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29066E is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB416110-
CMYK0.630.9500.57
HSL260.19º89.66%22.75%-
HSV(B)260.19º94.55%43.14%-
XYZ3.791.7314.89-
YUV28.32174.1137.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=26.11%
G=3.82%
B=70.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4161100.630.9500.57260.1989.6622.75
Hex2966E3F5F0391045a17
Octal5161567713707140413227
Binary101001110110111011111110111110111001100000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29066E; }

 p { color: rgb(41,6,110); }

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

<style>
 a { background-color: #29066E; }

 a { background-color: rgb(41,6,110); }

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

<style>
 span { border-color: #29066E; }

 span { border-color: rgb(41,6,110); }

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