#58047C

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

Shades of Indigo #58047C

Tints of Indigo #58047C

Color information

#58047C (or 0x58047C) is unknown color: approx Indigo. HEX triplet: 58, 04 and 7C. RGB value is (88,4,124). Sum of RGB (Red+Green+Blue) = 88+4+124=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #58047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58047C is #A7FB83. Grayscale: #2A2A2A. Windows color (decimal): -11008900 or 8127576. OLE color: 8127576.

HSL color Cylindrical-coordinate representation of color #58047C: hue angle of 282º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58047C is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB884124-
CMYK0.290.9700.51
HSL282º93.75%25.1%-
HSV(B)282º96.77%48.63%-
XYZ7.713.6219.36-
YUV42.8173.83160.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=40.74%
G=1.85%
B=57.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8841240.290.9700.5128293.7525.1
Hex5847C1D6103311a5e19
Octal13041743514106343213631
Binary101100010011111001110111000010110011100011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58047C; }

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

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

<style>
 a { background-color: #58047C; }

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

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

<style>
 span { border-color: #58047C; }

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

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