Shades of Gigas #513D7D
Tints of Gigas #513D7D
RGB
CMYK
RGB Variations
Color information
#513D7D (or 0x513D7D) is known color: Gigas. HEX triplet: 51, 3D and 7D. RGB value is (81,61,125). Sum of RGB (Red+Green+Blue) = 81+61+125=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #513D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D7D is #AEC282. Grayscale: #4A4A4A. Windows color (decimal): -11453059 or 8207697. OLE color: 8207697.
HSL color Cylindrical-coordinate representation of color #513D7D: hue angle of 258.75º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513D7D is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 61 | 125 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.51 |
| HSL | 258.75º | 0.34% | 0.36% | - |
| HSV(B) | 258.75º | 0.51% | 0.49% | - |
| XYZ | 8.76 | 6.57 | 20.21 | - |
| YUV | 74.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 125 | 0.35 | 0.51 | 0 | 0.51 | 258.75 | 0.34 | 0.36 |
| Hex | 51 | 3D | 7D | 23 | 33 | 0 | 33 | 103 | 22 | 24 |
| Octal | 121 | 75 | 175 | 43 | 63 | 0 | 63 | 403 | 42 | 44 |
| Binary | 1010001 | 111101 | 1111101 | 100011 | 110011 | 0 | 110011 | 100000011 | 100010 | 100100 |
Color Harmonies of #513D7D
Complementary color
Monochromatic Colors of #513D7D
Black with #513D7D
Text Example
Text Example
White with #513D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D7D; }
p { color: rgb(81,61,125); }
H1.HeaderClassName
{
color: #513D7D;
}
.AnyTagClassName
{
color: #513D7D;
}
</style>
background-color css
<style>
a { background-color: #513D7D; }
a { background-color: rgb(81,61,125); }
div.DivClassName
{
background-color: #513D7D;
}
.BgClassName
{
background-color: #513D7D;
}
</style>
border-color css
<style>
span { border-color: #513D7D; }
span { border-color: rgb(81,61,125); }
td.TdClassName
{
border-color: #513D7D;
}
.TagClassName
{
border-color: #513D7D;
}
</style>