#29128C

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

Shades of Persian Indigo #29128C

Tints of Persian Indigo #29128C

Color information

#29128C (or 0x29128C) is unknown color: approx Persian Indigo. HEX triplet: 29, 12 and 8C. RGB value is (41,18,140). Sum of RGB (Red+Green+Blue) = 41+18+140=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #29128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29128C is #D6ED73. Grayscale: #262626. Windows color (decimal): -14085492 or 9179689. OLE color: 9179689.

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

Color convert

RGB4118140-
CMYK0.710.8700.45
HSL251.31º77.22%30.98%-
HSV(B)251.31º87.14%54.9%-
XYZ5.862.825.04-
YUV38.78185.12129.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 140 (55.08% from 255) = 70.35%
R=20.60%
G=9.05%
B=70.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41181400.710.8700.45251.3177.2230.98
Hex29128C475702Dfb4d1f
Octal512221410712705537311537
Binary101001100101000110010001111010111010110111111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29128C; }

 p { color: rgb(41,18,140); }

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

<style>
 a { background-color: #29128C; }

 a { background-color: rgb(41,18,140); }

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

<style>
 span { border-color: #29128C; }

 span { border-color: rgb(41,18,140); }

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