#29057A

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

Shades of Persian Indigo #29057A

Tints of Persian Indigo #29057A

Color information

#29057A (or 0x29057A) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 7A. RGB value is (41,5,122). Sum of RGB (Red+Green+Blue) = 41+5+122=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #29057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29057A is #D6FA85. Grayscale: #1C1C1C. Windows color (decimal): -14088838 or 7996713. OLE color: 7996713.

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

Color convert

RGB415122-
CMYK0.660.9600.52
HSL258.46º92.13%24.9%-
HSV(B)258.46º95.9%47.84%-
XYZ4.481.9918.56-
YUV29.1180.43136.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 122 (48.05% from 255) = 72.62%
R=24.40%
G=2.98%
B=72.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4151220.660.9600.52258.4692.1324.9
Hex2957A42600341025c19
Octal51517210214006440213431
Binary1010011011111010100001011000000110100100000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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