#500B8B

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

Shades of Indigo #500B8B

Tints of Indigo #500B8B

Color information

#500B8B (or 0x500B8B) is unknown color: approx Indigo. HEX triplet: 50, 0B and 8B. RGB value is (80,11,139). Sum of RGB (Red+Green+Blue) = 80+11+139=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #500B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500B8B is #AFF474. Grayscale: #2D2D2D. Windows color (decimal): -11531381 or 9112400. OLE color: 9112400.

HSL color Cylindrical-coordinate representation of color #500B8B: hue angle of 272.34º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500B8B is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8011139-
CMYK0.420.9200.45
HSL272.34º85.33%29.41%-
HSV(B)272.34º92.09%54.51%-
XYZ8.093.8124.73-
YUV46.22180.36152.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=34.78%
G=4.78%
B=60.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80111390.420.9200.45272.3485.3329.41
Hex50B8B2A5C02D110551d
Octal120132135213405542012535
Binary101000010111000101110101010111000101101100010000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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