Shades of Deep Koamaru #312D6B
Tints of Deep Koamaru #312D6B
RGB
CMYK
RGB Variations
Color information
#312D6B (or 0x312D6B) is known color: Deep Koamaru. HEX triplet: 31, 2D and 6B. RGB value is (49,45,107). Sum of RGB (Red+Green+Blue) = 49+45+107=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #312D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D6B is #CED294. Grayscale: #353535. Windows color (decimal): -13554325 or 7023921. OLE color: 7023921.
HSL color Cylindrical-coordinate representation of color #312D6B: hue angle of 243.87º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312D6B is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 45 | 107 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.58 |
| HSL | 243.87º | 0.41% | 0.3% | - |
| HSV(B) | 243.87º | 0.58% | 0.42% | - |
| XYZ | 4.86 | 3.59 | 14.35 | - |
| YUV | 53.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 107 | 0.54 | 0.58 | 0 | 0.58 | 243.87 | 0.41 | 0.3 |
| Hex | 31 | 2D | 6B | 36 | 3A | 0 | 3A | F4 | 29 | 1E |
| Octal | 61 | 55 | 153 | 66 | 72 | 0 | 72 | 364 | 51 | 36 |
| Binary | 110001 | 101101 | 1101011 | 110110 | 111010 | 0 | 111010 | 11110100 | 101001 | 11110 |
Color Harmonies of #312D6B
Complementary color
Monochromatic Colors of #312D6B
Black with #312D6B
Text Example
Text Example
White with #312D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D6B; }
p { color: rgb(49,45,107); }
H1.HeaderClassName
{
color: #312D6B;
}
.AnyTagClassName
{
color: #312D6B;
}
</style>
background-color css
<style>
a { background-color: #312D6B; }
a { background-color: rgb(49,45,107); }
div.DivClassName
{
background-color: #312D6B;
}
.BgClassName
{
background-color: #312D6B;
}
</style>
border-color css
<style>
span { border-color: #312D6B; }
span { border-color: rgb(49,45,107); }
td.TdClassName
{
border-color: #312D6B;
}
.TagClassName
{
border-color: #312D6B;
}
</style>