Shades of Deep Koamaru #323079
Tints of Deep Koamaru #323079
RGB
CMYK
RGB Variations
Color information
#323079 (or 0x323079) is known color: Deep Koamaru. HEX triplet: 32, 30 and 79. RGB value is (50,48,121). Sum of RGB (Red+Green+Blue) = 50+48+121=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #323079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323079 is #CDCF86. Grayscale: #383838. Windows color (decimal): -13488007 or 7942194. OLE color: 7942194.
HSL color Cylindrical-coordinate representation of color #323079: hue angle of 241.64º 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 #323079 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 48 | 121 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.53 |
| HSL | 241.64º | 0.43% | 0.33% | - |
| HSV(B) | 241.64º | 0.6% | 0.47% | - |
| XYZ | 5.82 | 4.17 | 18.59 | - |
| YUV | 56.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 121 | 0.59 | 0.60 | 0 | 0.53 | 241.64 | 0.43 | 0.33 |
| Hex | 32 | 30 | 79 | 3B | 3C | 0 | 35 | F2 | 2B | 21 |
| Octal | 62 | 60 | 171 | 73 | 74 | 0 | 65 | 362 | 53 | 41 |
| Binary | 110010 | 110000 | 1111001 | 111011 | 111100 | 0 | 110101 | 11110010 | 101011 | 100001 |
Color Harmonies of #323079
Complementary color
Monochromatic Colors of #323079
Black with #323079
Text Example
Text Example
White with #323079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323079; }
p { color: rgb(50,48,121); }
H1.HeaderClassName
{
color: #323079;
}
.AnyTagClassName
{
color: #323079;
}
</style>
background-color css
<style>
a { background-color: #323079; }
a { background-color: rgb(50,48,121); }
div.DivClassName
{
background-color: #323079;
}
.BgClassName
{
background-color: #323079;
}
</style>
border-color css
<style>
span { border-color: #323079; }
span { border-color: rgb(50,48,121); }
td.TdClassName
{
border-color: #323079;
}
.TagClassName
{
border-color: #323079;
}
</style>