#5800AF

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

Shades of Indigo #5800AF

Tints of Indigo #5800AF

Color information

#5800AF (or 0x5800AF) is unknown color: approx Indigo. HEX triplet: 58, 00 and AF. RGB value is (88,0,175). Sum of RGB (Red+Green+Blue) = 88+0+175=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #5800AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5800AF is #A7FF50. Grayscale: #2D2D2D. Windows color (decimal): -11009873 or 11468888. OLE color: 11468888.

HSL color Cylindrical-coordinate representation of color #5800AF: hue angle of 270.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800AF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB880175-
CMYK0.50100.31
HSL270.17º100%34.31%-
HSV(B)270.17º100%68.63%-
XYZ11.765.1740.94-
YUV46.26200.65157.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 66.54%
R=33.46%
G=0%
B=66.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8801750.50100.31270.1710034.31
Hex580AF326401F10e6422
Octal13002576214403741614442
Binary101100001010111111001011001000111111000011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5800AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5800AF; }

 p { color: rgb(88,0,175); }

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

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

 a { background-color: rgb(88,0,175); }

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

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

 span { border-color: rgb(88,0,175); }

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