Html Css Color HEX #501684 Indigo

📋 copy color: '#501684'

red 80 ◦ green 22 ◦ blue 132

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

Shades of Indigo #501684

Tints of Indigo #501684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 34.19%
G = 9.4%
B = 56.41%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#501684 (or 0x501684) is known color: Indigo. HEX triplet: 50, 16 and 84. RGB value is (80,22,132). Sum of RGB (Red+Green+Blue) = 80+22+132=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #501684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501684 is #AFE97B. Grayscale: #333333. Windows color (decimal): -11528572 or 8656464. OLE color: 8656464.

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

Color convert

RGB 80 22 132 -
CMYK 0.39 0.83 0 0.48
HSL 271.64º 0.71% 0.3% -
HSV(B) 271.64º 0.83% 0.52% -
XYZ 7.76 3.95 22.18 -
YUV 51.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 80 22 132 0.39 0.83 0 0.48 271.64 0.71 0.3
Hex 50 16 84 27 53 0 30 110 47 1E
Octal 120 26 204 47 123 0 60 420 107 36
Binary 1010000 10110 10000100 100111 1010011 0 110000 100010000 1000111 11110

Color Harmonies of #501684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501684

Black with #501684

Text Example


Text Example

White with #501684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501684; }

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

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

background-color css

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

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

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

border-color css

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

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

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