#29026E

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

Shades of Persian Indigo #29026E

Tints of Persian Indigo #29026E

Color information

#29026E (or 0x29026E) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 6E. RGB value is (41,2,110). Sum of RGB (Red+Green+Blue) = 41+2+110=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #29026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29026E is #D6FD91. Grayscale: #191919. Windows color (decimal): -14089618 or 7209513. OLE color: 7209513.

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

Color convert

RGB412110-
CMYK0.630.9800.57
HSL261.67º96.43%21.96%-
HSV(B)261.67º98.18%43.14%-
XYZ3.751.6414.87-
YUV25.97175.42138.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=26.80%
G=1.31%
B=71.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4121100.630.9800.57261.6796.4321.96
Hex2926E3F620391066016
Octal5121567714207140614026
Binary10100110110111011111111000100111001100000110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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