#500478

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

Shades of Indigo #500478

Tints of Indigo #500478

Color information

#500478 (or 0x500478) is unknown color: approx Indigo. HEX triplet: 50, 04 and 78. RGB value is (80,4,120). Sum of RGB (Red+Green+Blue) = 80+4+120=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #500478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500478 is #AFFB87. Grayscale: #272727. Windows color (decimal): -11533192 or 7865424. OLE color: 7865424.

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

Color convert

RGB804120-
CMYK0.330.9700.53
HSL279.31º93.55%24.31%-
HSV(B)279.31º96.67%47.06%-
XYZ6.743.1518.02-
YUV39.95173.18156.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=39.22%
G=1.96%
B=58.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8041200.330.9700.53279.3193.5524.31
Hex5047821610351175e18
Octal12041704114106542713630
Binary1010000100111100010000111000010110101100010111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500478; }

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

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

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

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

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

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

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

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