Html Css Color HEX #501880 Indigo

📋 copy color: '#501880'

red 80 ◦ green 24 ◦ blue 128

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

Shades of Indigo #501880

Tints of Indigo #501880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.17%

R = 34.48%
G = 10.34%
B = 55.17%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#501880 (or 0x501880) is known color: Indigo. HEX triplet: 50, 18 and 80. RGB value is (80,24,128). Sum of RGB (Red+Green+Blue) = 80+24+128=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #501880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501880 is #AFE77F. Grayscale: #343434. Windows color (decimal): -11528064 or 8394832. OLE color: 8394832.

HSL color Cylindrical-coordinate representation of color #501880: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501880 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 24 128 -
CMYK 0.38 0.81 0 0.50
HSL 272.31º 0.68% 0.3% -
HSV(B) 272.31º 0.81% 0.5% -
XYZ 7.53 3.92 20.78 -
YUV 52.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 80 24 128 0.38 0.81 0 0.50 272.31 0.68 0.3
Hex 50 18 80 26 51 0 32 110 44 1E
Octal 120 30 200 46 121 0 62 420 104 36
Binary 1010000 11000 10000000 100110 1010001 0 110010 100010000 1000100 11110

Color Harmonies of #501880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501880

Black with #501880

Text Example


Text Example

White with #501880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501880; }

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

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

background-color css

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

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

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

border-color css

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

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

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