Html Css Color HEX #511271 Indigo

📋 copy color: '#511271'

red 81 ◦ green 18 ◦ blue 113

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

Shades of Indigo #511271

Tints of Indigo #511271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 38.21%
G = 8.49%
B = 53.3%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511271 (or 0x511271) is known color: Indigo. HEX triplet: 51, 12 and 71. RGB value is (81,18,113). Sum of RGB (Red+Green+Blue) = 81+18+113=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #511271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511271 is #AEED8E. Grayscale: #2F2F2F. Windows color (decimal): -11464079 or 7410257. OLE color: 7410257.

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

Color convert

RGB 81 18 113 -
CMYK 0.28 0.84 0 0.56
HSL 279.79º 0.73% 0.26% -
HSV(B) 279.79º 0.84% 0.44% -
XYZ 6.59 3.37 15.93 -
YUV 47.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 81 18 113 0.28 0.84 0 0.56 279.79 0.73 0.26
Hex 51 12 71 1C 54 0 38 118 49 1A
Octal 121 22 161 34 124 0 70 430 111 32
Binary 1010001 10010 1110001 11100 1010100 0 111000 100011000 1001001 11010

Color Harmonies of #511271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511271

Black with #511271

Text Example


Text Example

White with #511271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511271; }

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

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

background-color css

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

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

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

border-color css

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

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

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