Shades of Deep Koamaru #31335A
Tints of Deep Koamaru #31335A
RGB
CMYK
RGB Variations
Color information
#31335A (or 0x31335A) is known color: Deep Koamaru. HEX triplet: 31, 33 and 5A. RGB value is (49,51,90). Sum of RGB (Red+Green+Blue) = 49+51+90=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #31335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335A is #CECCA5. Grayscale: #363636. Windows color (decimal): -13552806 or 5911345. OLE color: 5911345.
HSL color Cylindrical-coordinate representation of color #31335A: hue angle of 237.07º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31335A is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 51 | 90 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.65 |
| HSL | 237.07º | 0.29% | 0.27% | - |
| HSV(B) | 237.07º | 0.46% | 0.35% | - |
| XYZ | 4.3 | 3.76 | 10.17 | - |
| YUV | 54.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 90 | 0.46 | 0.43 | 0 | 0.65 | 237.07 | 0.29 | 0.27 |
| Hex | 31 | 33 | 5A | 2E | 2B | 0 | 41 | ED | 1D | 1B |
| Octal | 61 | 63 | 132 | 56 | 53 | 0 | 101 | 355 | 35 | 33 |
| Binary | 110001 | 110011 | 1011010 | 101110 | 101011 | 0 | 1000001 | 11101101 | 11101 | 11011 |
Color Harmonies of #31335A
Complementary color
Monochromatic Colors of #31335A
Black with #31335A
Text Example
Text Example
White with #31335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31335A; }
p { color: rgb(49,51,90); }
H1.HeaderClassName
{
color: #31335A;
}
.AnyTagClassName
{
color: #31335A;
}
</style>
background-color css
<style>
a { background-color: #31335A; }
a { background-color: rgb(49,51,90); }
div.DivClassName
{
background-color: #31335A;
}
.BgClassName
{
background-color: #31335A;
}
</style>
border-color css
<style>
span { border-color: #31335A; }
span { border-color: rgb(49,51,90); }
td.TdClassName
{
border-color: #31335A;
}
.TagClassName
{
border-color: #31335A;
}
</style>