Html Css Color HEX #501095 Indigo

📋 copy color: '#501095'

red 80 ◦ green 16 ◦ blue 149

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

Shades of Indigo #501095

Tints of Indigo #501095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 32.65%
G = 6.53%
B = 60.82%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501095 (or 0x501095) is known color: Indigo. HEX triplet: 50, 10 and 95. RGB value is (80,16,149). Sum of RGB (Red+Green+Blue) = 80+16+149=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #501095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501095 is #AFEF6A. Grayscale: #313131. Windows color (decimal): -11530091 or 9769040. OLE color: 9769040.

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

Color convert

RGB 80 16 149 -
CMYK 0.46 0.89 0 0.42
HSL 268.87º 0.81% 0.32% -
HSV(B) 268.87º 0.89% 0.58% -
XYZ 8.92 4.25 28.78 -
YUV 50.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 80 16 149 0.46 0.89 0 0.42 268.87 0.81 0.32
Hex 50 10 95 2E 59 0 2A 10D 51 20
Octal 120 20 225 56 131 0 52 415 121 40
Binary 1010000 10000 10010101 101110 1011001 0 101010 100001101 1010001 100000

Color Harmonies of #501095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501095

Black with #501095

Text Example


Text Example

White with #501095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501095; }

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

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

background-color css

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

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

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

border-color css

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

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

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