Html Css Color HEX #511A87 Indigo

📋 copy color: '#511A87'

red 81 ◦ green 26 ◦ blue 135

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

Shades of Indigo #511A87

Tints of Indigo #511A87

RGB

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

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

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

R = 33.47%
G = 10.74%
B = 55.79%

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

#511A87 (or 0x511A87) is known color: Indigo. HEX triplet: 51, 1A and 87. RGB value is (81,26,135). Sum of RGB (Red+Green+Blue) = 81+26+135=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #511A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A87 is #AEE578. Grayscale: #363636. Windows color (decimal): -11462009 or 8854097. OLE color: 8854097.

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

Color convert

RGB 81 26 135 -
CMYK 0.40 0.81 0 0.47
HSL 270.28º 0.68% 0.32% -
HSV(B) 270.28º 0.81% 0.53% -
XYZ 8.14 4.24 23.31 -
YUV 54.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 81 26 135 0.40 0.81 0 0.47 270.28 0.68 0.32
Hex 51 1A 87 28 51 0 2F 10E 44 20
Octal 121 32 207 50 121 0 57 416 104 40
Binary 1010001 11010 10000111 101000 1010001 0 101111 100001110 1000100 100000

Color Harmonies of #511A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A87

Black with #511A87

Text Example


Text Example

White with #511A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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