#510C69

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

Shades of Indigo #510C69

Tints of Indigo #510C69

Color information

#510C69 (or 0x510C69) is unknown color: approx Indigo. HEX triplet: 51, 0C and 69. RGB value is (81,12,105). Sum of RGB (Red+Green+Blue) = 81+12+105=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #510C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C69 is #AEF396. Grayscale: #2A2A2A. Windows color (decimal): -11465623 or 6884433. OLE color: 6884433.

HSL color Cylindrical-coordinate representation of color #510C69: hue angle of 284.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510C69 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8112105-
CMYK0.230.8900.59
HSL284.52º79.49%22.94%-
HSV(B)284.52º88.57%41.18%-
XYZ6.073.0313.63-
YUV43.23162.86154.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 12 (5.08% from 255) = 6.06%
BLUE value IS 105 (41.41% from 255) = 53.03%
R=40.91%
G=6.06%
B=53.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81121050.230.8900.59284.5279.4922.94
Hex51C69175903B11d4f17
Octal121141512713107343511727
Binary1010001110011010011011110110010111011100011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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