Shades of Deep Koamaru #313077
Tints of Deep Koamaru #313077
RGB
CMYK
RGB Variations
Color information
#313077 (or 0x313077) is known color: Deep Koamaru. HEX triplet: 31, 30 and 77. RGB value is (49,48,119). Sum of RGB (Red+Green+Blue) = 49+48+119=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #313077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313077 is #CECF88. Grayscale: #383838. Windows color (decimal): -13553545 or 7811121. OLE color: 7811121.
HSL color Cylindrical-coordinate representation of color #313077: hue angle of 240.85º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313077 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 48 | 119 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.53 |
| HSL | 240.85º | 0.43% | 0.33% | - |
| HSV(B) | 240.85º | 0.6% | 0.47% | - |
| XYZ | 5.65 | 4.1 | 17.95 | - |
| YUV | 56.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 119 | 0.59 | 0.60 | 0 | 0.53 | 240.85 | 0.43 | 0.33 |
| Hex | 31 | 30 | 77 | 3B | 3C | 0 | 35 | F1 | 2B | 21 |
| Octal | 61 | 60 | 167 | 73 | 74 | 0 | 65 | 361 | 53 | 41 |
| Binary | 110001 | 110000 | 1110111 | 111011 | 111100 | 0 | 110101 | 11110001 | 101011 | 100001 |
Color Harmonies of #313077
Complementary color
Monochromatic Colors of #313077
Black with #313077
Text Example
Text Example
White with #313077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313077; }
p { color: rgb(49,48,119); }
H1.HeaderClassName
{
color: #313077;
}
.AnyTagClassName
{
color: #313077;
}
</style>
background-color css
<style>
a { background-color: #313077; }
a { background-color: rgb(49,48,119); }
div.DivClassName
{
background-color: #313077;
}
.BgClassName
{
background-color: #313077;
}
</style>
border-color css
<style>
span { border-color: #313077; }
span { border-color: rgb(49,48,119); }
td.TdClassName
{
border-color: #313077;
}
.TagClassName
{
border-color: #313077;
}
</style>