Shades of Deep Koamaru #312874
Tints of Deep Koamaru #312874
RGB
CMYK
RGB Variations
Color information
#312874 (or 0x312874) is known color: Deep Koamaru. HEX triplet: 31, 28 and 74. RGB value is (49,40,116). Sum of RGB (Red+Green+Blue) = 49+40+116=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #312874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312874 is #CED78B. Grayscale: #333333. Windows color (decimal): -13555596 or 7612465. OLE color: 7612465.
HSL color Cylindrical-coordinate representation of color #312874: hue angle of 247.11º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312874 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 40 | 116 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.55 |
| HSL | 247.11º | 0.49% | 0.31% | - |
| HSV(B) | 247.11º | 0.66% | 0.45% | - |
| XYZ | 5.18 | 3.43 | 16.91 | - |
| YUV | 51.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 116 | 0.58 | 0.66 | 0 | 0.55 | 247.11 | 0.49 | 0.31 |
| Hex | 31 | 28 | 74 | 3A | 42 | 0 | 37 | F7 | 31 | 1F |
| Octal | 61 | 50 | 164 | 72 | 102 | 0 | 67 | 367 | 61 | 37 |
| Binary | 110001 | 101000 | 1110100 | 111010 | 1000010 | 0 | 110111 | 11110111 | 110001 | 11111 |
Color Harmonies of #312874
Complementary color
Monochromatic Colors of #312874
Black with #312874
Text Example
Text Example
White with #312874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312874; }
p { color: rgb(49,40,116); }
H1.HeaderClassName
{
color: #312874;
}
.AnyTagClassName
{
color: #312874;
}
</style>
background-color css
<style>
a { background-color: #312874; }
a { background-color: rgb(49,40,116); }
div.DivClassName
{
background-color: #312874;
}
.BgClassName
{
background-color: #312874;
}
</style>
border-color css
<style>
span { border-color: #312874; }
span { border-color: rgb(49,40,116); }
td.TdClassName
{
border-color: #312874;
}
.TagClassName
{
border-color: #312874;
}
</style>