Shades of Deep Koamaru #323158
Tints of Deep Koamaru #323158
RGB
CMYK
RGB Variations
Color information
#323158 (or 0x323158) is known color: Deep Koamaru. HEX triplet: 32, 31 and 58. RGB value is (50,49,88). Sum of RGB (Red+Green+Blue) = 50+49+88=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #323158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323158 is #CDCEA7. Grayscale: #353535. Windows color (decimal): -13487784 or 5779762. OLE color: 5779762.
HSL color Cylindrical-coordinate representation of color #323158: hue angle of 241.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323158 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 49 | 88 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.65 |
| HSL | 241.54º | 0.28% | 0.27% | - |
| HSV(B) | 241.54º | 0.44% | 0.35% | - |
| XYZ | 4.18 | 3.58 | 9.7 | - |
| YUV | 53.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 88 | 0.43 | 0.44 | 0 | 0.65 | 241.54 | 0.28 | 0.27 |
| Hex | 32 | 31 | 58 | 2B | 2C | 0 | 41 | F2 | 1C | 1B |
| Octal | 62 | 61 | 130 | 53 | 54 | 0 | 101 | 362 | 34 | 33 |
| Binary | 110010 | 110001 | 1011000 | 101011 | 101100 | 0 | 1000001 | 11110010 | 11100 | 11011 |
Color Harmonies of #323158
Complementary color
Monochromatic Colors of #323158
Black with #323158
Text Example
Text Example
White with #323158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323158; }
p { color: rgb(50,49,88); }
H1.HeaderClassName
{
color: #323158;
}
.AnyTagClassName
{
color: #323158;
}
</style>
background-color css
<style>
a { background-color: #323158; }
a { background-color: rgb(50,49,88); }
div.DivClassName
{
background-color: #323158;
}
.BgClassName
{
background-color: #323158;
}
</style>
border-color css
<style>
span { border-color: #323158; }
span { border-color: rgb(50,49,88); }
td.TdClassName
{
border-color: #323158;
}
.TagClassName
{
border-color: #323158;
}
</style>