#58098A

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

Shades of Indigo #58098A

Tints of Indigo #58098A

Color information

#58098A (or 0x58098A) is unknown color: approx Indigo. HEX triplet: 58, 09 and 8A. RGB value is (88,9,138). Sum of RGB (Red+Green+Blue) = 88+9+138=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #58098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58098A is #A7F675. Grayscale: #2E2E2E. Windows color (decimal): -11007606 or 9046360. OLE color: 9046360.

HSL color Cylindrical-coordinate representation of color #58098A: hue angle of 276.74º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58098A is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB889138-
CMYK0.360.9300.46
HSL276.74º87.76%28.82%-
HSV(B)276.74º93.48%54.12%-
XYZ8.714.1124.38-
YUV47.33179.17157.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=37.45%
G=3.83%
B=58.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8891380.360.9300.46276.7487.7628.82
Hex5898A245D02E115581d
Octal130112124413505642513035
Binary101100010011000101010010010111010101110100010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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