Html Css Color HEX #511371 Indigo

📋 copy color: '#511371'

red 81 ◦ green 19 ◦ blue 113

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

Shades of Indigo #511371

Tints of Indigo #511371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 38.03%
G = 8.92%
B = 53.05%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511371 (or 0x511371) is known color: Indigo. HEX triplet: 51, 13 and 71. RGB value is (81,19,113). Sum of RGB (Red+Green+Blue) = 81+19+113=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #511371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511371 is #AEEC8E. Grayscale: #2F2F2F. Windows color (decimal): -11463823 or 7410513. OLE color: 7410513.

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

Color convert

RGB 81 19 113 -
CMYK 0.28 0.83 0 0.56
HSL 279.57º 0.71% 0.26% -
HSV(B) 279.57º 0.83% 0.44% -
XYZ 6.61 3.41 15.93 -
YUV 48.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 81 19 113 0.28 0.83 0 0.56 279.57 0.71 0.26
Hex 51 13 71 1C 53 0 38 118 47 1A
Octal 121 23 161 34 123 0 70 430 107 32
Binary 1010001 10011 1110001 11100 1010011 0 111000 100011000 1000111 11010

Color Harmonies of #511371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511371

Black with #511371

Text Example


Text Example

White with #511371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511371; }

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

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

background-color css

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

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

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

border-color css

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

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

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