#58189E

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

Shades of Indigo #58189E

Tints of Indigo #58189E

Color information

#58189E (or 0x58189E) is unknown color: approx Indigo. HEX triplet: 58, 18 and 9E. RGB value is (88,24,158). Sum of RGB (Red+Green+Blue) = 88+24+158=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #58189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58189E is #A7E761. Grayscale: #393939. Windows color (decimal): -11003746 or 10360920. OLE color: 10360920.

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

Color convert

RGB8824158-
CMYK0.440.8500.38
HSL268.66º73.63%35.69%-
HSV(B)268.66º84.81%61.96%-
XYZ10.525.232.8-
YUV58.41184.2149.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=32.59%
G=8.89%
B=58.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88241580.440.8500.38268.6673.6335.69
Hex58189E2C5502610d4a24
Octal130302365412504641511244
Binary10110001100010011110101100101010101001101000011011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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