#510A68

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

Shades of Indigo #510A68

Tints of Indigo #510A68

Color information

#510A68 (or 0x510A68) is unknown color: approx Indigo. HEX triplet: 51, 0A and 68. RGB value is (81,10,104). Sum of RGB (Red+Green+Blue) = 81+10+104=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #510A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A68 is #AEF597. Grayscale: #292929. Windows color (decimal): -11466136 or 6818385. OLE color: 6818385.

HSL color Cylindrical-coordinate representation of color #510A68: hue angle of 285.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510A68 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8110104-
CMYK0.220.9000.59
HSL285.32º82.46%22.35%-
HSV(B)285.32º90.38%40.78%-
XYZ62.9713.35-
YUV41.94163.02155.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=41.54%
G=5.13%
B=53.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81101040.220.9000.59285.3282.4622.35
Hex51A68165A03B11d5216
Octal121121502613207343512226
Binary1010001101011010001011010110100111011100011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,104); }

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

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

 a { background-color: rgb(81,10,104); }

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

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

 span { border-color: rgb(81,10,104); }

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