Shades of Deep Koamaru #323171
Tints of Deep Koamaru #323171
RGB
CMYK
RGB Variations
Color information
#323171 (or 0x323171) is known color: Deep Koamaru. HEX triplet: 32, 31 and 71. RGB value is (50,49,113). Sum of RGB (Red+Green+Blue) = 50+49+113=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #323171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323171 is #CDCE8E. Grayscale: #383838. Windows color (decimal): -13487759 or 7418162. OLE color: 7418162.
HSL color Cylindrical-coordinate representation of color #323171: hue angle of 240.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323171 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 49 | 113 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.56 |
| HSL | 240.94º | 0.4% | 0.32% | - |
| HSV(B) | 240.94º | 0.57% | 0.44% | - |
| XYZ | 5.39 | 4.07 | 16.12 | - |
| YUV | 56.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 113 | 0.56 | 0.57 | 0 | 0.56 | 240.94 | 0.4 | 0.32 |
| Hex | 32 | 31 | 71 | 38 | 39 | 0 | 38 | F1 | 28 | 20 |
| Octal | 62 | 61 | 161 | 70 | 71 | 0 | 70 | 361 | 50 | 40 |
| Binary | 110010 | 110001 | 1110001 | 111000 | 111001 | 0 | 111000 | 11110001 | 101000 | 100000 |
Color Harmonies of #323171
Complementary color
Monochromatic Colors of #323171
Black with #323171
Text Example
Text Example
White with #323171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323171; }
p { color: rgb(50,49,113); }
H1.HeaderClassName
{
color: #323171;
}
.AnyTagClassName
{
color: #323171;
}
</style>
background-color css
<style>
a { background-color: #323171; }
a { background-color: rgb(50,49,113); }
div.DivClassName
{
background-color: #323171;
}
.BgClassName
{
background-color: #323171;
}
</style>
border-color css
<style>
span { border-color: #323171; }
span { border-color: rgb(50,49,113); }
td.TdClassName
{
border-color: #323171;
}
.TagClassName
{
border-color: #323171;
}
</style>