Shades of Deep Koamaru #33325C
Tints of Deep Koamaru #33325C
RGB
CMYK
RGB Variations
Color information
#33325C (or 0x33325C) is known color: Deep Koamaru. HEX triplet: 33, 32 and 5C. RGB value is (51,50,92). Sum of RGB (Red+Green+Blue) = 51+50+92=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #33325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33325C is #CCCDA3. Grayscale: #363636. Windows color (decimal): -13421988 or 6042163. OLE color: 6042163.
HSL color Cylindrical-coordinate representation of color #33325C: hue angle of 241.43º 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 #33325C is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 50 | 92 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.64 |
| HSL | 241.43º | 0.3% | 0.28% | - |
| HSV(B) | 241.43º | 0.46% | 0.36% | - |
| XYZ | 4.44 | 3.76 | 10.62 | - |
| YUV | 55.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 92 | 0.45 | 0.46 | 0 | 0.64 | 241.43 | 0.3 | 0.28 |
| Hex | 33 | 32 | 5C | 2D | 2E | 0 | 40 | F1 | 1E | 1C |
| Octal | 63 | 62 | 134 | 55 | 56 | 0 | 100 | 361 | 36 | 34 |
| Binary | 110011 | 110010 | 1011100 | 101101 | 101110 | 0 | 1000000 | 11110001 | 11110 | 11100 |
Color Harmonies of #33325C
Complementary color
Monochromatic Colors of #33325C
Black with #33325C
Text Example
Text Example
White with #33325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33325C; }
p { color: rgb(51,50,92); }
H1.HeaderClassName
{
color: #33325C;
}
.AnyTagClassName
{
color: #33325C;
}
</style>
background-color css
<style>
a { background-color: #33325C; }
a { background-color: rgb(51,50,92); }
div.DivClassName
{
background-color: #33325C;
}
.BgClassName
{
background-color: #33325C;
}
</style>
border-color css
<style>
span { border-color: #33325C; }
span { border-color: rgb(51,50,92); }
td.TdClassName
{
border-color: #33325C;
}
.TagClassName
{
border-color: #33325C;
}
</style>