#29168A

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

Shades of Persian Indigo #29168A

Tints of Persian Indigo #29168A

Color information

#29168A (or 0x29168A) is unknown color: approx Persian Indigo. HEX triplet: 29, 16 and 8A. RGB value is (41,22,138). Sum of RGB (Red+Green+Blue) = 41+22+138=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #29168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29168A is #D6E975. Grayscale: #282828. Windows color (decimal): -14084470 or 9049641. OLE color: 9049641.

HSL color Cylindrical-coordinate representation of color #29168A: hue angle of 249.83º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29168A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4122138-
CMYK0.700.8400.46
HSL249.83º72.5%31.37%-
HSV(B)249.83º84.06%54.12%-
XYZ5.792.8824.3-
YUV40.9182.79128.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=20.40%
G=10.95%
B=68.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41221380.700.8400.46249.8372.531.37
Hex29168A465402Efa481f
Octal512621210612405637211037
Binary101001101101000101010001101010100010111011111010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,22,138); }

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

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

 a { background-color: rgb(41,22,138); }

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

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

 span { border-color: rgb(41,22,138); }

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