Html Css Color HEX #501284 Indigo

📋 copy color: '#501284'

red 80 ◦ green 18 ◦ blue 132

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

Shades of Indigo #501284

Tints of Indigo #501284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

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

R = 34.78%
G = 7.83%
B = 57.39%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#501284 (or 0x501284) is known color: Indigo. HEX triplet: 50, 12 and 84. RGB value is (80,18,132). Sum of RGB (Red+Green+Blue) = 80+18+132=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #501284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501284 is #AFED7B. Grayscale: #313131. Windows color (decimal): -11529596 or 8655440. OLE color: 8655440.

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

Color convert

RGB 80 18 132 -
CMYK 0.39 0.86 0 0.48
HSL 272.63º 0.76% 0.29% -
HSV(B) 272.63º 0.86% 0.52% -
XYZ 7.69 3.8 22.16 -
YUV 49.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 80 18 132 0.39 0.86 0 0.48 272.63 0.76 0.29
Hex 50 12 84 27 56 0 30 111 4C 1D
Octal 120 22 204 47 126 0 60 421 114 35
Binary 1010000 10010 10000100 100111 1010110 0 110000 100010001 1001100 11101

Color Harmonies of #501284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501284

Black with #501284

Text Example


Text Example

White with #501284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501284; }

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

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

background-color css

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

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

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

border-color css

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

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

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