#510473

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

Shades of Indigo #510473

Tints of Indigo #510473

Color information

#510473 (or 0x510473) is unknown color: approx Indigo. HEX triplet: 51, 04 and 73. RGB value is (81,4,115). Sum of RGB (Red+Green+Blue) = 81+4+115=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #510473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510473 is #AEFB8C. Grayscale: #272727. Windows color (decimal): -11467661 or 7537745. OLE color: 7537745.

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

Color convert

RGB814115-
CMYK0.300.9700.55
HSL281.62º93.28%23.33%-
HSV(B)281.62º96.52%45.1%-
XYZ6.533.0716.47-
YUV39.68170.51157.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=40.5%
G=2%
B=57.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8141150.300.9700.55281.6293.2823.33
Hex514731E6103711a5d17
Octal12141633614106743213527
Binary101000110011100111111011000010110111100011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510473; }

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

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

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

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

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

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

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

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