Shades of Madison #31425A
Tints of Madison #31425A
RGB
CMYK
RGB Variations
Color information
#31425A (or 0x31425A) is known color: Madison. HEX triplet: 31, 42 and 5A. RGB value is (49,66,90). Sum of RGB (Red+Green+Blue) = 49+66+90=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #31425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31425A is #CEBDA5. Grayscale: #3F3F3F. Windows color (decimal): -13548966 or 5915185. OLE color: 5915185.
HSL color Cylindrical-coordinate representation of color #31425A: hue angle of 215.12º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31425A is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 66 | 90 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.65 |
| HSL | 215.12º | 0.29% | 0.27% | - |
| HSV(B) | 215.12º | 0.46% | 0.35% | - |
| XYZ | 5.06 | 5.29 | 10.43 | - |
| YUV | 63.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 90 | 0.46 | 0.27 | 0 | 0.65 | 215.12 | 0.29 | 0.27 |
| Hex | 31 | 42 | 5A | 2E | 1B | 0 | 41 | D7 | 1D | 1B |
| Octal | 61 | 102 | 132 | 56 | 33 | 0 | 101 | 327 | 35 | 33 |
| Binary | 110001 | 1000010 | 1011010 | 101110 | 11011 | 0 | 1000001 | 11010111 | 11101 | 11011 |
Color Harmonies of #31425A
Complementary color
Monochromatic Colors of #31425A
Black with #31425A
Text Example
Text Example
White with #31425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31425A; }
p { color: rgb(49,66,90); }
H1.HeaderClassName
{
color: #31425A;
}
.AnyTagClassName
{
color: #31425A;
}
</style>
background-color css
<style>
a { background-color: #31425A; }
a { background-color: rgb(49,66,90); }
div.DivClassName
{
background-color: #31425A;
}
.BgClassName
{
background-color: #31425A;
}
</style>
border-color css
<style>
span { border-color: #31425A; }
span { border-color: rgb(49,66,90); }
td.TdClassName
{
border-color: #31425A;
}
.TagClassName
{
border-color: #31425A;
}
</style>