#510B6F

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

Shades of Indigo #510B6F

Tints of Indigo #510B6F

Color information

#510B6F (or 0x510B6F) is unknown color: approx Indigo. HEX triplet: 51, 0B and 6F. RGB value is (81,11,111). Sum of RGB (Red+Green+Blue) = 81+11+111=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #510B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B6F is #AEF490. Grayscale: #2B2B2B. Windows color (decimal): -11465873 or 7277393. OLE color: 7277393.

HSL color Cylindrical-coordinate representation of color #510B6F: hue angle of 282º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510B6F is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8111111-
CMYK0.270.9000.56
HSL282º81.97%23.92%-
HSV(B)282º90.09%43.53%-
XYZ6.383.1415.31-
YUV43.33166.19154.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=39.90%
G=5.42%
B=54.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111110.270.9000.5628281.9723.92
Hex51B6F1B5A03811a5218
Octal121131573313207043212230
Binary1010001101111011111101110110100111000100011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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