#510560

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

Shades of Indigo #510560

Tints of Indigo #510560

Color information

#510560 (or 0x510560) is unknown color: approx Indigo. HEX triplet: 51, 05 and 60. RGB value is (81,5,96). Sum of RGB (Red+Green+Blue) = 81+5+96=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #510560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510560 is #AEFA9F. Grayscale: #252525. Windows color (decimal): -11467424 or 6292817. OLE color: 6292817.

HSL color Cylindrical-coordinate representation of color #510560: hue angle of 290.11º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510560 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81596-
CMYK0.160.9500.62
HSL290.11º90.1%19.8%-
HSV(B)290.11º94.79%37.65%-
XYZ5.562.711.29-
YUV38.1160.68158.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=44.51%
G=2.75%
B=52.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal815960.160.9500.62290.1190.119.8
Hex51560105F03E1225a14
Octal12151402013707644213224
Binary101000110111000001000010111110111110100100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510560; }

 p { color: rgb(81,5,96); }

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

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

 a { background-color: rgb(81,5,96); }

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

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

 span { border-color: rgb(81,5,96); }

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