Html Css Color HEX #501897 Indigo

📋 copy color: '#501897'

red 80 ◦ green 24 ◦ blue 151

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

Shades of Indigo #501897

Tints of Indigo #501897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 31.37%
G = 9.41%
B = 59.22%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#501897 (or 0x501897) is known color: Indigo. HEX triplet: 50, 18 and 97. RGB value is (80,24,151). Sum of RGB (Red+Green+Blue) = 80+24+151=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #501897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501897 is #AFE768. Grayscale: #363636. Windows color (decimal): -11528041 or 9902160. OLE color: 9902160.

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

Color convert

RGB 80 24 151 -
CMYK 0.47 0.84 0 0.41
HSL 266.46º 0.73% 0.34% -
HSV(B) 266.46º 0.84% 0.59% -
XYZ 9.22 4.59 29.68 -
YUV 55.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 80 24 151 0.47 0.84 0 0.41 266.46 0.73 0.34
Hex 50 18 97 2F 54 0 29 10A 49 22
Octal 120 30 227 57 124 0 51 412 111 42
Binary 1010000 11000 10010111 101111 1010100 0 101001 100001010 1001001 100010

Color Harmonies of #501897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501897

Black with #501897

Text Example


Text Example

White with #501897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501897; }

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

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

background-color css

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

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

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

border-color css

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

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

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