Html Css Color HEX #501884 Indigo

📋 copy color: '#501884'

red 80 ◦ green 24 ◦ blue 132

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

Shades of Indigo #501884

Tints of Indigo #501884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55.93%

R = 33.9%
G = 10.17%
B = 55.93%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#501884 (or 0x501884) is known color: Indigo. HEX triplet: 50, 18 and 84. RGB value is (80,24,132). Sum of RGB (Red+Green+Blue) = 80+24+132=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #501884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501884 is #AFE77B. Grayscale: #343434. Windows color (decimal): -11528060 or 8656976. OLE color: 8656976.

HSL color Cylindrical-coordinate representation of color #501884: hue angle of 271.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501884 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 24 132 -
CMYK 0.39 0.82 0 0.48
HSL 271.11º 0.69% 0.31% -
HSV(B) 271.11º 0.82% 0.52% -
XYZ 7.8 4.02 22.2 -
YUV 53.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 80 24 132 0.39 0.82 0 0.48 271.11 0.69 0.31
Hex 50 18 84 27 52 0 30 10F 45 1F
Octal 120 30 204 47 122 0 60 417 105 37
Binary 1010000 11000 10000100 100111 1010010 0 110000 100001111 1000101 11111

Color Harmonies of #501884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501884

Black with #501884

Text Example


Text Example

White with #501884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501884; }

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

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

background-color css

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

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

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

border-color css

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

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

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