Shades of Deep Koamaru #31316C
Tints of Deep Koamaru #31316C
RGB
CMYK
RGB Variations
Color information
#31316C (or 0x31316C) is known color: Deep Koamaru. HEX triplet: 31, 31 and 6C. RGB value is (49,49,108). Sum of RGB (Red+Green+Blue) = 49+49+108=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #31316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31316C is #CECE93. Grayscale: #373737. Windows color (decimal): -13553300 or 7090481. OLE color: 7090481.
HSL color Cylindrical-coordinate representation of color #31316C: hue angle of 240º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31316C is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 49 | 108 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.58 |
| HSL | 240º | 0.38% | 0.31% | - |
| HSV(B) | 240º | 0.55% | 0.42% | - |
| XYZ | 5.07 | 3.93 | 14.68 | - |
| YUV | 55.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 108 | 0.55 | 0.55 | 0 | 0.58 | 240 | 0.38 | 0.31 |
| Hex | 31 | 31 | 6C | 37 | 37 | 0 | 3A | F0 | 26 | 1F |
| Octal | 61 | 61 | 154 | 67 | 67 | 0 | 72 | 360 | 46 | 37 |
| Binary | 110001 | 110001 | 1101100 | 110111 | 110111 | 0 | 111010 | 11110000 | 100110 | 11111 |
Color Harmonies of #31316C
Complementary color
Monochromatic Colors of #31316C
Black with #31316C
Text Example
Text Example
White with #31316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31316C; }
p { color: rgb(49,49,108); }
H1.HeaderClassName
{
color: #31316C;
}
.AnyTagClassName
{
color: #31316C;
}
</style>
background-color css
<style>
a { background-color: #31316C; }
a { background-color: rgb(49,49,108); }
div.DivClassName
{
background-color: #31316C;
}
.BgClassName
{
background-color: #31316C;
}
</style>
border-color css
<style>
span { border-color: #31316C; }
span { border-color: rgb(49,49,108); }
td.TdClassName
{
border-color: #31316C;
}
.TagClassName
{
border-color: #31316C;
}
</style>