Shades of Deep Koamaru #32325C
Tints of Deep Koamaru #32325C
RGB
CMYK
RGB Variations
Color information
#32325C (or 0x32325C) is known color: Deep Koamaru. HEX triplet: 32, 32 and 5C. RGB value is (50,50,92). Sum of RGB (Red+Green+Blue) = 50+50+92=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #32325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32325C is #CDCDA3. Grayscale: #363636. Windows color (decimal): -13487524 or 6042162. OLE color: 6042162.
HSL color Cylindrical-coordinate representation of color #32325C: hue angle of 240º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32325C is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 50 | 92 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.64 |
| HSL | 240º | 0.3% | 0.28% | - |
| HSV(B) | 240º | 0.46% | 0.36% | - |
| XYZ | 4.39 | 3.73 | 10.61 | - |
| YUV | 54.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 92 | 0.46 | 0.46 | 0 | 0.64 | 240 | 0.3 | 0.28 |
| Hex | 32 | 32 | 5C | 2E | 2E | 0 | 40 | F0 | 1E | 1C |
| Octal | 62 | 62 | 134 | 56 | 56 | 0 | 100 | 360 | 36 | 34 |
| Binary | 110010 | 110010 | 1011100 | 101110 | 101110 | 0 | 1000000 | 11110000 | 11110 | 11100 |
Color Harmonies of #32325C
Complementary color
Monochromatic Colors of #32325C
Black with #32325C
Text Example
Text Example
White with #32325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32325C; }
p { color: rgb(50,50,92); }
H1.HeaderClassName
{
color: #32325C;
}
.AnyTagClassName
{
color: #32325C;
}
</style>
background-color css
<style>
a { background-color: #32325C; }
a { background-color: rgb(50,50,92); }
div.DivClassName
{
background-color: #32325C;
}
.BgClassName
{
background-color: #32325C;
}
</style>
border-color css
<style>
span { border-color: #32325C; }
span { border-color: rgb(50,50,92); }
td.TdClassName
{
border-color: #32325C;
}
.TagClassName
{
border-color: #32325C;
}
</style>