#29046F

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

Shades of Persian Indigo #29046F

Tints of Persian Indigo #29046F

Color information

#29046F (or 0x29046F) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 6F. RGB value is (41,4,111). Sum of RGB (Red+Green+Blue) = 41+4+111=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #29046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29046F is #D6FB90. Grayscale: #1A1A1A. Windows color (decimal): -14089105 or 7275561. OLE color: 7275561.

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

Color convert

RGB414111-
CMYK0.630.9600.56
HSL260.75º93.04%22.55%-
HSV(B)260.75º96.4%43.53%-
XYZ3.831.7115.17-
YUV27.26175.26137.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 111 (43.75% from 255) = 71.15%
R=26.28%
G=2.56%
B=71.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4141110.630.9600.56260.7593.0422.55
Hex2946F3F600381055d17
Octal5141577714007040513527
Binary101001100110111111111111000000111000100000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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