Shades of Deep Koamaru #31305D
Tints of Deep Koamaru #31305D
RGB
CMYK
RGB Variations
Color information
#31305D (or 0x31305D) is known color: Deep Koamaru. HEX triplet: 31, 30 and 5D. RGB value is (49,48,93). Sum of RGB (Red+Green+Blue) = 49+48+93=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #31305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31305D is #CECFA2. Grayscale: #353535. Windows color (decimal): -13553571 or 6107185. OLE color: 6107185.
HSL color Cylindrical-coordinate representation of color #31305D: hue angle of 241.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31305D is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 48 | 93 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.64 |
| HSL | 241.33º | 0.32% | 0.28% | - |
| HSV(B) | 241.33º | 0.48% | 0.36% | - |
| XYZ | 4.3 | 3.56 | 10.82 | - |
| YUV | 53.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 93 | 0.47 | 0.48 | 0 | 0.64 | 241.33 | 0.32 | 0.28 |
| Hex | 31 | 30 | 5D | 2F | 30 | 0 | 40 | F1 | 20 | 1C |
| Octal | 61 | 60 | 135 | 57 | 60 | 0 | 100 | 361 | 40 | 34 |
| Binary | 110001 | 110000 | 1011101 | 101111 | 110000 | 0 | 1000000 | 11110001 | 100000 | 11100 |
Color Harmonies of #31305D
Complementary color
Monochromatic Colors of #31305D
Black with #31305D
Text Example
Text Example
White with #31305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31305D; }
p { color: rgb(49,48,93); }
H1.HeaderClassName
{
color: #31305D;
}
.AnyTagClassName
{
color: #31305D;
}
</style>
background-color css
<style>
a { background-color: #31305D; }
a { background-color: rgb(49,48,93); }
div.DivClassName
{
background-color: #31305D;
}
.BgClassName
{
background-color: #31305D;
}
</style>
border-color css
<style>
span { border-color: #31305D; }
span { border-color: rgb(49,48,93); }
td.TdClassName
{
border-color: #31305D;
}
.TagClassName
{
border-color: #31305D;
}
</style>