Shades of Deep Koamaru #312F72
Tints of Deep Koamaru #312F72
RGB
CMYK
RGB Variations
Color information
#312F72 (or 0x312F72) is known color: Deep Koamaru. HEX triplet: 31, 2F and 72. RGB value is (49,47,114). Sum of RGB (Red+Green+Blue) = 49+47+114=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #312F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F72 is #CED08D. Grayscale: #363636. Windows color (decimal): -13553806 or 7483185. OLE color: 7483185.
HSL color Cylindrical-coordinate representation of color #312F72: hue angle of 241.79º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312F72 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 47 | 114 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.55 |
| HSL | 241.79º | 0.42% | 0.32% | - |
| HSV(B) | 241.79º | 0.59% | 0.45% | - |
| XYZ | 5.32 | 3.9 | 16.39 | - |
| YUV | 55.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 114 | 0.57 | 0.59 | 0 | 0.55 | 241.79 | 0.42 | 0.32 |
| Hex | 31 | 2F | 72 | 39 | 3B | 0 | 37 | F2 | 2A | 20 |
| Octal | 61 | 57 | 162 | 71 | 73 | 0 | 67 | 362 | 52 | 40 |
| Binary | 110001 | 101111 | 1110010 | 111001 | 111011 | 0 | 110111 | 11110010 | 101010 | 100000 |
Color Harmonies of #312F72
Complementary color
Monochromatic Colors of #312F72
Black with #312F72
Text Example
Text Example
White with #312F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F72; }
p { color: rgb(49,47,114); }
H1.HeaderClassName
{
color: #312F72;
}
.AnyTagClassName
{
color: #312F72;
}
</style>
background-color css
<style>
a { background-color: #312F72; }
a { background-color: rgb(49,47,114); }
div.DivClassName
{
background-color: #312F72;
}
.BgClassName
{
background-color: #312F72;
}
</style>
border-color css
<style>
span { border-color: #312F72; }
span { border-color: rgb(49,47,114); }
td.TdClassName
{
border-color: #312F72;
}
.TagClassName
{
border-color: #312F72;
}
</style>