#58047B

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

Shades of Indigo #58047B

Tints of Indigo #58047B

Color information

#58047B (or 0x58047B) is unknown color: approx Indigo. HEX triplet: 58, 04 and 7B. RGB value is (88,4,123). Sum of RGB (Red+Green+Blue) = 88+4+123=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #58047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58047B is #A7FB84. Grayscale: #2A2A2A. Windows color (decimal): -11008901 or 8062040. OLE color: 8062040.

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

Color convert

RGB884123-
CMYK0.280.9700.52
HSL282.35º93.7%24.9%-
HSV(B)282.35º96.75%48.24%-
XYZ7.643.5919.03-
YUV42.68173.33160.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=40.93%
G=1.86%
B=57.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8841230.280.9700.52282.3593.724.9
Hex5847B1C6103411a5e19
Octal13041733414106443213631
Binary101100010011110111110011000010110100100011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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