#500378

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

Shades of Indigo #500378

Tints of Indigo #500378

Color information

#500378 (or 0x500378) is unknown color: approx Indigo. HEX triplet: 50, 03 and 78. RGB value is (80,3,120). Sum of RGB (Red+Green+Blue) = 80+3+120=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #500378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500378 is #AFFC87. Grayscale: #262626. Windows color (decimal): -11533448 or 7865168. OLE color: 7865168.

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

Color convert

RGB803120-
CMYK0.330.9800.53
HSL279.49º95.12%24.12%-
HSV(B)279.49º97.5%47.06%-
XYZ6.733.1318.02-
YUV39.36173.51156.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=39.41%
G=1.48%
B=59.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8031200.330.9800.53279.4995.1224.12
Hex5037821620351175f18
Octal12031704114206542713730
Binary101000011111100010000111000100110101100010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500378; }

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

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

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

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

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

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

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

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