Html Css Color HEX #500784 Indigo

📋 copy color: '#500784'

red 80 ◦ green 7 ◦ blue 132

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

Shades of Indigo #500784

Tints of Indigo #500784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 36.53%
G = 3.2%
B = 60.27%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#500784 (or 0x500784) is known color: Indigo. HEX triplet: 50, 07 and 84. RGB value is (80,7,132). Sum of RGB (Red+Green+Blue) = 80+7+132=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #500784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500784 is #AFF87B. Grayscale: #2A2A2A. Windows color (decimal): -11532412 or 8652624. OLE color: 8652624.

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

Color convert

RGB 80 7 132 -
CMYK 0.39 0.95 0 0.48
HSL 275.04º 0.9% 0.27% -
HSV(B) 275.04º 0.95% 0.52% -
XYZ 7.55 3.52 22.11 -
YUV 43.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 80 7 132 0.39 0.95 0 0.48 275.04 0.9 0.27
Hex 50 7 84 27 5F 0 30 113 5A 1B
Octal 120 7 204 47 137 0 60 423 132 33
Binary 1010000 111 10000100 100111 1011111 0 110000 100010011 1011010 11011

Color Harmonies of #500784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500784

Black with #500784

Text Example


Text Example

White with #500784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500784; }

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

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

background-color css

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

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

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

border-color css

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

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

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