#58157C

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

Shades of Indigo #58157C

Tints of Indigo #58157C

Color information

#58157C (or 0x58157C) is unknown color: approx Indigo. HEX triplet: 58, 15 and 7C. RGB value is (88,21,124). Sum of RGB (Red+Green+Blue) = 88+21+124=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #58157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58157C is #A7EA83. Grayscale: #343434. Windows color (decimal): -11004548 or 8131928. OLE color: 8131928.

HSL color Cylindrical-coordinate representation of color #58157C: hue angle of 279.03º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58157C is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8821124-
CMYK0.290.8300.51
HSL279.03º71.03%28.43%-
HSV(B)279.03º83.06%48.63%-
XYZ7.934.0719.44-
YUV52.78168.2153.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=37.77%
G=9.01%
B=53.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88211240.290.8300.51279.0371.0328.43
Hex58157C1D53033117471c
Octal130251743512306342710734
Binary10110001010111111001110110100110110011100010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58157C; }

 p { color: rgb(88,21,124); }

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

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

 a { background-color: rgb(88,21,124); }

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

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

 span { border-color: rgb(88,21,124); }

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