Html Css Color HEX #511571 Indigo

📋 copy color: '#511571'

red 81 ◦ green 21 ◦ blue 113

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

Shades of Indigo #511571

Tints of Indigo #511571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 37.67%
G = 9.77%
B = 52.56%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511571 (or 0x511571) is known color: Indigo. HEX triplet: 51, 15 and 71. RGB value is (81,21,113). Sum of RGB (Red+Green+Blue) = 81+21+113=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #511571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511571 is #AEEA8E. Grayscale: #313131. Windows color (decimal): -11463311 or 7411025. OLE color: 7411025.

HSL color Cylindrical-coordinate representation of color #511571: hue angle of 279.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511571 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 21 113 -
CMYK 0.28 0.81 0 0.56
HSL 279.13º 0.69% 0.26% -
HSV(B) 279.13º 0.81% 0.44% -
XYZ 6.64 3.48 15.94 -
YUV 49.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 81 21 113 0.28 0.81 0 0.56 279.13 0.69 0.26
Hex 51 15 71 1C 51 0 38 117 45 1A
Octal 121 25 161 34 121 0 70 427 105 32
Binary 1010001 10101 1110001 11100 1010001 0 111000 100010111 1000101 11010

Color Harmonies of #511571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511571

Black with #511571

Text Example


Text Example

White with #511571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511571; }

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

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

background-color css

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

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

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

border-color css

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

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

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