Shades of Deep Koamaru #312D71
Tints of Deep Koamaru #312D71
RGB
CMYK
RGB Variations
Color information
#312D71 (or 0x312D71) is known color: Deep Koamaru. HEX triplet: 31, 2D and 71. RGB value is (49,45,113). Sum of RGB (Red+Green+Blue) = 49+45+113=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #312D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D71 is #CED28E. Grayscale: #353535. Windows color (decimal): -13554319 or 7417137. OLE color: 7417137.
HSL color Cylindrical-coordinate representation of color #312D71: hue angle of 243.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312D71 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 45 | 113 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.56 |
| HSL | 243.53º | 0.43% | 0.31% | - |
| HSV(B) | 243.53º | 0.6% | 0.44% | - |
| XYZ | 5.19 | 3.72 | 16.07 | - |
| YUV | 53.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 113 | 0.57 | 0.60 | 0 | 0.56 | 243.53 | 0.43 | 0.31 |
| Hex | 31 | 2D | 71 | 39 | 3C | 0 | 38 | F4 | 2B | 1F |
| Octal | 61 | 55 | 161 | 71 | 74 | 0 | 70 | 364 | 53 | 37 |
| Binary | 110001 | 101101 | 1110001 | 111001 | 111100 | 0 | 111000 | 11110100 | 101011 | 11111 |
Color Harmonies of #312D71
Complementary color
Monochromatic Colors of #312D71
Black with #312D71
Text Example
Text Example
White with #312D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D71; }
p { color: rgb(49,45,113); }
H1.HeaderClassName
{
color: #312D71;
}
.AnyTagClassName
{
color: #312D71;
}
</style>
background-color css
<style>
a { background-color: #312D71; }
a { background-color: rgb(49,45,113); }
div.DivClassName
{
background-color: #312D71;
}
.BgClassName
{
background-color: #312D71;
}
</style>
border-color css
<style>
span { border-color: #312D71; }
span { border-color: rgb(49,45,113); }
td.TdClassName
{
border-color: #312D71;
}
.TagClassName
{
border-color: #312D71;
}
</style>