Shades of Deep Koamaru #32287C
Tints of Deep Koamaru #32287C
RGB
CMYK
RGB Variations
Color information
#32287C (or 0x32287C) is known color: Deep Koamaru. HEX triplet: 32, 28 and 7C. RGB value is (50,40,124). Sum of RGB (Red+Green+Blue) = 50+40+124=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #32287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32287C is #CDD783. Grayscale: #343434. Windows color (decimal): -13490052 or 8136754. OLE color: 8136754.
HSL color Cylindrical-coordinate representation of color #32287C: hue angle of 247.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32287C is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 40 | 124 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.51 |
| HSL | 247.14º | 0.51% | 0.32% | - |
| HSV(B) | 247.14º | 0.68% | 0.49% | - |
| XYZ | 5.71 | 3.65 | 19.47 | - |
| YUV | 52.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 124 | 0.60 | 0.68 | 0 | 0.51 | 247.14 | 0.51 | 0.32 |
| Hex | 32 | 28 | 7C | 3C | 44 | 0 | 33 | F7 | 33 | 20 |
| Octal | 62 | 50 | 174 | 74 | 104 | 0 | 63 | 367 | 63 | 40 |
| Binary | 110010 | 101000 | 1111100 | 111100 | 1000100 | 0 | 110011 | 11110111 | 110011 | 100000 |
Color Harmonies of #32287C
Complementary color
Monochromatic Colors of #32287C
Black with #32287C
Text Example
Text Example
White with #32287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32287C; }
p { color: rgb(50,40,124); }
H1.HeaderClassName
{
color: #32287C;
}
.AnyTagClassName
{
color: #32287C;
}
</style>
background-color css
<style>
a { background-color: #32287C; }
a { background-color: rgb(50,40,124); }
div.DivClassName
{
background-color: #32287C;
}
.BgClassName
{
background-color: #32287C;
}
</style>
border-color css
<style>
span { border-color: #32287C; }
span { border-color: rgb(50,40,124); }
td.TdClassName
{
border-color: #32287C;
}
.TagClassName
{
border-color: #32287C;
}
</style>