#58056D

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

Shades of Indigo #58056D

Tints of Indigo #58056D

Color information

#58056D (or 0x58056D) is unknown color: approx Indigo. HEX triplet: 58, 05 and 6D. RGB value is (88,5,109). Sum of RGB (Red+Green+Blue) = 88+5+109=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #58056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58056D is #A7FA92. Grayscale: #292929. Windows color (decimal): -11008659 or 7144792. OLE color: 7144792.

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

Color convert

RGB885109-
CMYK0.190.9500.57
HSL287.88º91.23%22.35%-
HSV(B)287.88º95.41%42.75%-
XYZ6.843.2914.74-
YUV41.67166161.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=43.56%
G=2.48%
B=53.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8851090.190.9500.57287.8891.2322.35
Hex5856D135F0391205b16
Octal13051552313707144013326
Binary101100010111011011001110111110111001100100000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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