Html Css Color HEX #500584 Indigo

📋 copy color: '#500584'

red 80 ◦ green 5 ◦ blue 132

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

Shades of Indigo #500584

Tints of Indigo #500584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 36.87%
G = 2.3%
B = 60.83%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#500584 (or 0x500584) is known color: Indigo. HEX triplet: 50, 05 and 84. RGB value is (80,5,132). Sum of RGB (Red+Green+Blue) = 80+5+132=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #500584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500584 is #AFFA7B. Grayscale: #292929. Windows color (decimal): -11532924 or 8652112. OLE color: 8652112.

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

Color convert

RGB 80 5 132 -
CMYK 0.39 0.96 0 0.48
HSL 275.43º 0.93% 0.27% -
HSV(B) 275.43º 0.96% 0.52% -
XYZ 7.53 3.48 22.1 -
YUV 41.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 80 5 132 0.39 0.96 0 0.48 275.43 0.93 0.27
Hex 50 5 84 27 60 0 30 113 5D 1B
Octal 120 5 204 47 140 0 60 423 135 33
Binary 1010000 101 10000100 100111 1100000 0 110000 100010011 1011101 11011

Color Harmonies of #500584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500584

Black with #500584

Text Example


Text Example

White with #500584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500584; }

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

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

background-color css

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

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

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

border-color css

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

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

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