#510578

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

Shades of Indigo #510578

Tints of Indigo #510578

Color information

#510578 (or 0x510578) is unknown color: approx Indigo. HEX triplet: 51, 05 and 78. RGB value is (81,5,120). Sum of RGB (Red+Green+Blue) = 81+5+120=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #510578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510578 is #AEFA87. Grayscale: #282828. Windows color (decimal): -11467400 or 7865681. OLE color: 7865681.

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

Color convert

RGB815120-
CMYK0.320.9600.53
HSL279.65º92%24.51%-
HSV(B)279.65º95.83%47.06%-
XYZ6.843.2118.03-
YUV40.83172.68156.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=39.32%
G=2.43%
B=58.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8151200.320.9600.53279.659224.51
Hex5157820600351185c19
Octal12151704014006543013431
Binary1010001101111100010000011000000110101100011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510578; }

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

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

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

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

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

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

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

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