#510989

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

Shades of Indigo #510989

Tints of Indigo #510989

Color information

#510989 (or 0x510989) is unknown color: approx Indigo. HEX triplet: 51, 09 and 89. RGB value is (81,9,137). Sum of RGB (Red+Green+Blue) = 81+9+137=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #510989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510989 is #AEF676. Grayscale: #2C2C2C. Windows color (decimal): -11466359 or 8980817. OLE color: 8980817.

HSL color Cylindrical-coordinate representation of color #510989: hue angle of 273.75º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510989 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB819137-
CMYK0.410.9300.46
HSL273.75º87.67%28.63%-
HSV(B)273.75º93.43%53.73%-
XYZ8.013.7523.97-
YUV45.12179.85153.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=35.68%
G=3.96%
B=60.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8191370.410.9300.46273.7587.6728.63
Hex51989295D02E112581d
Octal121112115113505642213035
Binary101000110011000100110100110111010101110100010010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510989; }

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

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

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

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

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

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

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

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