#580563

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

Shades of Indigo #580563

Tints of Indigo #580563

Color information

#580563 (or 0x580563) is unknown color: approx Indigo. HEX triplet: 58, 05 and 63. RGB value is (88,5,99). Sum of RGB (Red+Green+Blue) = 88+5+99=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #580563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580563 is #A7FA9C. Grayscale: #282828. Windows color (decimal): -11008669 or 6489432. OLE color: 6489432.

HSL color Cylindrical-coordinate representation of color #580563: hue angle of 292.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580563 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB88599-
CMYK0.110.9500.61
HSL292.98º90.38%20.39%-
HSV(B)292.98º94.95%38.82%-
XYZ6.333.0812.07-
YUV40.53161161.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=45.83%
G=2.60%
B=51.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal885990.110.9500.61292.9890.3820.39
Hex58563B5F03D1255a14
Octal13051431313707544513224
Binary10110001011100011101110111110111101100100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580563; }

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

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

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

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

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

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

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

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