Shades of Deep Koamaru #322878
Tints of Deep Koamaru #322878
RGB
CMYK
RGB Variations
Color information
#322878 (or 0x322878) is known color: Deep Koamaru. HEX triplet: 32, 28 and 78. RGB value is (50,40,120). Sum of RGB (Red+Green+Blue) = 50+40+120=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #322878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322878 is #CDD787. Grayscale: #333333. Windows color (decimal): -13490056 or 7874610. OLE color: 7874610.
HSL color Cylindrical-coordinate representation of color #322878: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322878 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 40 | 120 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.53 |
| HSL | 247.5º | 0.5% | 0.31% | - |
| HSV(B) | 247.5º | 0.67% | 0.47% | - |
| XYZ | 5.46 | 3.55 | 18.17 | - |
| YUV | 52.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 120 | 0.58 | 0.67 | 0 | 0.53 | 247.5 | 0.5 | 0.31 |
| Hex | 32 | 28 | 78 | 3A | 43 | 0 | 35 | F8 | 32 | 1F |
| Octal | 62 | 50 | 170 | 72 | 103 | 0 | 65 | 370 | 62 | 37 |
| Binary | 110010 | 101000 | 1111000 | 111010 | 1000011 | 0 | 110101 | 11111000 | 110010 | 11111 |
Color Harmonies of #322878
Complementary color
Monochromatic Colors of #322878
Black with #322878
Text Example
Text Example
White with #322878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322878; }
p { color: rgb(50,40,120); }
H1.HeaderClassName
{
color: #322878;
}
.AnyTagClassName
{
color: #322878;
}
</style>
background-color css
<style>
a { background-color: #322878; }
a { background-color: rgb(50,40,120); }
div.DivClassName
{
background-color: #322878;
}
.BgClassName
{
background-color: #322878;
}
</style>
border-color css
<style>
span { border-color: #322878; }
span { border-color: rgb(50,40,120); }
td.TdClassName
{
border-color: #322878;
}
.TagClassName
{
border-color: #322878;
}
</style>