Html Css Color HEX #511494 Indigo

📋 copy color: '#511494'

red 81 ◦ green 20 ◦ blue 148

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

Shades of Indigo #511494

Tints of Indigo #511494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 32.53%
G = 8.03%
B = 59.44%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#511494 (or 0x511494) is known color: Indigo. HEX triplet: 51, 14 and 94. RGB value is (81,20,148). Sum of RGB (Red+Green+Blue) = 81+20+148=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #511494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511494 is #AEEB6B. Grayscale: #343434. Windows color (decimal): -11463532 or 9704529. OLE color: 9704529.

HSL color Cylindrical-coordinate representation of color #511494: hue angle of 268.59º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511494 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 20 148 -
CMYK 0.45 0.86 0 0.42
HSL 268.59º 0.76% 0.33% -
HSV(B) 268.59º 0.86% 0.58% -
XYZ 8.99 4.39 28.39 -
YUV 52.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 81 20 148 0.45 0.86 0 0.42 268.59 0.76 0.33
Hex 51 14 94 2D 56 0 2A 10D 4C 21
Octal 121 24 224 55 126 0 52 415 114 41
Binary 1010001 10100 10010100 101101 1010110 0 101010 100001101 1001100 100001

Color Harmonies of #511494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511494

Black with #511494

Text Example


Text Example

White with #511494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511494; }

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

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

background-color css

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

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

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

border-color css

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

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

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