#29027A

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

Shades of Persian Indigo #29027A

Tints of Persian Indigo #29027A

Color information

#29027A (or 0x29027A) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 7A. RGB value is (41,2,122). Sum of RGB (Red+Green+Blue) = 41+2+122=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #29027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29027A is #D6FD85. Grayscale: #1A1A1A. Windows color (decimal): -14089606 or 7995945. OLE color: 7995945.

HSL color Cylindrical-coordinate representation of color #29027A: hue angle of 259.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29027A is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB412122-
CMYK0.660.9800.52
HSL259.5º96.77%24.31%-
HSV(B)259.5º98.36%47.84%-
XYZ4.451.9218.55-
YUV27.34181.42137.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 122 (48.05% from 255) = 73.94%
R=24.85%
G=1.21%
B=73.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4121220.660.9800.52259.596.7724.31
Hex2927A42620341046118
Octal51217210214206440414130
Binary101001101111010100001011000100110100100000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29027A; }

 p { color: rgb(41,2,122); }

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

<style>
 a { background-color: #29027A; }

 a { background-color: rgb(41,2,122); }

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

<style>
 span { border-color: #29027A; }

 span { border-color: rgb(41,2,122); }

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