Html Css Color HEX #511A86 Indigo

📋 copy color: '#511A86'

red 81 ◦ green 26 ◦ blue 134

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

Shades of Indigo #511A86

Tints of Indigo #511A86

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

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

R = 33.61%
G = 10.79%
B = 55.6%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511A86 (or 0x511A86) is known color: Indigo. HEX triplet: 51, 1A and 86. RGB value is (81,26,134). Sum of RGB (Red+Green+Blue) = 81+26+134=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #511A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A86 is #AEE579. Grayscale: #363636. Windows color (decimal): -11462010 or 8788561. OLE color: 8788561.

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

Color convert

RGB 81 26 134 -
CMYK 0.40 0.81 0 0.47
HSL 270.56º 0.68% 0.31% -
HSV(B) 270.56º 0.81% 0.53% -
XYZ 8.07 4.21 22.94 -
YUV 54.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 81 26 134 0.40 0.81 0 0.47 270.56 0.68 0.31
Hex 51 1A 86 28 51 0 2F 10F 44 1F
Octal 121 32 206 50 121 0 57 417 104 37
Binary 1010001 11010 10000110 101000 1010001 0 101111 100001111 1000100 11111

Color Harmonies of #511A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A86

Black with #511A86

Text Example


Text Example

White with #511A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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