Shades of Deep Koamaru #31325D
Tints of Deep Koamaru #31325D
RGB
CMYK
RGB Variations
Color information
#31325D (or 0x31325D) is known color: Deep Koamaru. HEX triplet: 31, 32 and 5D. RGB value is (49,50,93). Sum of RGB (Red+Green+Blue) = 49+50+93=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #31325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31325D is #CECDA2. Grayscale: #363636. Windows color (decimal): -13553059 or 6107697. OLE color: 6107697.
HSL color Cylindrical-coordinate representation of color #31325D: hue angle of 238.64º degrees, saturation: 0.31, 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 #31325D is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 50 | 93 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.64 |
| HSL | 238.64º | 0.31% | 0.28% | - |
| HSV(B) | 238.64º | 0.47% | 0.36% | - |
| XYZ | 4.38 | 3.72 | 10.84 | - |
| YUV | 54.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 93 | 0.47 | 0.46 | 0 | 0.64 | 238.64 | 0.31 | 0.28 |
| Hex | 31 | 32 | 5D | 2F | 2E | 0 | 40 | EF | 1F | 1C |
| Octal | 61 | 62 | 135 | 57 | 56 | 0 | 100 | 357 | 37 | 34 |
| Binary | 110001 | 110010 | 1011101 | 101111 | 101110 | 0 | 1000000 | 11101111 | 11111 | 11100 |
Color Harmonies of #31325D
Complementary color
Monochromatic Colors of #31325D
Black with #31325D
Text Example
Text Example
White with #31325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31325D; }
p { color: rgb(49,50,93); }
H1.HeaderClassName
{
color: #31325D;
}
.AnyTagClassName
{
color: #31325D;
}
</style>
background-color css
<style>
a { background-color: #31325D; }
a { background-color: rgb(49,50,93); }
div.DivClassName
{
background-color: #31325D;
}
.BgClassName
{
background-color: #31325D;
}
</style>
border-color css
<style>
span { border-color: #31325D; }
span { border-color: rgb(49,50,93); }
td.TdClassName
{
border-color: #31325D;
}
.TagClassName
{
border-color: #31325D;
}
</style>