#511385

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

Shades of Indigo #511385

Tints of Indigo #511385

Color information

#511385 (or 0x511385) is unknown color: approx Indigo. HEX triplet: 51, 13 and 85. RGB value is (81,19,133). Sum of RGB (Red+Green+Blue) = 81+19+133=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #511385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511385 is #AEEC7A. Grayscale: #323232. Windows color (decimal): -11463803 or 8721233. OLE color: 8721233.

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

Color convert

RGB8119133-
CMYK0.390.8600.48
HSL272.63º75%29.8%-
HSV(B)272.63º85.71%52.16%-
XYZ7.863.9122.53-
YUV50.53174.54149.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=34.76%
G=8.15%
B=57.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81191330.390.8600.48272.637529.8
Hex51138527560301114b1e
Octal121232054712606042111336
Binary1010001100111000010110011110101100110000100010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511385; }

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

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

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

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

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

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

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

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