#29198E

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

Shades of Persian Indigo #29198E

Tints of Persian Indigo #29198E

Color information

#29198E (or 0x29198E) is unknown color: approx Persian Indigo. HEX triplet: 29, 19 and 8E. RGB value is (41,25,142). Sum of RGB (Red+Green+Blue) = 41+25+142=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #29198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29198E is #D6E671. Grayscale: #2A2A2A. Windows color (decimal): -14083698 or 9312553. OLE color: 9312553.

HSL color Cylindrical-coordinate representation of color #29198E: hue angle of 248.21º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29198E is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4125142-
CMYK0.710.8200.44
HSL248.21º70.06%32.75%-
HSV(B)248.21º82.39%55.69%-
XYZ6.143.1225.87-
YUV43.12183.8126.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 142 (55.86% from 255) = 68.27%
R=19.71%
G=12.02%
B=68.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41251420.710.8200.44248.2170.0632.75
Hex29198E475202Cf84621
Octal513121610712205437010641
Binary1010011100110001110100011110100100101100111110001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29198E; }

 p { color: rgb(41,25,142); }

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

<style>
 a { background-color: #29198E; }

 a { background-color: rgb(41,25,142); }

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

<style>
 span { border-color: #29198E; }

 span { border-color: rgb(41,25,142); }

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