#510978

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

Shades of Indigo #510978

Tints of Indigo #510978

Color information

#510978 (or 0x510978) is unknown color: approx Indigo. HEX triplet: 51, 09 and 78. RGB value is (81,9,120). Sum of RGB (Red+Green+Blue) = 81+9+120=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #510978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510978 is #AEF687. Grayscale: #2A2A2A. Windows color (decimal): -11466376 or 7866705. OLE color: 7866705.

HSL color Cylindrical-coordinate representation of color #510978: hue angle of 278.92º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510978 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB819120-
CMYK0.320.9200.53
HSL278.92º86.05%25.29%-
HSV(B)278.92º92.5%47.06%-
XYZ6.883.318.04-
YUV43.18171.35154.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=38.57%
G=4.29%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8191200.320.9200.53278.9286.0525.29
Hex51978205C0351175619
Octal121111704013406542712631
Binary10100011001111100010000010111000110101100010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510978; }

 p { color: rgb(81,9,120); }

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

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

 a { background-color: rgb(81,9,120); }

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

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

 span { border-color: rgb(81,9,120); }

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