#58089B

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

Shades of Indigo #58089B

Tints of Indigo #58089B

Color information

#58089B (or 0x58089B) is unknown color: approx Indigo. HEX triplet: 58, 08 and 9B. RGB value is (88,8,155). Sum of RGB (Red+Green+Blue) = 88+8+155=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #58089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58089B is #A7F764. Grayscale: #303030. Windows color (decimal): -11007845 or 10160216. OLE color: 10160216.

HSL color Cylindrical-coordinate representation of color #58089B: hue angle of 272.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58089B is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB888155-
CMYK0.430.9500.39
HSL272.65º90.18%31.96%-
HSV(B)272.65º94.84%60.78%-
XYZ10.034.6131.37-
YUV48.68188156.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=35.06%
G=3.19%
B=61.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8881550.430.9500.39272.6590.1831.96
Hex5889B2B5F0271115a20
Octal130102335313704742113240
Binary1011000100010011011101011101111101001111000100011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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