#58016E

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

Shades of Indigo #58016E

Tints of Indigo #58016E

Color information

#58016E (or 0x58016E) is unknown color: approx Indigo. HEX triplet: 58, 01 and 6E. RGB value is (88,1,110). Sum of RGB (Red+Green+Blue) = 88+1+110=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #58016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58016E is #A7FE91. Grayscale: #272727. Windows color (decimal): -11009682 or 7209304. OLE color: 7209304.

HSL color Cylindrical-coordinate representation of color #58016E: hue angle of 287.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58016E is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB881110-
CMYK0.20.9900.57
HSL287.89º98.2%21.76%-
HSV(B)287.89º99.09%43.14%-
XYZ6.853.2215.01-
YUV39.44167.82162.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=44.22%
G=0.50%
B=55.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8811100.20.9900.57287.8998.221.76
Hex5816E14630391206216
Octal13011562414307144014226
Binary1011000111011101010011000110111001100100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58016E; }

 p { color: rgb(88,1,110); }

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

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

 a { background-color: rgb(88,1,110); }

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

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

 span { border-color: rgb(88,1,110); }

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