#29158A

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

Shades of Persian Indigo #29158A

Tints of Persian Indigo #29158A

Color information

#29158A (or 0x29158A) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 8A. RGB value is (41,21,138). Sum of RGB (Red+Green+Blue) = 41+21+138=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #29158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29158A is #D6EA75. Grayscale: #272727. Windows color (decimal): -14084726 or 9049385. OLE color: 9049385.

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

Color convert

RGB4121138-
CMYK0.700.8500.46
HSL250.26º73.58%31.18%-
HSV(B)250.26º84.78%54.12%-
XYZ5.772.8424.29-
YUV40.32183.13128.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 138 (54.30% from 255) = 69%
R=20.5%
G=10.5%
B=69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41211380.700.8500.46250.2673.5831.18
Hex29158A465502Efa4a1f
Octal512521210612505637211237
Binary101001101011000101010001101010101010111011111010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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