#29157A

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

Shades of Persian Indigo #29157A

Tints of Persian Indigo #29157A

Color information

#29157A (or 0x29157A) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 7A. RGB value is (41,21,122). Sum of RGB (Red+Green+Blue) = 41+21+122=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #29157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29157A is #D6EA85. Grayscale: #262626. Windows color (decimal): -14084742 or 8000809. OLE color: 8000809.

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

Color convert

RGB4121122-
CMYK0.660.8300.52
HSL251.88º70.63%28.04%-
HSV(B)251.88º82.79%47.84%-
XYZ4.72.4118.63-
YUV38.49175.13129.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 122 (48.05% from 255) = 66.30%
R=22.28%
G=11.41%
B=66.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41211220.660.8300.52251.8870.6328.04
Hex29157A4253034fc471c
Octal512517210212306437410734
Binary10100110101111101010000101010011011010011111100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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