#511277

Color #511277 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #511277

Tints of Indigo #511277

Color information

#511277 (or 0x511277) is unknown color: approx Indigo. HEX triplet: 51, 12 and 77. RGB value is (81,18,119). Sum of RGB (Red+Green+Blue) = 81+18+119=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #511277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511277 is #AEED88. Grayscale: #303030. Windows color (decimal): -11464073 or 7803473. OLE color: 7803473.

HSL color Cylindrical-coordinate representation of color #511277: hue angle of 277.43º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511277 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8118119-
CMYK0.320.8500.53
HSL277.43º73.72%26.86%-
HSV(B)277.43º84.87%46.67%-
XYZ6.943.5117.77-
YUV48.35167.87151.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=37.16%
G=8.26%
B=54.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81181190.320.8500.53277.4373.7226.86
Hex51127720550351154a1b
Octal121221674012506542511233
Binary101000110010111011110000010101010110101100010101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511277; }

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

 H1.HeaderClassName
 {
   color: #511277;
 }
 .AnyTagClassName
 {
   color: #511277;
 }
</style>
background-color css

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

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

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

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

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

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