#510990

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

Shades of Indigo #510990

Tints of Indigo #510990

Color information

#510990 (or 0x510990) is unknown color: approx Indigo. HEX triplet: 51, 09 and 90. RGB value is (81,9,144). Sum of RGB (Red+Green+Blue) = 81+9+144=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #510990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510990 is #AEF66F. Grayscale: #2D2D2D. Windows color (decimal): -11466352 or 9439569. OLE color: 9439569.

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

Color convert

RGB819144-
CMYK0.440.9400.44
HSL272º88.24%30%-
HSV(B)272º93.75%56.47%-
XYZ8.533.9626.7-
YUV45.92183.35153.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=34.62%
G=3.85%
B=61.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8191440.440.9400.4427288.2430
Hex519902C5E02C110581e
Octal121112205413605442013036
Binary101000110011001000010110010111100101100100010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510990; }

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

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

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

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

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

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

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

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