Html Css Color HEX #511499 Indigo

📋 copy color: '#511499'

red 81 ◦ green 20 ◦ blue 153

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

Shades of Indigo #511499

Tints of Indigo #511499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 31.89%
G = 7.87%
B = 60.24%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#511499 (or 0x511499) is known color: Indigo. HEX triplet: 51, 14 and 99. RGB value is (81,20,153). Sum of RGB (Red+Green+Blue) = 81+20+153=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #511499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511499 is #AEEB66. Grayscale: #343434. Windows color (decimal): -11463527 or 10032209. OLE color: 10032209.

HSL color Cylindrical-coordinate representation of color #511499: hue angle of 267.52º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511499 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 20 153 -
CMYK 0.47 0.87 0 0.4
HSL 267.52º 0.77% 0.34% -
HSV(B) 267.52º 0.87% 0.6% -
XYZ 9.39 4.55 30.52 -
YUV 53.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 81 20 153 0.47 0.87 0 0.4 267.52 0.77 0.34
Hex 51 14 99 2F 57 0 28 10C 4D 22
Octal 121 24 231 57 127 0 50 414 115 42
Binary 1010001 10100 10011001 101111 1010111 0 101000 100001100 1001101 100010

Color Harmonies of #511499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511499

Black with #511499

Text Example


Text Example

White with #511499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511499; }

 p { color: rgb(81,20,153); }

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

background-color css

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

 a { background-color: rgb(81,20,153); }

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

border-color css

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

 span { border-color: rgb(81,20,153); }

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