#510B6C

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

Shades of Indigo #510B6C

Tints of Indigo #510B6C

Color information

#510B6C (or 0x510B6C) is unknown color: approx Indigo. HEX triplet: 51, 0B and 6C. RGB value is (81,11,108). Sum of RGB (Red+Green+Blue) = 81+11+108=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #510B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B6C is #AEF493. Grayscale: #2A2A2A. Windows color (decimal): -11465876 or 7080785. OLE color: 7080785.

HSL color Cylindrical-coordinate representation of color #510B6C: hue angle of 283.3º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510B6C is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8111108-
CMYK0.250.9000.58
HSL283.3º81.51%23.33%-
HSV(B)283.3º89.81%42.35%-
XYZ6.223.0714.45-
YUV42.99164.69155.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=40.5%
G=5.5%
B=54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81111080.250.9000.58283.381.5123.33
Hex51B6C195A03A11b5217
Octal121131543113207243312227
Binary1010001101111011001100110110100111010100011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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