#510987

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

Shades of Indigo #510987

Tints of Indigo #510987

Color information

#510987 (or 0x510987) is unknown color: approx Indigo. HEX triplet: 51, 09 and 87. RGB value is (81,9,135). Sum of RGB (Red+Green+Blue) = 81+9+135=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #510987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510987 is #AEF678. Grayscale: #2C2C2C. Windows color (decimal): -11466361 or 8849745. OLE color: 8849745.

HSL color Cylindrical-coordinate representation of color #510987: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510987 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB819135-
CMYK0.400.9300.47
HSL274.29º87.5%28.24%-
HSV(B)274.29º93.33%52.94%-
XYZ7.863.6923.22-
YUV44.89178.85153.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 135 (53.12% from 255) = 60%
R=36%
G=4%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8191350.400.9300.47274.2987.528.24
Hex51987285D02F112581c
Octal121112075013505742213034
Binary101000110011000011110100010111010101111100010010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510987; }

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

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

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

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

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

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

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

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