#501378

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

Shades of Indigo #501378

Tints of Indigo #501378

Color information

#501378 (or 0x501378) is unknown color: approx Indigo. HEX triplet: 50, 13 and 78. RGB value is (80,19,120). Sum of RGB (Red+Green+Blue) = 80+19+120=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #501378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501378 is #AFEC87. Grayscale: #303030. Windows color (decimal): -11529352 or 7869264. OLE color: 7869264.

HSL color Cylindrical-coordinate representation of color #501378: hue angle of 276.24º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501378 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8019120-
CMYK0.330.8400.53
HSL276.24º72.66%27.25%-
HSV(B)276.24º84.17%47.06%-
XYZ6.933.5318.08-
YUV48.75168.21150.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=36.53%
G=8.68%
B=54.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80191200.330.8400.53276.2472.6627.25
Hex5013782154035114491b
Octal120231704112406542411133
Binary101000010011111100010000110101000110101100010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501378; }

 p { color: rgb(80,19,120); }

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

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

 a { background-color: rgb(80,19,120); }

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

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

 span { border-color: rgb(80,19,120); }

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