Html Css Color HEX #501676 Indigo

📋 copy color: '#501676'

red 80 ◦ green 22 ◦ blue 118

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

Shades of Indigo #501676

Tints of Indigo #501676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 36.36%
G = 10%
B = 53.64%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#501676 (or 0x501676) is known color: Indigo. HEX triplet: 50, 16 and 76. RGB value is (80,22,118). Sum of RGB (Red+Green+Blue) = 80+22+118=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #501676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501676 is #AFE989. Grayscale: #313131. Windows color (decimal): -11528586 or 7738960. OLE color: 7738960.

HSL color Cylindrical-coordinate representation of color #501676: hue angle of 276.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501676 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 22 118 -
CMYK 0.32 0.81 0 0.54
HSL 276.25º 0.69% 0.27% -
HSV(B) 276.25º 0.81% 0.46% -
XYZ 6.87 3.59 17.47 -
YUV 50.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 80 22 118 0.32 0.81 0 0.54 276.25 0.69 0.27
Hex 50 16 76 20 51 0 36 114 45 1B
Octal 120 26 166 40 121 0 66 424 105 33
Binary 1010000 10110 1110110 100000 1010001 0 110110 100010100 1000101 11011

Color Harmonies of #501676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501676

Black with #501676

Text Example


Text Example

White with #501676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501676; }

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

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

background-color css

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

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

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

border-color css

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

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

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