Shades of Deep Koamaru #312D78
Tints of Deep Koamaru #312D78
RGB
CMYK
RGB Variations
Color information
#312D78 (or 0x312D78) is known color: Deep Koamaru. HEX triplet: 31, 2D and 78. RGB value is (49,45,120). Sum of RGB (Red+Green+Blue) = 49+45+120=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #312D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D78 is #CED287. Grayscale: #363636. Windows color (decimal): -13554312 or 7875889. OLE color: 7875889.
HSL color Cylindrical-coordinate representation of color #312D78: hue angle of 243.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312D78 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 45 | 120 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.53 |
| HSL | 243.2º | 0.45% | 0.32% | - |
| HSV(B) | 243.2º | 0.63% | 0.47% | - |
| XYZ | 5.6 | 3.89 | 18.22 | - |
| YUV | 54.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 120 | 0.59 | 0.63 | 0 | 0.53 | 243.2 | 0.45 | 0.32 |
| Hex | 31 | 2D | 78 | 3B | 3F | 0 | 35 | F3 | 2D | 20 |
| Octal | 61 | 55 | 170 | 73 | 77 | 0 | 65 | 363 | 55 | 40 |
| Binary | 110001 | 101101 | 1111000 | 111011 | 111111 | 0 | 110101 | 11110011 | 101101 | 100000 |
Color Harmonies of #312D78
Complementary color
Monochromatic Colors of #312D78
Black with #312D78
Text Example
Text Example
White with #312D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D78; }
p { color: rgb(49,45,120); }
H1.HeaderClassName
{
color: #312D78;
}
.AnyTagClassName
{
color: #312D78;
}
</style>
background-color css
<style>
a { background-color: #312D78; }
a { background-color: rgb(49,45,120); }
div.DivClassName
{
background-color: #312D78;
}
.BgClassName
{
background-color: #312D78;
}
</style>
border-color css
<style>
span { border-color: #312D78; }
span { border-color: rgb(49,45,120); }
td.TdClassName
{
border-color: #312D78;
}
.TagClassName
{
border-color: #312D78;
}
</style>