#510594

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

Shades of Indigo #510594

Tints of Indigo #510594

Color information

#510594 (or 0x510594) is unknown color: approx Indigo. HEX triplet: 51, 05 and 94. RGB value is (81,5,148). Sum of RGB (Red+Green+Blue) = 81+5+148=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #510594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510594 is #AEFA6B. Grayscale: #2B2B2B. Windows color (decimal): -11467372 or 9700689. OLE color: 9700689.

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

Color convert

RGB815148-
CMYK0.450.9700.42
HSL271.89º93.46%30%-
HSV(B)271.89º96.62%58.04%-
XYZ8.79428.32-
YUV44.03186.68154.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 148 (58.20% from 255) = 63.25%
R=34.62%
G=2.14%
B=63.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8151480.450.9700.42271.8993.4630
Hex515942D6102A1105d1e
Octal12152245514105242013536
Binary10100011011001010010110111000010101010100010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510594; }

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

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

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

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

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

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

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

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