Shades of Deep Koamaru #312F63
Tints of Deep Koamaru #312F63
RGB
CMYK
RGB Variations
Color information
#312F63 (or 0x312F63) is known color: Deep Koamaru. HEX triplet: 31, 2F and 63. RGB value is (49,47,99). Sum of RGB (Red+Green+Blue) = 49+47+99=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #312F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F63 is #CED09C. Grayscale: #353535. Windows color (decimal): -13553821 or 6500145. OLE color: 6500145.
HSL color Cylindrical-coordinate representation of color #312F63: hue angle of 242.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312F63 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 47 | 99 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.61 |
| HSL | 242.31º | 0.36% | 0.29% | - |
| HSV(B) | 242.31º | 0.53% | 0.39% | - |
| XYZ | 4.54 | 3.59 | 12.26 | - |
| YUV | 53.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 99 | 0.51 | 0.53 | 0 | 0.61 | 242.31 | 0.36 | 0.29 |
| Hex | 31 | 2F | 63 | 33 | 35 | 0 | 3D | F2 | 24 | 1D |
| Octal | 61 | 57 | 143 | 63 | 65 | 0 | 75 | 362 | 44 | 35 |
| Binary | 110001 | 101111 | 1100011 | 110011 | 110101 | 0 | 111101 | 11110010 | 100100 | 11101 |
Color Harmonies of #312F63
Complementary color
Monochromatic Colors of #312F63
Black with #312F63
Text Example
Text Example
White with #312F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F63; }
p { color: rgb(49,47,99); }
H1.HeaderClassName
{
color: #312F63;
}
.AnyTagClassName
{
color: #312F63;
}
</style>
background-color css
<style>
a { background-color: #312F63; }
a { background-color: rgb(49,47,99); }
div.DivClassName
{
background-color: #312F63;
}
.BgClassName
{
background-color: #312F63;
}
</style>
border-color css
<style>
span { border-color: #312F63; }
span { border-color: rgb(49,47,99); }
td.TdClassName
{
border-color: #312F63;
}
.TagClassName
{
border-color: #312F63;
}
</style>