#500B72

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

Shades of Indigo #500B72

Tints of Indigo #500B72

Color information

#500B72 (or 0x500B72) is unknown color: approx Indigo. HEX triplet: 50, 0B and 72. RGB value is (80,11,114). Sum of RGB (Red+Green+Blue) = 80+11+114=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #500B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B72 is #AFF48D. Grayscale: #2B2B2B. Windows color (decimal): -11531406 or 7474000. OLE color: 7474000.

HSL color Cylindrical-coordinate representation of color #500B72: hue angle of 280.19º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500B72 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8011114-
CMYK0.300.9000.55
HSL280.19º82.4%24.51%-
HSV(B)280.19º90.35%44.71%-
XYZ6.473.1616.19-
YUV43.37167.86154.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=39.02%
G=5.37%
B=55.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80111140.300.9000.55280.1982.424.51
Hex50B721E5A0371185219
Octal120131623613206743012231
Binary1010000101111100101111010110100110111100011000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,11,114); }

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

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

 a { background-color: rgb(80,11,114); }

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

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

 span { border-color: rgb(80,11,114); }

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