#29056F

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

Shades of Persian Indigo #29056F

Tints of Persian Indigo #29056F

Color information

#29056F (or 0x29056F) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 6F. RGB value is (41,5,111). Sum of RGB (Red+Green+Blue) = 41+5+111=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #29056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29056F is #D6FA90. Grayscale: #1B1B1B. Windows color (decimal): -14088849 or 7275817. OLE color: 7275817.

HSL color Cylindrical-coordinate representation of color #29056F: hue angle of 260.38º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29056F is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB415111-
CMYK0.630.9500.56
HSL260.38º91.38%22.75%-
HSV(B)260.38º95.5%43.53%-
XYZ3.841.7315.17-
YUV27.85174.93137.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 111 (43.75% from 255) = 70.70%
R=26.11%
G=3.18%
B=70.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4151110.630.9500.56260.3891.3822.75
Hex2956F3F5F0381045b17
Octal5151577713707040413327
Binary101001101110111111111110111110111000100000100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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