#510089

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

Shades of Indigo #510089

Tints of Indigo #510089

Color information

#510089 (or 0x510089) is unknown color: approx Indigo. HEX triplet: 51, 00 and 89. RGB value is (81,0,137). Sum of RGB (Red+Green+Blue) = 81+0+137=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #510089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510089 is #AEFF76. Grayscale: #272727. Windows color (decimal): -11468663 or 8978513. OLE color: 8978513.

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

Color convert

RGB810137-
CMYK0.41100.46
HSL275.47º100%26.86%-
HSV(B)275.47º100%53.73%-
XYZ7.913.5623.94-
YUV39.84182.84157.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=37.16%
G=0%
B=62.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8101370.41100.46275.4710026.86
Hex51089296402E113641b
Octal12102115114405642314433
Binary101000101000100110100111001000101110100010011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510089; }

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

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

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

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

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

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

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

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