#58127C

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

Shades of Indigo #58127C

Tints of Indigo #58127C

Color information

#58127C (or 0x58127C) is unknown color: approx Indigo. HEX triplet: 58, 12 and 7C. RGB value is (88,18,124). Sum of RGB (Red+Green+Blue) = 88+18+124=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #58127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58127C is #A7ED83. Grayscale: #323232. Windows color (decimal): -11005316 or 8131160. OLE color: 8131160.

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

Color convert

RGB8818124-
CMYK0.290.8500.51
HSL279.62º74.65%27.84%-
HSV(B)279.62º85.48%48.63%-
XYZ7.883.9619.42-
YUV51.01169.19154.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=38.26%
G=7.83%
B=53.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88181240.290.8500.51279.6274.6527.84
Hex58127C1D550331184b1c
Octal130221743512506343011334
Binary10110001001011111001110110101010110011100011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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