#58106B

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

Shades of Indigo #58106B

Tints of Indigo #58106B

Color information

#58106B (or 0x58106B) is unknown color: approx Indigo. HEX triplet: 58, 10 and 6B. RGB value is (88,16,107). Sum of RGB (Red+Green+Blue) = 88+16+107=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #58106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58106B is #A7EF94. Grayscale: #2F2F2F. Windows color (decimal): -11005845 or 7016536. OLE color: 7016536.

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

Color convert

RGB8816107-
CMYK0.180.8500.58
HSL287.47º73.98%24.12%-
HSV(B)287.47º85.05%41.96%-
XYZ6.863.5114.23-
YUV47.9161.35156.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=41.71%
G=7.58%
B=50.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88161070.180.8500.58287.4773.9824.12
Hex58106B125503A11f4a18
Octal130201532212507243711230
Binary10110001000011010111001010101010111010100011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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