#58016B

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

Shades of Indigo #58016B

Tints of Indigo #58016B

Color information

#58016B (or 0x58016B) is unknown color: approx Indigo. HEX triplet: 58, 01 and 6B. RGB value is (88,1,107). Sum of RGB (Red+Green+Blue) = 88+1+107=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #58016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58016B is #A7FE94. Grayscale: #262626. Windows color (decimal): -11009685 or 7012696. OLE color: 7012696.

HSL color Cylindrical-coordinate representation of color #58016B: hue angle of 289.25º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58016B is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB881107-
CMYK0.180.9900.58
HSL289.25º98.15%21.18%-
HSV(B)289.25º99.07%41.96%-
XYZ6.693.1614.17-
YUV39.1166.32162.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=44.90%
G=0.51%
B=54.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8811070.180.9900.58289.2598.1521.18
Hex5816B126303A1216215
Octal13011532214307244114225
Binary1011000111010111001011000110111010100100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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