#500E70

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

Shades of Indigo #500E70

Tints of Indigo #500E70

Color information

#500E70 (or 0x500E70) is unknown color: approx Indigo. HEX triplet: 50, 0E and 70. RGB value is (80,14,112). Sum of RGB (Red+Green+Blue) = 80+14+112=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #500E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E70 is #AFF18F. Grayscale: #2C2C2C. Windows color (decimal): -11530640 or 7343696. OLE color: 7343696.

HSL color Cylindrical-coordinate representation of color #500E70: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500E70 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8014112-
CMYK0.290.8800.56
HSL280.41º77.78%24.71%-
HSV(B)280.41º87.5%43.92%-
XYZ6.393.1915.61-
YUV44.91165.87153.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=38.83%
G=6.80%
B=54.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80141120.290.8800.56280.4177.7824.71
Hex50E701D580381184e19
Octal120161603513007043011631
Binary1010000111011100001110110110000111000100011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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