#500B96

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

Shades of Indigo #500B96

Tints of Indigo #500B96

Color information

#500B96 (or 0x500B96) is unknown color: approx Indigo. HEX triplet: 50, 0B and 96. RGB value is (80,11,150). Sum of RGB (Red+Green+Blue) = 80+11+150=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #500B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500B96 is #AFF469. Grayscale: #2E2E2E. Windows color (decimal): -11531370 or 9833296. OLE color: 9833296.

HSL color Cylindrical-coordinate representation of color #500B96: hue angle of 269.78º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500B96 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8011150-
CMYK0.470.9300.41
HSL269.78º86.34%31.57%-
HSV(B)269.78º92.67%58.82%-
XYZ8.934.1529.18-
YUV47.48185.86151.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=33.20%
G=4.56%
B=62.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80111500.470.9300.41269.7886.3431.57
Hex50B962F5D02910e5620
Octal120132265713505141612640
Binary1010000101110010110101111101110101010011000011101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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