#58199E

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

Shades of Indigo #58199E

Tints of Indigo #58199E

Color information

#58199E (or 0x58199E) is unknown color: approx Indigo. HEX triplet: 58, 19 and 9E. RGB value is (88,25,158). Sum of RGB (Red+Green+Blue) = 88+25+158=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #58199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58199E is #A7E661. Grayscale: #3A3A3A. Windows color (decimal): -11003490 or 10361176. OLE color: 10361176.

HSL color Cylindrical-coordinate representation of color #58199E: hue angle of 268.42º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58199E is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8825158-
CMYK0.440.8400.38
HSL268.42º72.68%35.88%-
HSV(B)268.42º84.18%61.96%-
XYZ10.545.2432.8-
YUV59183.87148.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=32.47%
G=9.23%
B=58.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88251580.440.8400.38268.4272.6835.88
Hex58199E2C5402610c4924
Octal130312365412404641411144
Binary10110001100110011110101100101010001001101000011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,25,158); }

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

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

 a { background-color: rgb(88,25,158); }

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

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

 span { border-color: rgb(88,25,158); }

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