#510c65

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

Shades of Indigo #510C65

Tints of Indigo #510C65

Color information

#510C65 (or 0x510C65) is unknown color: approx Indigo. HEX triplet: 51, 0C and 65. RGB value is (81,12,101). Sum of RGB (Red+Green+Blue) = 81+12+101=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #510C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C65 is #AEF39A. Grayscale: #2A2A2A. Windows color (decimal): -11465627 or 6622289. OLE color: 6622289.

HSL color Cylindrical-coordinate representation of color #510C65: hue angle of 286.52º 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 #510C65 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8112101-
CMYK0.200.8800.60
HSL286.52º78.76%22.16%-
HSV(B)286.52º88.12%39.61%-
XYZ5.872.9512.57-
YUV42.78160.86155.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=41.75%
G=6.19%
B=52.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81121010.200.8800.60286.5278.7622.16
Hex51C65145803C11f4f16
Octal121141452413007443711726
Binary1010001110011001011010010110000111100100011111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510c65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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