#510D7D

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

Shades of Indigo #510D7D

Tints of Indigo #510D7D

Color information

#510D7D (or 0x510D7D) is unknown color: approx Indigo. HEX triplet: 51, 0D and 7D. RGB value is (81,13,125). Sum of RGB (Red+Green+Blue) = 81+13+125=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #510D7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D7D is #AEF282. Grayscale: #2D2D2D. Windows color (decimal): -11465347 or 8195409. OLE color: 8195409.

HSL color Cylindrical-coordinate representation of color #510D7D: hue angle of 276.43º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510D7D is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8113125-
CMYK0.350.9000.51
HSL276.43º81.16%27.06%-
HSV(B)276.43º89.6%49.02%-
XYZ7.243.5219.7-
YUV46.1172.53152.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=36.99%
G=5.94%
B=57.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81131250.350.9000.51276.4381.1627.06
Hex51D7D235A033114511b
Octal121151754313206342412133
Binary10100011101111110110001110110100110011100010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,13,125); }

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

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

 a { background-color: rgb(81,13,125); }

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

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

 span { border-color: rgb(81,13,125); }

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