#58119E

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

Shades of Indigo #58119E

Tints of Indigo #58119E

Color information

#58119E (or 0x58119E) is unknown color: approx Indigo. HEX triplet: 58, 11 and 9E. RGB value is (88,17,158). Sum of RGB (Red+Green+Blue) = 88+17+158=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #58119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58119E is #A7EE61. Grayscale: #353535. Windows color (decimal): -11005538 or 10359128. OLE color: 10359128.

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

Color convert

RGB8817158-
CMYK0.440.8900.38
HSL270.21º80.57%34.31%-
HSV(B)270.21º89.24%61.96%-
XYZ10.44.9432.75-
YUV54.3186.52152.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=33.46%
G=6.46%
B=60.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88171580.440.8900.38270.2180.5734.31
Hex58119E2C5902610e5122
Octal130212365413104641612142
Binary10110001000110011110101100101100101001101000011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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