#510F95

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

Shades of Indigo #510F95

Tints of Indigo #510F95

Color information

#510F95 (or 0x510F95) is unknown color: approx Indigo. HEX triplet: 51, 0F and 95. RGB value is (81,15,149). Sum of RGB (Red+Green+Blue) = 81+15+149=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #510F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510F95 is #AEF06A. Grayscale: #313131. Windows color (decimal): -11464811 or 9768785. OLE color: 9768785.

HSL color Cylindrical-coordinate representation of color #510F95: hue angle of 269.55º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510F95 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8115149-
CMYK0.460.9000.42
HSL269.55º81.71%32.16%-
HSV(B)269.55º89.93%58.43%-
XYZ8.994.2628.78-
YUV50.01183.87150.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 15 (6.25% from 255) = 6.12%
BLUE value IS 149 (58.59% from 255) = 60.82%
R=33.06%
G=6.12%
B=60.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81151490.460.9000.42269.5581.7132.16
Hex51F952E5A02A10e5220
Octal121172255613205241612240
Binary1010001111110010101101110101101001010101000011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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