Html Css Color HEX #501886 Indigo

📋 copy color: '#501886'

red 80 ◦ green 24 ◦ blue 134

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

Shades of Indigo #501886

Tints of Indigo #501886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

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

R = 33.61%
G = 10.08%
B = 56.3%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#501886 (or 0x501886) is known color: Indigo. HEX triplet: 50, 18 and 86. RGB value is (80,24,134). Sum of RGB (Red+Green+Blue) = 80+24+134=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #501886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501886 is #AFE779. Grayscale: #343434. Windows color (decimal): -11528058 or 8788048. OLE color: 8788048.

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

Color convert

RGB 80 24 134 -
CMYK 0.40 0.82 0 0.47
HSL 270.55º 0.7% 0.31% -
HSV(B) 270.55º 0.82% 0.53% -
XYZ 7.94 4.08 22.92 -
YUV 53.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 80 24 134 0.40 0.82 0 0.47 270.55 0.7 0.31
Hex 50 18 86 28 52 0 2F 10F 46 1F
Octal 120 30 206 50 122 0 57 417 106 37
Binary 1010000 11000 10000110 101000 1010010 0 101111 100001111 1000110 11111

Color Harmonies of #501886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501886

Black with #501886

Text Example


Text Example

White with #501886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501886; }

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

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

background-color css

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

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

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

border-color css

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

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

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