#5E137C

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

Shades of Indigo #5E137C

Tints of Indigo #5E137C

Color information

#5E137C (or 0x5E137C) is unknown color: approx Indigo. HEX triplet: 5E, 13 and 7C. RGB value is (94,19,124). Sum of RGB (Red+Green+Blue) = 94+19+124=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E137C is #A1EC83. Grayscale: #353535. Windows color (decimal): -10611844 or 8131422. OLE color: 8131422.

HSL color Cylindrical-coordinate representation of color #5E137C: hue angle of 282.86º degrees, saturation: 0.73, 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 #5E137C is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9419124-
CMYK0.240.8500.51
HSL282.86º73.43%28.04%-
HSV(B)282.86º84.68%48.63%-
XYZ8.494.319.45-
YUV53.4167.85156.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.66%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=39.66%
G=8.02%
B=52.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94191240.240.8500.51282.8673.4328.04
Hex5E137C185503311b491c
Octal136231743012506343311134
Binary10111101001111111001100010101010110011100011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E137C; }

 p { color: rgb(94,19,124); }

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

<style>
 a { background-color: #5E137C; }

 a { background-color: rgb(94,19,124); }

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

<style>
 span { border-color: #5E137C; }

 span { border-color: rgb(94,19,124); }

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