Shades of Deep Koamaru #312D76
Tints of Deep Koamaru #312D76
RGB
CMYK
RGB Variations
Color information
#312D76 (or 0x312D76) is known color: Deep Koamaru. HEX triplet: 31, 2D and 76. RGB value is (49,45,118). Sum of RGB (Red+Green+Blue) = 49+45+118=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #312D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D76 is #CED289. Grayscale: #363636. Windows color (decimal): -13554314 or 7744817. OLE color: 7744817.
HSL color Cylindrical-coordinate representation of color #312D76: hue angle of 243.29º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312D76 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 45 | 118 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.54 |
| HSL | 243.29º | 0.45% | 0.32% | - |
| HSV(B) | 243.29º | 0.62% | 0.46% | - |
| XYZ | 5.48 | 3.84 | 17.59 | - |
| YUV | 54.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 118 | 0.58 | 0.62 | 0 | 0.54 | 243.29 | 0.45 | 0.32 |
| Hex | 31 | 2D | 76 | 3A | 3E | 0 | 36 | F3 | 2D | 20 |
| Octal | 61 | 55 | 166 | 72 | 76 | 0 | 66 | 363 | 55 | 40 |
| Binary | 110001 | 101101 | 1110110 | 111010 | 111110 | 0 | 110110 | 11110011 | 101101 | 100000 |
Color Harmonies of #312D76
Complementary color
Monochromatic Colors of #312D76
Black with #312D76
Text Example
Text Example
White with #312D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D76; }
p { color: rgb(49,45,118); }
H1.HeaderClassName
{
color: #312D76;
}
.AnyTagClassName
{
color: #312D76;
}
</style>
background-color css
<style>
a { background-color: #312D76; }
a { background-color: rgb(49,45,118); }
div.DivClassName
{
background-color: #312D76;
}
.BgClassName
{
background-color: #312D76;
}
</style>
border-color css
<style>
span { border-color: #312D76; }
span { border-color: rgb(49,45,118); }
td.TdClassName
{
border-color: #312D76;
}
.TagClassName
{
border-color: #312D76;
}
</style>