#500DA2

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

Shades of Indigo #500DA2

Tints of Indigo #500DA2

Color information

#500DA2 (or 0x500DA2) is unknown color: approx Indigo. HEX triplet: 50, 0D and A2. RGB value is (80,13,162). Sum of RGB (Red+Green+Blue) = 80+13+162=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #500DA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DA2 is #AFF25D. Grayscale: #313131. Windows color (decimal): -11530846 or 10620240. OLE color: 10620240.

HSL color Cylindrical-coordinate representation of color #500DA2: hue angle of 266.98º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500DA2 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8013162-
CMYK0.510.9200.36
HSL266.98º85.14%34.31%-
HSV(B)266.98º91.98%63.53%-
XYZ9.974.634.55-
YUV50.02191.2149.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 13 (5.47% from 255) = 5.10%
BLUE value IS 162 (63.67% from 255) = 63.53%
R=31.37%
G=5.10%
B=63.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80131620.510.9200.36266.9885.1434.31
Hex50DA2335C02410b5522
Octal120152426313404441312542
Binary1010000110110100010110011101110001001001000010111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500DA2; }

 p { color: rgb(80,13,162); }

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

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

 a { background-color: rgb(80,13,162); }

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

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

 span { border-color: rgb(80,13,162); }

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