#29048D

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

Shades of Persian Indigo #29048D

Tints of Persian Indigo #29048D

Color information

#29048D (or 0x29048D) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 8D. RGB value is (41,4,141). Sum of RGB (Red+Green+Blue) = 41+4+141=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #29048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29048D is #D6FB72. Grayscale: #1E1E1E. Windows color (decimal): -14089075 or 9241641. OLE color: 9241641.

HSL color Cylindrical-coordinate representation of color #29048D: hue angle of 256.2º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29048D is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB414141-
CMYK0.710.9700.45
HSL256.2º94.48%28.43%-
HSV(B)256.2º97.16%55.29%-
XYZ5.772.4825.37-
YUV30.68190.26135.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 141 (55.47% from 255) = 75.81%
R=22.04%
G=2.15%
B=75.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4141410.710.9700.45256.294.4828.43
Hex2948D476102D1005e1c
Octal51421510714105540013634
Binary10100110010001101100011111000010101101100000000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29048D; }

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

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

<style>
 a { background-color: #29048D; }

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

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

<style>
 span { border-color: #29048D; }

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

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