#510F90

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

Shades of Indigo #510F90

Tints of Indigo #510F90

Color information

#510F90 (or 0x510F90) is unknown color: approx Indigo. HEX triplet: 51, 0F and 90. RGB value is (81,15,144). Sum of RGB (Red+Green+Blue) = 81+15+144=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #510F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510F90 is #AEF06F. Grayscale: #303030. Windows color (decimal): -11464816 or 9441105. OLE color: 9441105.

HSL color Cylindrical-coordinate representation of color #510F90: hue angle of 270.7º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510F90 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8115144-
CMYK0.440.9000.44
HSL270.7º81.13%31.18%-
HSV(B)270.7º89.58%56.47%-
XYZ8.64.126.72-
YUV49.44181.37150.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 144 (56.64% from 255) = 60%
R=33.75%
G=6.25%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81151440.440.9000.44270.781.1331.18
Hex51F902C5A02C10f511f
Octal121172205413205441712137
Binary101000111111001000010110010110100101100100001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510F90; }

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

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

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

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

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

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

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

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