Html Css Color HEX #500986 Indigo

📋 copy color: '#500986'

red 80 ◦ green 9 ◦ blue 134

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

Shades of Indigo #500986

Tints of Indigo #500986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 35.87%
G = 4.04%
B = 60.09%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#500986 (or 0x500986) is known color: Indigo. HEX triplet: 50, 09 and 86. RGB value is (80,9,134). Sum of RGB (Red+Green+Blue) = 80+9+134=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #500986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500986 is #AFF679. Grayscale: #2C2C2C. Windows color (decimal): -11531898 or 8784208. OLE color: 8784208.

HSL color Cylindrical-coordinate representation of color #500986: hue angle of 274.08º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500986 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 9 134 -
CMYK 0.40 0.93 0 0.47
HSL 274.08º 0.87% 0.28% -
HSV(B) 274.08º 0.93% 0.53% -
XYZ 7.71 3.62 22.85 -
YUV 44.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 80 9 134 0.40 0.93 0 0.47 274.08 0.87 0.28
Hex 50 9 86 28 5D 0 2F 112 57 1C
Octal 120 11 206 50 135 0 57 422 127 34
Binary 1010000 1001 10000110 101000 1011101 0 101111 100010010 1010111 11100

Color Harmonies of #500986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500986

Black with #500986

Text Example


Text Example

White with #500986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500986; }

 p { color: rgb(80,9,134); }

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

background-color css

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

 a { background-color: rgb(80,9,134); }

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

border-color css

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

 span { border-color: rgb(80,9,134); }

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