#510c93

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

Shades of Indigo #510C93

Tints of Indigo #510C93

Color information

#510C93 (or 0x510C93) is unknown color: approx Indigo. HEX triplet: 51, 0C and 93. RGB value is (81,12,147). Sum of RGB (Red+Green+Blue) = 81+12+147=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #510C93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510C93 is #AEF36C. Grayscale: #2F2F2F. Windows color (decimal): -11465581 or 9636945. OLE color: 9636945.

HSL color Cylindrical-coordinate representation of color #510C93: hue angle of 270.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510C93 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8112147-
CMYK0.450.9200.42
HSL270.67º84.91%31.18%-
HSV(B)270.67º91.84%57.65%-
XYZ8.794.1227.94-
YUV48.02183.86151.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=33.75%
G=5%
B=61.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81121470.450.9200.42270.6784.9131.18
Hex51C932D5C02A10f551f
Octal121142235513405241712537
Binary101000111001001001110110110111000101010100001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510c93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,12,147); }

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

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

 a { background-color: rgb(81,12,147); }

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

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

 span { border-color: rgb(81,12,147); }

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