Html Css Color HEX #501995 Indigo

📋 copy color: '#501995'

red 80 ◦ green 25 ◦ blue 149

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

Shades of Indigo #501995

Tints of Indigo #501995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 31.5%
G = 9.84%
B = 58.66%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501995 (or 0x501995) is known color: Indigo. HEX triplet: 50, 19 and 95. RGB value is (80,25,149). Sum of RGB (Red+Green+Blue) = 80+25+149=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #501995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501995 is #AFE66A. Grayscale: #373737. Windows color (decimal): -11527787 or 9771344. OLE color: 9771344.

HSL color Cylindrical-coordinate representation of color #501995: hue angle of 266.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501995 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 25 149 -
CMYK 0.46 0.83 0 0.42
HSL 266.61º 0.71% 0.34% -
HSV(B) 266.61º 0.83% 0.58% -
XYZ 9.08 4.57 28.84 -
YUV 55.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 80 25 149 0.46 0.83 0 0.42 266.61 0.71 0.34
Hex 50 19 95 2E 53 0 2A 10B 47 22
Octal 120 31 225 56 123 0 52 413 107 42
Binary 1010000 11001 10010101 101110 1010011 0 101010 100001011 1000111 100010

Color Harmonies of #501995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501995

Black with #501995

Text Example


Text Example

White with #501995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501995; }

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

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

background-color css

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

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

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

border-color css

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

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

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