#510379

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

Shades of Indigo #510379

Tints of Indigo #510379

Color information

#510379 (or 0x510379) is unknown color: approx Indigo. HEX triplet: 51, 03 and 79. RGB value is (81,3,121). Sum of RGB (Red+Green+Blue) = 81+3+121=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #510379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510379 is #AEFC86. Grayscale: #272727. Windows color (decimal): -11467911 or 7930705. OLE color: 7930705.

HSL color Cylindrical-coordinate representation of color #510379: hue angle of 279.66º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510379 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB813121-
CMYK0.330.9800.53
HSL279.66º95.16%24.31%-
HSV(B)279.66º97.52%47.45%-
XYZ6.883.1918.34-
YUV39.77173.84157.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=39.51%
G=1.46%
B=59.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8131210.330.9800.53279.6695.1624.31
Hex5137921620351185f18
Octal12131714114206543013730
Binary101000111111100110000111000100110101100011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510379; }

 p { color: rgb(81,3,121); }

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

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

 a { background-color: rgb(81,3,121); }

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

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

 span { border-color: rgb(81,3,121); }

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