#500B6E

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

Shades of Indigo #500B6E

Tints of Indigo #500B6E

Color information

#500B6E (or 0x500B6E) is unknown color: approx Indigo. HEX triplet: 50, 0B and 6E. RGB value is (80,11,110). Sum of RGB (Red+Green+Blue) = 80+11+110=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #500B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B6E is #AFF491. Grayscale: #2A2A2A. Windows color (decimal): -11531410 or 7211856. OLE color: 7211856.

HSL color Cylindrical-coordinate representation of color #500B6E: hue angle of 281.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500B6E is Cyan = 0.27, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8011110-
CMYK0.270.900.57
HSL281.82º81.82%23.73%-
HSV(B)281.82º90%43.14%-
XYZ6.243.0715.02-
YUV42.92165.86154.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=39.80%
G=5.47%
B=54.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80111100.270.900.57281.8281.8223.73
Hex50B6E1B5A03911a5218
Octal120131563313207143212230
Binary1010000101111011101101110110100111001100011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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