#58089F

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

Shades of Indigo #58089F

Tints of Indigo #58089F

Color information

#58089F (or 0x58089F) is unknown color: approx Indigo. HEX triplet: 58, 08 and 9F. RGB value is (88,8,159). Sum of RGB (Red+Green+Blue) = 88+8+159=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #58089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58089F is #A7F760. Grayscale: #303030. Windows color (decimal): -11007841 or 10422360. OLE color: 10422360.

HSL color Cylindrical-coordinate representation of color #58089F: hue angle of 271.79º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58089F is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB888159-
CMYK0.450.9500.38
HSL271.79º90.42%32.75%-
HSV(B)271.79º94.97%62.35%-
XYZ10.374.7533.17-
YUV49.13190155.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=34.51%
G=3.14%
B=62.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8881590.450.9500.38271.7990.4232.75
Hex5889F2D5F0261105a21
Octal130102375513704642013241
Binary1011000100010011111101101101111101001101000100001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58089F; }

 p { color: rgb(88,8,159); }

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

<style>
 a { background-color: #58089F; }

 a { background-color: rgb(88,8,159); }

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

<style>
 span { border-color: #58089F; }

 span { border-color: rgb(88,8,159); }

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