#29047A

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

Shades of Persian Indigo #29047A

Tints of Persian Indigo #29047A

Color information

#29047A (or 0x29047A) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 7A. RGB value is (41,4,122). Sum of RGB (Red+Green+Blue) = 41+4+122=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #29047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29047A is #D6FB85. Grayscale: #1C1C1C. Windows color (decimal): -14089094 or 7996457. OLE color: 7996457.

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

Color convert

RGB414122-
CMYK0.660.9700.52
HSL258.81º93.65%24.71%-
HSV(B)258.81º96.72%47.84%-
XYZ4.471.9618.56-
YUV28.52180.76136.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 122 (48.05% from 255) = 73.05%
R=24.55%
G=2.40%
B=73.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4141220.660.9700.52258.8193.6524.71
Hex2947A42610341035e19
Octal51417210214106440313631
Binary1010011001111010100001011000010110100100000011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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