#29016E

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

Shades of Persian Indigo #29016E

Tints of Persian Indigo #29016E

Color information

#29016E (or 0x29016E) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 6E. RGB value is (41,1,110). Sum of RGB (Red+Green+Blue) = 41+1+110=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #29016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016E is #D6FE91. Grayscale: #181818. Windows color (decimal): -14089874 or 7209257. OLE color: 7209257.

HSL color Cylindrical-coordinate representation of color #29016E: hue angle of 262.02º 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 #29016E is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB411110-
CMYK0.630.9900.57
HSL262.02º98.2%21.76%-
HSV(B)262.02º99.09%43.14%-
XYZ3.741.6214.87-
YUV25.39175.75139.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 110 (43.36% from 255) = 72.37%
R=26.97%
G=0.66%
B=72.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4111100.630.9900.57262.0298.221.76
Hex2916E3F630391066216
Octal5111567714307140614226
Binary1010011110111011111111000110111001100000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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