#510290

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

Shades of Indigo #510290

Tints of Indigo #510290

Color information

#510290 (or 0x510290) is unknown color: approx Indigo. HEX triplet: 51, 02 and 90. RGB value is (81,2,144). Sum of RGB (Red+Green+Blue) = 81+2+144=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #510290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510290 is #AEFD6F. Grayscale: #292929. Windows color (decimal): -11468144 or 9437777. OLE color: 9437777.

HSL color Cylindrical-coordinate representation of color #510290: hue angle of 273.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510290 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB812144-
CMYK0.440.9900.44
HSL273.38º97.26%28.63%-
HSV(B)273.38º98.61%56.47%-
XYZ8.453.8126.67-
YUV41.81185.67155.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 144 (56.64% from 255) = 63.44%
R=35.68%
G=0.88%
B=63.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8121440.440.9900.44273.3897.2628.63
Hex512902C6302C111611d
Octal12122205414305442114135
Binary1010001101001000010110011000110101100100010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510290; }

 p { color: rgb(81,2,144); }

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

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

 a { background-color: rgb(81,2,144); }

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

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

 span { border-color: rgb(81,2,144); }

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