Shades of Gigas #52407D
Tints of Gigas #52407D
RGB
CMYK
RGB Variations
Color information
#52407D (or 0x52407D) is known color: Gigas. HEX triplet: 52, 40 and 7D. RGB value is (82,64,125). Sum of RGB (Red+Green+Blue) = 82+64+125=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #52407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407D is #ADBF82. Grayscale: #4C4C4C. Windows color (decimal): -11386755 or 8208466. OLE color: 8208466.
HSL color Cylindrical-coordinate representation of color #52407D: hue angle of 257.7º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52407D is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 64 | 125 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.51 |
| HSL | 257.7º | 0.32% | 0.37% | - |
| HSV(B) | 257.7º | 0.49% | 0.49% | - |
| XYZ | 9.01 | 6.94 | 20.27 | - |
| YUV | 76.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 125 | 0.34 | 0.49 | 0 | 0.51 | 257.7 | 0.32 | 0.37 |
| Hex | 52 | 40 | 7D | 22 | 31 | 0 | 33 | 102 | 20 | 25 |
| Octal | 122 | 100 | 175 | 42 | 61 | 0 | 63 | 402 | 40 | 45 |
| Binary | 1010010 | 1000000 | 1111101 | 100010 | 110001 | 0 | 110011 | 100000010 | 100000 | 100101 |
Color Harmonies of #52407D
Complementary color
Monochromatic Colors of #52407D
Black with #52407D
Text Example
Text Example
White with #52407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52407D; }
p { color: rgb(82,64,125); }
H1.HeaderClassName
{
color: #52407D;
}
.AnyTagClassName
{
color: #52407D;
}
</style>
background-color css
<style>
a { background-color: #52407D; }
a { background-color: rgb(82,64,125); }
div.DivClassName
{
background-color: #52407D;
}
.BgClassName
{
background-color: #52407D;
}
</style>
border-color css
<style>
span { border-color: #52407D; }
span { border-color: rgb(82,64,125); }
td.TdClassName
{
border-color: #52407D;
}
.TagClassName
{
border-color: #52407D;
}
</style>