#510F92

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

Shades of Indigo #510F92

Tints of Indigo #510F92

Color information

#510F92 (or 0x510F92) is unknown color: approx Indigo. HEX triplet: 51, 0F and 92. RGB value is (81,15,146). Sum of RGB (Red+Green+Blue) = 81+15+146=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #510F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510F92 is #AEF06D. Grayscale: #313131. Windows color (decimal): -11464814 or 9572177. OLE color: 9572177.

HSL color Cylindrical-coordinate representation of color #510F92: hue angle of 270.23º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510F92 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8115146-
CMYK0.450.9000.43
HSL270.23º81.37%31.57%-
HSV(B)270.23º89.73%57.25%-
XYZ8.754.1727.54-
YUV49.67182.37150.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=33.47%
G=6.20%
B=60.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81151460.450.9000.43270.2381.3731.57
Hex51F922D5A02B10e5120
Octal121172225513205341612140
Binary1010001111110010010101101101101001010111000011101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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