Html Css Color HEX #501087 Indigo

📋 copy color: '#501087'

red 80 ◦ green 16 ◦ blue 135

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

Shades of Indigo #501087

Tints of Indigo #501087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 135 (53.13% from 255) = 58.44%

R = 34.63%
G = 6.93%
B = 58.44%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#501087 (or 0x501087) is known color: Indigo. HEX triplet: 50, 10 and 87. RGB value is (80,16,135). Sum of RGB (Red+Green+Blue) = 80+16+135=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #501087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501087 is #AFEF78. Grayscale: #303030. Windows color (decimal): -11530105 or 8851536. OLE color: 8851536.

HSL color Cylindrical-coordinate representation of color #501087: hue angle of 272.27º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501087 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 16 135 -
CMYK 0.41 0.88 0 0.47
HSL 272.27º 0.79% 0.3% -
HSV(B) 272.27º 0.88% 0.53% -
XYZ 7.87 3.83 23.25 -
YUV 48.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 80 16 135 0.41 0.88 0 0.47 272.27 0.79 0.3
Hex 50 10 87 29 58 0 2F 110 4F 1E
Octal 120 20 207 51 130 0 57 420 117 36
Binary 1010000 10000 10000111 101001 1011000 0 101111 100010000 1001111 11110

Color Harmonies of #501087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501087

Black with #501087

Text Example


Text Example

White with #501087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501087; }

 p { color: rgb(80,16,135); }

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

background-color css

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

 a { background-color: rgb(80,16,135); }

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

border-color css

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

 span { border-color: rgb(80,16,135); }

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