#500162

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

Shades of Indigo #500162

Tints of Indigo #500162

Color information

#500162 (or 0x500162) is unknown color: approx Indigo. HEX triplet: 50, 01 and 62. RGB value is (80,1,98). Sum of RGB (Red+Green+Blue) = 80+1+98=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #500162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500162 is #AFFE9D. Grayscale: #232323. Windows color (decimal): -11533982 or 6422864. OLE color: 6422864.

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

Color convert

RGB80198-
CMYK0.180.9900.62
HSL288.87º97.98%19.41%-
HSV(B)288.87º98.98%38.43%-
XYZ5.522.6111.77-
YUV35.68163.17159.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=44.69%
G=0.56%
B=54.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal801980.180.9900.62288.8797.9819.41
Hex50162126303E1216213
Octal12011422214307644114223
Binary1010000111000101001011000110111110100100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500162; }

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

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

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

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

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

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

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

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