Shades of Deep Koamaru #323172
Tints of Deep Koamaru #323172
RGB
CMYK
RGB Variations
Color information
#323172 (or 0x323172) is known color: Deep Koamaru. HEX triplet: 32, 31 and 72. RGB value is (50,49,114). Sum of RGB (Red+Green+Blue) = 50+49+114=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #323172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323172 is #CDCE8D. Grayscale: #383838. Windows color (decimal): -13487758 or 7483698. OLE color: 7483698.
HSL color Cylindrical-coordinate representation of color #323172: hue angle of 240.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323172 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 49 | 114 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.55 |
| HSL | 240.92º | 0.4% | 0.32% | - |
| HSV(B) | 240.92º | 0.57% | 0.45% | - |
| XYZ | 5.45 | 4.09 | 16.42 | - |
| YUV | 56.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 114 | 0.56 | 0.57 | 0 | 0.55 | 240.92 | 0.4 | 0.32 |
| Hex | 32 | 31 | 72 | 38 | 39 | 0 | 37 | F1 | 28 | 20 |
| Octal | 62 | 61 | 162 | 70 | 71 | 0 | 67 | 361 | 50 | 40 |
| Binary | 110010 | 110001 | 1110010 | 111000 | 111001 | 0 | 110111 | 11110001 | 101000 | 100000 |
Color Harmonies of #323172
Complementary color
Monochromatic Colors of #323172
Black with #323172
Text Example
Text Example
White with #323172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323172; }
p { color: rgb(50,49,114); }
H1.HeaderClassName
{
color: #323172;
}
.AnyTagClassName
{
color: #323172;
}
</style>
background-color css
<style>
a { background-color: #323172; }
a { background-color: rgb(50,49,114); }
div.DivClassName
{
background-color: #323172;
}
.BgClassName
{
background-color: #323172;
}
</style>
border-color css
<style>
span { border-color: #323172; }
span { border-color: rgb(50,49,114); }
td.TdClassName
{
border-color: #323172;
}
.TagClassName
{
border-color: #323172;
}
</style>