Shades of Deep Koamaru #34315E
Tints of Deep Koamaru #34315E
RGB
CMYK
RGB Variations
Color information
#34315E (or 0x34315E) is known color: Deep Koamaru. HEX triplet: 34, 31 and 5E. RGB value is (52,49,94). Sum of RGB (Red+Green+Blue) = 52+49+94=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #34315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34315E is #CBCEA1. Grayscale: #363636. Windows color (decimal): -13356706 or 6172980. OLE color: 6172980.
HSL color Cylindrical-coordinate representation of color #34315E: hue angle of 244º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34315E is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 49 | 94 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.63 |
| HSL | 244º | 0.31% | 0.28% | - |
| HSV(B) | 244º | 0.48% | 0.37% | - |
| XYZ | 4.53 | 3.73 | 11.07 | - |
| YUV | 55.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 94 | 0.45 | 0.48 | 0 | 0.63 | 244 | 0.31 | 0.28 |
| Hex | 34 | 31 | 5E | 2D | 30 | 0 | 3F | F4 | 1F | 1C |
| Octal | 64 | 61 | 136 | 55 | 60 | 0 | 77 | 364 | 37 | 34 |
| Binary | 110100 | 110001 | 1011110 | 101101 | 110000 | 0 | 111111 | 11110100 | 11111 | 11100 |
Color Harmonies of #34315E
Complementary color
Monochromatic Colors of #34315E
Black with #34315E
Text Example
Text Example
White with #34315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34315E; }
p { color: rgb(52,49,94); }
H1.HeaderClassName
{
color: #34315E;
}
.AnyTagClassName
{
color: #34315E;
}
</style>
background-color css
<style>
a { background-color: #34315E; }
a { background-color: rgb(52,49,94); }
div.DivClassName
{
background-color: #34315E;
}
.BgClassName
{
background-color: #34315E;
}
</style>
border-color css
<style>
span { border-color: #34315E; }
span { border-color: rgb(52,49,94); }
td.TdClassName
{
border-color: #34315E;
}
.TagClassName
{
border-color: #34315E;
}
</style>