Html Css Color HEX #511575 Indigo

📋 copy color: '#511575'

red 81 ◦ green 21 ◦ blue 117

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

Shades of Indigo #511575

Tints of Indigo #511575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 36.99%
G = 9.59%
B = 53.42%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511575 (or 0x511575) is known color: Indigo. HEX triplet: 51, 15 and 75. RGB value is (81,21,117). Sum of RGB (Red+Green+Blue) = 81+21+117=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #511575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511575 is #AEEA8A. Grayscale: #313131. Windows color (decimal): -11463307 or 7673169. OLE color: 7673169.

HSL color Cylindrical-coordinate representation of color #511575: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511575 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 21 117 -
CMYK 0.31 0.82 0 0.54
HSL 277.5º 0.7% 0.27% -
HSV(B) 277.5º 0.82% 0.46% -
XYZ 6.87 3.57 17.16 -
YUV 49.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 81 21 117 0.31 0.82 0 0.54 277.5 0.7 0.27
Hex 51 15 75 1F 52 0 36 116 46 1B
Octal 121 25 165 37 122 0 66 426 106 33
Binary 1010001 10101 1110101 11111 1010010 0 110110 100010110 1000110 11011

Color Harmonies of #511575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511575

Black with #511575

Text Example


Text Example

White with #511575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511575; }

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

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

background-color css

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

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

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

border-color css

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

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

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