#29017F

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

Shades of Persian Indigo #29017F

Tints of Persian Indigo #29017F

Color information

#29017F (or 0x29017F) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 7F. RGB value is (41,1,127). Sum of RGB (Red+Green+Blue) = 41+1+127=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #29017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29017F is #D6FE80. Grayscale: #1A1A1A. Windows color (decimal): -14089857 or 8323369. OLE color: 8323369.

HSL color Cylindrical-coordinate representation of color #29017F: hue angle of 259.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29017F is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB411127-
CMYK0.680.9900.50
HSL259.05º98.44%25.1%-
HSV(B)259.05º99.21%49.8%-
XYZ4.762.0320.22-
YUV27.32184.25137.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 127 (50% from 255) = 75.15%
R=24.26%
G=0.59%
B=75.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4111270.680.9900.50259.0598.4425.1
Hex2917F44630321036219
Octal51117710414306240314231
Binary10100111111111100010011000110110010100000011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29017F; }

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

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

<style>
 a { background-color: #29017F; }

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

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

<style>
 span { border-color: #29017F; }

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

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