Shades of Deep Koamaru #33325A
Tints of Deep Koamaru #33325A
RGB
CMYK
RGB Variations
Color information
#33325A (or 0x33325A) is known color: Deep Koamaru. HEX triplet: 33, 32 and 5A. RGB value is (51,50,90). Sum of RGB (Red+Green+Blue) = 51+50+90=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #33325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33325A is #CCCDA5. Grayscale: #363636. Windows color (decimal): -13421990 or 5911091. OLE color: 5911091.
HSL color Cylindrical-coordinate representation of color #33325A: hue angle of 241.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33325A is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 50 | 90 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.65 |
| HSL | 241.5º | 0.29% | 0.27% | - |
| HSV(B) | 241.5º | 0.44% | 0.35% | - |
| XYZ | 4.35 | 3.72 | 10.16 | - |
| YUV | 54.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 90 | 0.43 | 0.44 | 0 | 0.65 | 241.5 | 0.29 | 0.27 |
| Hex | 33 | 32 | 5A | 2B | 2C | 0 | 41 | F2 | 1D | 1B |
| Octal | 63 | 62 | 132 | 53 | 54 | 0 | 101 | 362 | 35 | 33 |
| Binary | 110011 | 110010 | 1011010 | 101011 | 101100 | 0 | 1000001 | 11110010 | 11101 | 11011 |
Color Harmonies of #33325A
Complementary color
Monochromatic Colors of #33325A
Black with #33325A
Text Example
Text Example
White with #33325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33325A; }
p { color: rgb(51,50,90); }
H1.HeaderClassName
{
color: #33325A;
}
.AnyTagClassName
{
color: #33325A;
}
</style>
background-color css
<style>
a { background-color: #33325A; }
a { background-color: rgb(51,50,90); }
div.DivClassName
{
background-color: #33325A;
}
.BgClassName
{
background-color: #33325A;
}
</style>
border-color css
<style>
span { border-color: #33325A; }
span { border-color: rgb(51,50,90); }
td.TdClassName
{
border-color: #33325A;
}
.TagClassName
{
border-color: #33325A;
}
</style>