#511684

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

Shades of Indigo #511684

Tints of Indigo #511684

Color information

#511684 (or 0x511684) is unknown color: approx Indigo. HEX triplet: 51, 16 and 84. RGB value is (81,22,132). Sum of RGB (Red+Green+Blue) = 81+22+132=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #511684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511684 is #AEE97B. Grayscale: #333333. Windows color (decimal): -11463036 or 8656465. OLE color: 8656465.

HSL color Cylindrical-coordinate representation of color #511684: hue angle of 272.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511684 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8122132-
CMYK0.390.8300.48
HSL272.18º71.43%30.2%-
HSV(B)272.18º83.33%51.76%-
XYZ7.853.9922.19-
YUV52.18173.05148.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=34.47%
G=9.36%
B=56.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81221320.390.8300.48272.1871.4330.2
Hex5116842753030110471e
Octal121262044712306042010736
Binary1010001101101000010010011110100110110000100010000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511684; }

 p { color: rgb(81,22,132); }

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

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

 a { background-color: rgb(81,22,132); }

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

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

 span { border-color: rgb(81,22,132); }

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