Shades of Deep Koamaru #32315C
Tints of Deep Koamaru #32315C
RGB
CMYK
RGB Variations
Color information
#32315C (or 0x32315C) is known color: Deep Koamaru. HEX triplet: 32, 31 and 5C. RGB value is (50,49,92). Sum of RGB (Red+Green+Blue) = 50+49+92=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #32315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32315C is #CDCEA3. Grayscale: #363636. Windows color (decimal): -13487780 or 6041906. OLE color: 6041906.
HSL color Cylindrical-coordinate representation of color #32315C: hue angle of 241.4º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32315C is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 49 | 92 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.64 |
| HSL | 241.4º | 0.3% | 0.28% | - |
| HSV(B) | 241.4º | 0.47% | 0.36% | - |
| XYZ | 4.35 | 3.65 | 10.6 | - |
| YUV | 54.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 92 | 0.46 | 0.47 | 0 | 0.64 | 241.4 | 0.3 | 0.28 |
| Hex | 32 | 31 | 5C | 2E | 2F | 0 | 40 | F1 | 1E | 1C |
| Octal | 62 | 61 | 134 | 56 | 57 | 0 | 100 | 361 | 36 | 34 |
| Binary | 110010 | 110001 | 1011100 | 101110 | 101111 | 0 | 1000000 | 11110001 | 11110 | 11100 |
Color Harmonies of #32315C
Complementary color
Monochromatic Colors of #32315C
Black with #32315C
Text Example
Text Example
White with #32315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32315C; }
p { color: rgb(50,49,92); }
H1.HeaderClassName
{
color: #32315C;
}
.AnyTagClassName
{
color: #32315C;
}
</style>
background-color css
<style>
a { background-color: #32315C; }
a { background-color: rgb(50,49,92); }
div.DivClassName
{
background-color: #32315C;
}
.BgClassName
{
background-color: #32315C;
}
</style>
border-color css
<style>
span { border-color: #32315C; }
span { border-color: rgb(50,49,92); }
td.TdClassName
{
border-color: #32315C;
}
.TagClassName
{
border-color: #32315C;
}
</style>