Html Css Color HEX #501881 Indigo

📋 copy color: '#501881'

red 80 ◦ green 24 ◦ blue 129

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

Shades of Indigo #501881

Tints of Indigo #501881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.36%

R = 34.33%
G = 10.3%
B = 55.36%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#501881 (or 0x501881) is known color: Indigo. HEX triplet: 50, 18 and 81. RGB value is (80,24,129). Sum of RGB (Red+Green+Blue) = 80+24+129=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #501881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501881 is #AFE77E. Grayscale: #343434. Windows color (decimal): -11528063 or 8460368. OLE color: 8460368.

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

Color convert

RGB 80 24 129 -
CMYK 0.38 0.81 0 0.49
HSL 272º 0.69% 0.3% -
HSV(B) 272º 0.81% 0.51% -
XYZ 7.6 3.94 21.13 -
YUV 52.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 80 24 129 0.38 0.81 0 0.49 272 0.69 0.3
Hex 50 18 81 26 51 0 31 110 45 1E
Octal 120 30 201 46 121 0 61 420 105 36
Binary 1010000 11000 10000001 100110 1010001 0 110001 100010000 1000101 11110

Color Harmonies of #501881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501881

Black with #501881

Text Example


Text Example

White with #501881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501881; }

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

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

background-color css

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

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

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

border-color css

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

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

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