#29017C

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

Shades of Persian Indigo #29017C

Tints of Persian Indigo #29017C

Color information

#29017C (or 0x29017C) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 7C. RGB value is (41,1,124). Sum of RGB (Red+Green+Blue) = 41+1+124=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #29017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29017C is #D6FE83. Grayscale: #1A1A1A. Windows color (decimal): -14089860 or 8126761. OLE color: 8126761.

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

Color convert

RGB411124-
CMYK0.670.9900.51
HSL259.51º98.4%24.51%-
HSV(B)259.51º99.19%48.63%-
XYZ4.561.9519.2-
YUV26.98182.75138-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 124 (48.83% from 255) = 74.70%
R=24.70%
G=0.60%
B=74.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4111240.670.9900.51259.5198.424.51
Hex2917C43630331046219
Octal51117410314306340414231
Binary10100111111100100001111000110110011100000100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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