#500E6C

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

Shades of Indigo #500E6C

Tints of Indigo #500E6C

Color information

#500E6C (or 0x500E6C) is unknown color: approx Indigo. HEX triplet: 50, 0E and 6C. RGB value is (80,14,108). Sum of RGB (Red+Green+Blue) = 80+14+108=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #500E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E6C is #AFF193. Grayscale: #2C2C2C. Windows color (decimal): -11530644 or 7081552. OLE color: 7081552.

HSL color Cylindrical-coordinate representation of color #500E6C: hue angle of 282.13º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500E6C is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8014108-
CMYK0.260.8700.58
HSL282.13º77.05%23.92%-
HSV(B)282.13º87.04%42.35%-
XYZ6.173.114.46-
YUV44.45163.87153.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 14 (5.86% from 255) = 6.93%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=39.60%
G=6.93%
B=53.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80141080.260.8700.58282.1377.0523.92
Hex50E6C1A5703A11a4d18
Octal120161543212707243211530
Binary1010000111011011001101010101110111010100011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500E6C; }

 p { color: rgb(80,14,108); }

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

<style>
 a { background-color: #500E6C; }

 a { background-color: rgb(80,14,108); }

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

<style>
 span { border-color: #500E6C; }

 span { border-color: rgb(80,14,108); }

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