#50015C

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

Shades of Indigo #50015C

Tints of Indigo #50015C

Color information

#50015C (or 0x50015C) is unknown color: approx Indigo. HEX triplet: 50, 01 and 5C. RGB value is (80,1,92). Sum of RGB (Red+Green+Blue) = 80+1+92=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #50015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50015C is #AFFEA3. Grayscale: #222222. Windows color (decimal): -11533988 or 6029648. OLE color: 6029648.

HSL color Cylindrical-coordinate representation of color #50015C: hue angle of 292.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50015C is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80192-
CMYK0.130.9900.64
HSL292.09º97.85%18.24%-
HSV(B)292.09º98.91%36.08%-
XYZ5.252.510.33-
YUV34.99160.17160.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=46.24%
G=0.58%
B=53.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal801920.130.9900.64292.0997.8518.24
Hex5015CD630401246212
Octal120113415143010044414222
Binary1010000110111001101110001101000000100100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,1,92); }

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

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

 a { background-color: rgb(80,1,92); }

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

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

 span { border-color: rgb(80,1,92); }

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