Shades of Gigas #52407E
Tints of Gigas #52407E
RGB
CMYK
RGB Variations
Color information
#52407E (or 0x52407E) is known color: Gigas. HEX triplet: 52, 40 and 7E. RGB value is (82,64,126). Sum of RGB (Red+Green+Blue) = 82+64+126=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #52407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407E is #ADBF81. Grayscale: #4C4C4C. Windows color (decimal): -11386754 or 8274002. OLE color: 8274002.
HSL color Cylindrical-coordinate representation of color #52407E: hue angle of 257.42º degrees, saturation: 0.33, 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 #52407E is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 64 | 126 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.51 |
| HSL | 257.42º | 0.33% | 0.37% | - |
| HSV(B) | 257.42º | 0.49% | 0.49% | - |
| XYZ | 9.08 | 6.97 | 20.6 | - |
| YUV | 76.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 126 | 0.35 | 0.49 | 0 | 0.51 | 257.42 | 0.33 | 0.37 |
| Hex | 52 | 40 | 7E | 23 | 31 | 0 | 33 | 101 | 21 | 25 |
| Octal | 122 | 100 | 176 | 43 | 61 | 0 | 63 | 401 | 41 | 45 |
| Binary | 1010010 | 1000000 | 1111110 | 100011 | 110001 | 0 | 110011 | 100000001 | 100001 | 100101 |
Color Harmonies of #52407E
Complementary color
Monochromatic Colors of #52407E
Black with #52407E
Text Example
Text Example
White with #52407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52407E; }
p { color: rgb(82,64,126); }
H1.HeaderClassName
{
color: #52407E;
}
.AnyTagClassName
{
color: #52407E;
}
</style>
background-color css
<style>
a { background-color: #52407E; }
a { background-color: rgb(82,64,126); }
div.DivClassName
{
background-color: #52407E;
}
.BgClassName
{
background-color: #52407E;
}
</style>
border-color css
<style>
span { border-color: #52407E; }
span { border-color: rgb(82,64,126); }
td.TdClassName
{
border-color: #52407E;
}
.TagClassName
{
border-color: #52407E;
}
</style>