#58098B

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

Shades of Indigo #58098B

Tints of Indigo #58098B

Color information

#58098B (or 0x58098B) is unknown color: approx Indigo. HEX triplet: 58, 09 and 8B. RGB value is (88,9,139). Sum of RGB (Red+Green+Blue) = 88+9+139=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #58098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58098B is #A7F674. Grayscale: #2F2F2F. Windows color (decimal): -11007605 or 9111896. OLE color: 9111896.

HSL color Cylindrical-coordinate representation of color #58098B: hue angle of 276.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58098B is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB889139-
CMYK0.370.9400.45
HSL276.46º87.84%29.02%-
HSV(B)276.46º93.53%54.51%-
XYZ8.784.1324.76-
YUV47.44179.67156.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 9 (3.91% from 255) = 3.81%
BLUE value IS 139 (54.69% from 255) = 58.90%
R=37.29%
G=3.81%
B=58.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8891390.370.9400.45276.4687.8429.02
Hex5898B255E02D114581d
Octal130112134513605542413035
Binary101100010011000101110010110111100101101100010100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,9,139); }

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

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

 a { background-color: rgb(88,9,139); }

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

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

 span { border-color: rgb(88,9,139); }

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