#510873

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

Shades of Indigo #510873

Tints of Indigo #510873

Color information

#510873 (or 0x510873) is unknown color: approx Indigo. HEX triplet: 51, 08 and 73. RGB value is (81,8,115). Sum of RGB (Red+Green+Blue) = 81+8+115=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #510873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510873 is #AEF78C. Grayscale: #292929. Windows color (decimal): -11466637 or 7538769. OLE color: 7538769.

HSL color Cylindrical-coordinate representation of color #510873: hue angle of 280.93º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510873 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB818115-
CMYK0.300.9300.55
HSL280.93º86.99%24.12%-
HSV(B)280.93º93.04%45.1%-
XYZ6.573.1616.48-
YUV42.02169.18155.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=39.71%
G=3.92%
B=56.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8181150.300.9300.55280.9386.9924.12
Hex518731E5D0371195718
Octal121101633613506743112730
Binary1010001100011100111111010111010110111100011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510873; }

 p { color: rgb(81,8,115); }

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

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

 a { background-color: rgb(81,8,115); }

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

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

 span { border-color: rgb(81,8,115); }

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