#58048F

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

Shades of Indigo #58048F

Tints of Indigo #58048F

Color information

#58048F (or 0x58048F) is unknown color: approx Indigo. HEX triplet: 58, 04 and 8F. RGB value is (88,4,143). Sum of RGB (Red+Green+Blue) = 88+4+143=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #58048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58048F is #A7FB70. Grayscale: #2C2C2C. Windows color (decimal): -11008881 or 9372760. OLE color: 9372760.

HSL color Cylindrical-coordinate representation of color #58048F: hue angle of 276.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58048F is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB884143-
CMYK0.380.9700.44
HSL276.26º94.56%28.82%-
HSV(B)276.26º97.2%56.08%-
XYZ9.034.1426.31-
YUV44.96183.33158.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 143 (56.25% from 255) = 60.85%
R=37.45%
G=1.70%
B=60.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8841430.380.9700.44276.2694.5628.82
Hex5848F266102C1145f1d
Octal13042174614105442413735
Binary10110001001000111110011011000010101100100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,4,143); }

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

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

 a { background-color: rgb(88,4,143); }

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

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

 span { border-color: rgb(88,4,143); }

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