Shades of Deep Koamaru #31325A
Tints of Deep Koamaru #31325A
RGB
CMYK
RGB Variations
Color information
#31325A (or 0x31325A) is known color: Deep Koamaru. HEX triplet: 31, 32 and 5A. RGB value is (49,50,90). Sum of RGB (Red+Green+Blue) = 49+50+90=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #31325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31325A is #CECDA5. Grayscale: #363636. Windows color (decimal): -13553062 or 5911089. OLE color: 5911089.
HSL color Cylindrical-coordinate representation of color #31325A: hue angle of 238.54º 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 #31325A is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 50 | 90 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.65 |
| HSL | 238.54º | 0.29% | 0.27% | - |
| HSV(B) | 238.54º | 0.46% | 0.35% | - |
| XYZ | 4.25 | 3.67 | 10.16 | - |
| YUV | 54.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 90 | 0.46 | 0.44 | 0 | 0.65 | 238.54 | 0.29 | 0.27 |
| Hex | 31 | 32 | 5A | 2E | 2C | 0 | 41 | EF | 1D | 1B |
| Octal | 61 | 62 | 132 | 56 | 54 | 0 | 101 | 357 | 35 | 33 |
| Binary | 110001 | 110010 | 1011010 | 101110 | 101100 | 0 | 1000001 | 11101111 | 11101 | 11011 |
Color Harmonies of #31325A
Complementary color
Monochromatic Colors of #31325A
Black with #31325A
Text Example
Text Example
White with #31325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31325A; }
p { color: rgb(49,50,90); }
H1.HeaderClassName
{
color: #31325A;
}
.AnyTagClassName
{
color: #31325A;
}
</style>
background-color css
<style>
a { background-color: #31325A; }
a { background-color: rgb(49,50,90); }
div.DivClassName
{
background-color: #31325A;
}
.BgClassName
{
background-color: #31325A;
}
</style>
border-color css
<style>
span { border-color: #31325A; }
span { border-color: rgb(49,50,90); }
td.TdClassName
{
border-color: #31325A;
}
.TagClassName
{
border-color: #31325A;
}
</style>