#29016B

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

Shades of Persian Indigo #29016B

Tints of Persian Indigo #29016B

Color information

#29016B (or 0x29016B) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 6B. RGB value is (41,1,107). Sum of RGB (Red+Green+Blue) = 41+1+107=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #29016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016B is #D6FE94. Grayscale: #181818. Windows color (decimal): -14089877 or 7012649. OLE color: 7012649.

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

Color convert

RGB411107-
CMYK0.620.9900.58
HSL262.64º98.15%21.18%-
HSV(B)262.64º99.07%41.96%-
XYZ3.581.5514.02-
YUV25.04174.25139.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 107 (42.19% from 255) = 71.81%
R=27.52%
G=0.67%
B=71.81%

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
Decimal4111070.620.9900.58262.6498.1521.18
Hex2916B3E6303A1076215
Octal5111537614307240714225
Binary1010011110101111111011000110111010100000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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