#510C66

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

Shades of Indigo #510C66

Tints of Indigo #510C66

Color information

#510C66 (or 0x510C66) is unknown color: approx Indigo. HEX triplet: 51, 0C and 66. RGB value is (81,12,102). Sum of RGB (Red+Green+Blue) = 81+12+102=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #510C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C66 is #AEF399. Grayscale: #2A2A2A. Windows color (decimal): -11465626 or 6687825. OLE color: 6687825.

HSL color Cylindrical-coordinate representation of color #510C66: hue angle of 286º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510C66 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8112102-
CMYK0.210.8800.6
HSL286º78.95%22.35%-
HSV(B)286º88.24%40%-
XYZ5.922.9712.83-
YUV42.89161.36155.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=41.54%
G=6.15%
B=52.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81121020.210.8800.628678.9522.35
Hex51C66155803C11e4f16
Octal121141462513007443611726
Binary1010001110011001101010110110000111100100011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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