#500462

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

Shades of Indigo #500462

Tints of Indigo #500462

Color information

#500462 (or 0x500462) is unknown color: approx Indigo. HEX triplet: 50, 04 and 62. RGB value is (80,4,98). Sum of RGB (Red+Green+Blue) = 80+4+98=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #500462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500462 is #AFFB9D. Grayscale: #252525. Windows color (decimal): -11533214 or 6423632. OLE color: 6423632.

HSL color Cylindrical-coordinate representation of color #500462: hue angle of 288.51º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500462 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB80498-
CMYK0.180.9600.62
HSL288.51º92.16%20%-
HSV(B)288.51º95.92%38.43%-
XYZ5.562.6711.78-
YUV37.44162.18158.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=43.96%
G=2.20%
B=53.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal804980.180.9600.62288.5192.1620
Hex50462126003E1215c14
Octal12041422214007644113424
Binary101000010011000101001011000000111110100100001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500462; }

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

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

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

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

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

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

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

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