Shades of Deep Koamaru #31306F
Tints of Deep Koamaru #31306F
RGB
CMYK
RGB Variations
Color information
#31306F (or 0x31306F) is known color: Deep Koamaru. HEX triplet: 31, 30 and 6F. RGB value is (49,48,111). Sum of RGB (Red+Green+Blue) = 49+48+111=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #31306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31306F is #CECF90. Grayscale: #373737. Windows color (decimal): -13553553 or 7286833. OLE color: 7286833.
HSL color Cylindrical-coordinate representation of color #31306F: hue angle of 240.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31306F is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 48 | 111 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.56 |
| HSL | 240.95º | 0.4% | 0.31% | - |
| HSV(B) | 240.95º | 0.57% | 0.44% | - |
| XYZ | 5.19 | 3.91 | 15.52 | - |
| YUV | 55.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 111 | 0.56 | 0.57 | 0 | 0.56 | 240.95 | 0.4 | 0.31 |
| Hex | 31 | 30 | 6F | 38 | 39 | 0 | 38 | F1 | 28 | 1F |
| Octal | 61 | 60 | 157 | 70 | 71 | 0 | 70 | 361 | 50 | 37 |
| Binary | 110001 | 110000 | 1101111 | 111000 | 111001 | 0 | 111000 | 11110001 | 101000 | 11111 |
Color Harmonies of #31306F
Complementary color
Monochromatic Colors of #31306F
Black with #31306F
Text Example
Text Example
White with #31306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31306F; }
p { color: rgb(49,48,111); }
H1.HeaderClassName
{
color: #31306F;
}
.AnyTagClassName
{
color: #31306F;
}
</style>
background-color css
<style>
a { background-color: #31306F; }
a { background-color: rgb(49,48,111); }
div.DivClassName
{
background-color: #31306F;
}
.BgClassName
{
background-color: #31306F;
}
</style>
border-color css
<style>
span { border-color: #31306F; }
span { border-color: rgb(49,48,111); }
td.TdClassName
{
border-color: #31306F;
}
.TagClassName
{
border-color: #31306F;
}
</style>