#510D83

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

Shades of Indigo #510D83

Tints of Indigo #510D83

Color information

#510D83 (or 0x510D83) is unknown color: approx Indigo. HEX triplet: 51, 0D and 83. RGB value is (81,13,131). Sum of RGB (Red+Green+Blue) = 81+13+131=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #510D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510D83 is #AEF27C. Grayscale: #2E2E2E. Windows color (decimal): -11465341 or 8588625. OLE color: 8588625.

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

Color convert

RGB8113131-
CMYK0.380.9000.49
HSL274.58º81.94%28.24%-
HSV(B)274.58º90.08%51.37%-
XYZ7.633.6821.78-
YUV46.78175.53152.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 131 (51.56% from 255) = 58.22%
R=36%
G=5.78%
B=58.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131310.380.9000.49274.5881.9428.24
Hex51D83265A031113521c
Octal121152034613206142312234
Binary101000111011000001110011010110100110001100010011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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