#58056A

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

Shades of Indigo #58056A

Tints of Indigo #58056A

Color information

#58056A (or 0x58056A) is unknown color: approx Indigo. HEX triplet: 58, 05 and 6A. RGB value is (88,5,106). Sum of RGB (Red+Green+Blue) = 88+5+106=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #58056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58056A is #A7FA95. Grayscale: #292929. Windows color (decimal): -11008662 or 6948184. OLE color: 6948184.

HSL color Cylindrical-coordinate representation of color #58056A: hue angle of 289.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58056A is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB885106-
CMYK0.170.9500.58
HSL289.31º90.99%21.76%-
HSV(B)289.31º95.28%41.57%-
XYZ6.683.2213.91-
YUV41.33164.5161.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=44.22%
G=2.51%
B=53.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8851060.170.9500.58289.3190.9921.76
Hex5856A115F03A1215b16
Octal13051522113707244113326
Binary101100010111010101000110111110111010100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,5,106); }

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

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

 a { background-color: rgb(88,5,106); }

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

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

 span { border-color: rgb(88,5,106); }

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