#29056A

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

Shades of Persian Indigo #29056A

Tints of Persian Indigo #29056A

Color information

#29056A (or 0x29056A) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 6A. RGB value is (41,5,106). Sum of RGB (Red+Green+Blue) = 41+5+106=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #29056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29056A is #D6FA95. Grayscale: #1A1A1A. Windows color (decimal): -14088854 or 6948137. OLE color: 6948137.

HSL color Cylindrical-coordinate representation of color #29056A: hue angle of 261.39º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29056A is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB415106-
CMYK0.610.9500.58
HSL261.39º90.99%21.76%-
HSV(B)261.39º95.28%41.57%-
XYZ3.571.6213.76-
YUV27.28172.43137.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 106 (41.80% from 255) = 69.74%
R=26.97%
G=3.29%
B=69.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4151060.610.9500.58261.3990.9921.76
Hex2956A3D5F03A1055b16
Octal5151527513707240513326
Binary101001101110101011110110111110111010100000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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