Shades of Deep Koamaru #31315C
Tints of Deep Koamaru #31315C
RGB
CMYK
RGB Variations
Color information
#31315C (or 0x31315C) is known color: Deep Koamaru. HEX triplet: 31, 31 and 5C. RGB value is (49,49,92). Sum of RGB (Red+Green+Blue) = 49+49+92=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #31315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31315C is #CECEA3. Grayscale: #353535. Windows color (decimal): -13553316 or 6041905. OLE color: 6041905.
HSL color Cylindrical-coordinate representation of color #31315C: hue angle of 240º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31315C is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 49 | 92 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.64 |
| HSL | 240º | 0.3% | 0.28% | - |
| HSV(B) | 240º | 0.47% | 0.36% | - |
| XYZ | 4.3 | 3.62 | 10.6 | - |
| YUV | 53.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 92 | 0.47 | 0.47 | 0 | 0.64 | 240 | 0.3 | 0.28 |
| Hex | 31 | 31 | 5C | 2F | 2F | 0 | 40 | F0 | 1E | 1C |
| Octal | 61 | 61 | 134 | 57 | 57 | 0 | 100 | 360 | 36 | 34 |
| Binary | 110001 | 110001 | 1011100 | 101111 | 101111 | 0 | 1000000 | 11110000 | 11110 | 11100 |
Color Harmonies of #31315C
Complementary color
Monochromatic Colors of #31315C
Black with #31315C
Text Example
Text Example
White with #31315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31315C; }
p { color: rgb(49,49,92); }
H1.HeaderClassName
{
color: #31315C;
}
.AnyTagClassName
{
color: #31315C;
}
</style>
background-color css
<style>
a { background-color: #31315C; }
a { background-color: rgb(49,49,92); }
div.DivClassName
{
background-color: #31315C;
}
.BgClassName
{
background-color: #31315C;
}
</style>
border-color css
<style>
span { border-color: #31315C; }
span { border-color: rgb(49,49,92); }
td.TdClassName
{
border-color: #31315C;
}
.TagClassName
{
border-color: #31315C;
}
</style>