Html Css Color HEX #501097 Indigo

📋 copy color: '#501097'

red 80 ◦ green 16 ◦ blue 151

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

Shades of Indigo #501097

Tints of Indigo #501097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 32.39%
G = 6.48%
B = 61.13%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#501097 (or 0x501097) is known color: Indigo. HEX triplet: 50, 10 and 97. RGB value is (80,16,151). Sum of RGB (Red+Green+Blue) = 80+16+151=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #501097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501097 is #AFEF68. Grayscale: #323232. Windows color (decimal): -11530089 or 9900112. OLE color: 9900112.

HSL color Cylindrical-coordinate representation of color #501097: hue angle of 268.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501097 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 16 151 -
CMYK 0.47 0.89 0 0.41
HSL 268.44º 0.81% 0.33% -
HSV(B) 268.44º 0.89% 0.59% -
XYZ 9.08 4.31 29.63 -
YUV 50.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 80 16 151 0.47 0.89 0 0.41 268.44 0.81 0.33
Hex 50 10 97 2F 59 0 29 10C 51 21
Octal 120 20 227 57 131 0 51 414 121 41
Binary 1010000 10000 10010111 101111 1011001 0 101001 100001100 1010001 100001

Color Harmonies of #501097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501097

Black with #501097

Text Example


Text Example

White with #501097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501097; }

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

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

background-color css

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

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

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

border-color css

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

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

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