Html Css Color HEX #500186 Indigo

📋 copy color: '#500186'

red 80 ◦ green 1 ◦ blue 134

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

Shades of Indigo #500186

Tints of Indigo #500186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 37.21%
G = 0.47%
B = 62.33%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#500186 (or 0x500186) is known color: Indigo. HEX triplet: 50, 01 and 86. RGB value is (80,1,134). Sum of RGB (Red+Green+Blue) = 80+1+134=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #500186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500186 is #AFFE79. Grayscale: #272727. Windows color (decimal): -11533946 or 8782160. OLE color: 8782160.

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

Color convert

RGB 80 1 134 -
CMYK 0.40 0.99 0 0.47
HSL 275.64º 0.99% 0.26% -
HSV(B) 275.64º 0.99% 0.53% -
XYZ 7.62 3.45 22.82 -
YUV 39.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 80 1 134 0.40 0.99 0 0.47 275.64 0.99 0.26
Hex 50 1 86 28 63 0 2F 114 63 1A
Octal 120 1 206 50 143 0 57 424 143 32
Binary 1010000 1 10000110 101000 1100011 0 101111 100010100 1100011 11010

Color Harmonies of #500186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500186

Black with #500186

Text Example


Text Example

White with #500186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500186; }

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

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

background-color css

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

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

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

border-color css

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

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

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