Shades of Deep Koamaru #31315E
Tints of Deep Koamaru #31315E
RGB
CMYK
RGB Variations
Color information
#31315E (or 0x31315E) is known color: Deep Koamaru. HEX triplet: 31, 31 and 5E. RGB value is (49,49,94). Sum of RGB (Red+Green+Blue) = 49+49+94=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #31315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31315E is #CECEA1. Grayscale: #353535. Windows color (decimal): -13553314 or 6172977. OLE color: 6172977.
HSL color Cylindrical-coordinate representation of color #31315E: hue angle of 240º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31315E is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 49 | 94 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.63 |
| HSL | 240º | 0.31% | 0.28% | - |
| HSV(B) | 240º | 0.48% | 0.37% | - |
| XYZ | 4.39 | 3.66 | 11.06 | - |
| YUV | 54.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 94 | 0.48 | 0.48 | 0 | 0.63 | 240 | 0.31 | 0.28 |
| Hex | 31 | 31 | 5E | 30 | 30 | 0 | 3F | F0 | 1F | 1C |
| Octal | 61 | 61 | 136 | 60 | 60 | 0 | 77 | 360 | 37 | 34 |
| Binary | 110001 | 110001 | 1011110 | 110000 | 110000 | 0 | 111111 | 11110000 | 11111 | 11100 |
Color Harmonies of #31315E
Complementary color
Monochromatic Colors of #31315E
Black with #31315E
Text Example
Text Example
White with #31315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31315E; }
p { color: rgb(49,49,94); }
H1.HeaderClassName
{
color: #31315E;
}
.AnyTagClassName
{
color: #31315E;
}
</style>
background-color css
<style>
a { background-color: #31315E; }
a { background-color: rgb(49,49,94); }
div.DivClassName
{
background-color: #31315E;
}
.BgClassName
{
background-color: #31315E;
}
</style>
border-color css
<style>
span { border-color: #31315E; }
span { border-color: rgb(49,49,94); }
td.TdClassName
{
border-color: #31315E;
}
.TagClassName
{
border-color: #31315E;
}
</style>