#511884

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

Shades of Indigo #511884

Tints of Indigo #511884

Color information

#511884 (or 0x511884) is unknown color: approx Indigo. HEX triplet: 51, 18 and 84. RGB value is (81,24,132). Sum of RGB (Red+Green+Blue) = 81+24+132=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #511884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511884 is #AEE77B. Grayscale: #343434. Windows color (decimal): -11462524 or 8656977. OLE color: 8656977.

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

Color convert

RGB8124132-
CMYK0.390.8200.48
HSL271.67º69.23%30.59%-
HSV(B)271.67º81.82%51.76%-
XYZ7.884.0722.2-
YUV53.36172.38147.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=34.18%
G=10.13%
B=55.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81241320.390.8200.48271.6769.2330.59
Hex5118842752030110451f
Octal121302044712206042010537
Binary1010001110001000010010011110100100110000100010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511884; }

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

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

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

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

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

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

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

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