#29158B

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

Shades of Persian Indigo #29158B

Tints of Persian Indigo #29158B

Color information

#29158B (or 0x29158B) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 8B. RGB value is (41,21,139). Sum of RGB (Red+Green+Blue) = 41+21+139=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #29158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29158B is #D6EA74. Grayscale: #272727. Windows color (decimal): -14084725 or 9114921. OLE color: 9114921.

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

Color convert

RGB4121139-
CMYK0.710.8500.45
HSL250.17º73.75%31.37%-
HSV(B)250.17º84.89%54.51%-
XYZ5.842.8724.67-
YUV40.43183.63128.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=20.40%
G=10.45%
B=69.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41211390.710.8500.45250.1773.7531.37
Hex29158B475502Dfa4a1f
Octal512521310712505537211237
Binary101001101011000101110001111010101010110111111010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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