#29016C

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

Shades of Persian Indigo #29016C

Tints of Persian Indigo #29016C

Color information

#29016C (or 0x29016C) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 6C. RGB value is (41,1,108). Sum of RGB (Red+Green+Blue) = 41+1+108=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #29016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016C is #D6FE93. Grayscale: #181818. Windows color (decimal): -14089876 or 7078185. OLE color: 7078185.

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

Color convert

RGB411108-
CMYK0.620.9900.58
HSL262.43º98.17%21.37%-
HSV(B)262.43º99.07%42.35%-
XYZ3.631.5814.3-
YUV25.16174.75139.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 108 (42.58% from 255) = 72%
R=27.33%
G=0.67%
B=72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4111080.620.9900.58262.4398.1721.37
Hex2916C3E6303A1066215
Octal5111547614307240614225
Binary1010011110110011111011000110111010100000110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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