#510B69

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

Shades of Indigo #510B69

Tints of Indigo #510B69

Color information

#510B69 (or 0x510B69) is unknown color: approx Indigo. HEX triplet: 51, 0B and 69. RGB value is (81,11,105). Sum of RGB (Red+Green+Blue) = 81+11+105=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #510B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B69 is #AEF496. Grayscale: #2A2A2A. Windows color (decimal): -11465879 or 6884177. OLE color: 6884177.

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

Color convert

RGB8111105-
CMYK0.230.9000.59
HSL284.68º81.03%22.75%-
HSV(B)284.68º89.52%41.18%-
XYZ6.063.0113.63-
YUV42.65163.19155.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=41.12%
G=5.58%
B=53.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81111050.230.9000.59284.6881.0322.75
Hex51B69175A03B11d5117
Octal121131512713207343512127
Binary1010001101111010011011110110100111011100011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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