Html Css Color HEX #500086 Indigo

📋 copy color: '#500086'

red 80 ◦ green 0 ◦ blue 134

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

Shades of Indigo #500086

Tints of Indigo #500086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.38%
G = 0%
B = 62.62%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#500086 (or 0x500086) is known color: Indigo. HEX triplet: 50, 00 and 86. RGB value is (80,0,134). Sum of RGB (Red+Green+Blue) = 80+0+134=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #500086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500086 is #AFFF79. Grayscale: #262626. Windows color (decimal): -11534202 or 8781904. OLE color: 8781904.

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

Color convert

RGB 80 0 134 -
CMYK 0.40 1 0 0.47
HSL 275.82º 1% 0.26% -
HSV(B) 275.82º 1% 0.53% -
XYZ 7.61 3.43 22.81 -
YUV 39.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 80 0 134 0.40 1 0 0.47 275.82 1 0.26
Hex 50 0 86 28 64 0 2F 114 64 1A
Octal 120 0 206 50 144 0 57 424 144 32
Binary 1010000 0 10000110 101000 1100100 0 101111 100010100 1100100 11010

Color Harmonies of #500086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500086

Black with #500086

Text Example


Text Example

White with #500086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500086; }

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

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

background-color css

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

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

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

border-color css

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

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

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