#500D6E

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

Shades of Indigo #500D6E

Tints of Indigo #500D6E

Color information

#500D6E (or 0x500D6E) is unknown color: approx Indigo. HEX triplet: 50, 0D and 6E. RGB value is (80,13,110). Sum of RGB (Red+Green+Blue) = 80+13+110=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #500D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D6E is #AFF291. Grayscale: #2B2B2B. Windows color (decimal): -11530898 or 7212368. OLE color: 7212368.

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

Color convert

RGB8013110-
CMYK0.270.8800.57
HSL281.44º78.86%24.12%-
HSV(B)281.44º88.18%43.14%-
XYZ6.273.1215.02-
YUV44.09165.2153.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=39.41%
G=6.40%
B=54.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80131100.270.8800.57281.4478.8624.12
Hex50D6E1B580391194f18
Octal120151563313007143111730
Binary1010000110111011101101110110000111001100011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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