Html Css Color HEX #501986 Indigo

📋 copy color: '#501986'

red 80 ◦ green 25 ◦ blue 134

#501986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #501986

Tints of Indigo #501986

RGB

 RED value IS 80 (31.64% from 255) = 33.47%

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 33.47%
G = 10.46%
B = 56.07%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#501986 (or 0x501986) is known color: Indigo. HEX triplet: 50, 19 and 86. RGB value is (80,25,134). Sum of RGB (Red+Green+Blue) = 80+25+134=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #501986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501986 is #AFE679. Grayscale: #353535. Windows color (decimal): -11527802 or 8788304. OLE color: 8788304.

HSL color Cylindrical-coordinate representation of color #501986: hue angle of 270.28º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501986 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 25 134 -
CMYK 0.40 0.81 0 0.47
HSL 270.28º 0.69% 0.31% -
HSV(B) 270.28º 0.81% 0.53% -
XYZ 7.96 4.12 22.93 -
YUV 53.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 80 25 134 0.40 0.81 0 0.47 270.28 0.69 0.31
Hex 50 19 86 28 51 0 2F 10E 45 1F
Octal 120 31 206 50 121 0 57 416 105 37
Binary 1010000 11001 10000110 101000 1010001 0 101111 100001110 1000101 11111

Color Harmonies of #501986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501986

Black with #501986

Text Example


Text Example

White with #501986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501986; }

 p { color: rgb(80,25,134); }

 H1.HeaderClassName
 {
   color: #501986;
 }
 .AnyTagClassName
 {
   color: #501986;
 }
</style>

background-color css

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

 a { background-color: rgb(80,25,134); }

 div.DivClassName
 {
   background-color: #501986;
 }
 .BgClassName
 {
   background-color: #501986;
 }
</style>

border-color css

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

 span { border-color: rgb(80,25,134); }

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