Html Css Color HEX #511586 Indigo

📋 copy color: '#511586'

red 81 ◦ green 21 ◦ blue 134

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

Shades of Indigo #511586

Tints of Indigo #511586

RGB

 RED value IS 81 (32.03% from 255) = 34.32%

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 34.32%
G = 8.9%
B = 56.78%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511586 (or 0x511586) is known color: Indigo. HEX triplet: 51, 15 and 86. RGB value is (81,21,134). Sum of RGB (Red+Green+Blue) = 81+21+134=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #511586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511586 is #AEEA79. Grayscale: #333333. Windows color (decimal): -11463290 or 8787281. OLE color: 8787281.

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

Color convert

RGB 81 21 134 -
CMYK 0.40 0.84 0 0.47
HSL 271.86º 0.73% 0.3% -
HSV(B) 271.86º 0.84% 0.53% -
XYZ 7.96 4.01 22.91 -
YUV 51.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 81 21 134 0.40 0.84 0 0.47 271.86 0.73 0.3
Hex 51 15 86 28 54 0 2F 110 49 1E
Octal 121 25 206 50 124 0 57 420 111 36
Binary 1010001 10101 10000110 101000 1010100 0 101111 100010000 1001001 11110

Color Harmonies of #511586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511586

Black with #511586

Text Example


Text Example

White with #511586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511586; }

 p { color: rgb(81,21,134); }

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

background-color css

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

 a { background-color: rgb(81,21,134); }

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

border-color css

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

 span { border-color: rgb(81,21,134); }

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