Shades of Deep Koamaru #312878
Tints of Deep Koamaru #312878
RGB
CMYK
RGB Variations
Color information
#312878 (or 0x312878) is known color: Deep Koamaru. HEX triplet: 31, 28 and 78. RGB value is (49,40,120). Sum of RGB (Red+Green+Blue) = 49+40+120=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #312878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312878 is #CED787. Grayscale: #333333. Windows color (decimal): -13555592 or 7874609. OLE color: 7874609.
HSL color Cylindrical-coordinate representation of color #312878: hue angle of 246.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312878 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 40 | 120 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.53 |
| HSL | 246.75º | 0.5% | 0.31% | - |
| HSV(B) | 246.75º | 0.67% | 0.47% | - |
| XYZ | 5.42 | 3.53 | 18.16 | - |
| YUV | 51.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 120 | 0.59 | 0.67 | 0 | 0.53 | 246.75 | 0.5 | 0.31 |
| Hex | 31 | 28 | 78 | 3B | 43 | 0 | 35 | F7 | 32 | 1F |
| Octal | 61 | 50 | 170 | 73 | 103 | 0 | 65 | 367 | 62 | 37 |
| Binary | 110001 | 101000 | 1111000 | 111011 | 1000011 | 0 | 110101 | 11110111 | 110010 | 11111 |
Color Harmonies of #312878
Complementary color
Monochromatic Colors of #312878
Black with #312878
Text Example
Text Example
White with #312878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312878; }
p { color: rgb(49,40,120); }
H1.HeaderClassName
{
color: #312878;
}
.AnyTagClassName
{
color: #312878;
}
</style>
background-color css
<style>
a { background-color: #312878; }
a { background-color: rgb(49,40,120); }
div.DivClassName
{
background-color: #312878;
}
.BgClassName
{
background-color: #312878;
}
</style>
border-color css
<style>
span { border-color: #312878; }
span { border-color: rgb(49,40,120); }
td.TdClassName
{
border-color: #312878;
}
.TagClassName
{
border-color: #312878;
}
</style>