Shades of Deep Koamaru #332975
Tints of Deep Koamaru #332975
RGB
CMYK
RGB Variations
Color information
#332975 (or 0x332975) is known color: Deep Koamaru. HEX triplet: 33, 29 and 75. RGB value is (51,41,117). Sum of RGB (Red+Green+Blue) = 51+41+117=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #332975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332975 is #CCD68A. Grayscale: #343434. Windows color (decimal): -13424267 or 7678259. OLE color: 7678259.
HSL color Cylindrical-coordinate representation of color #332975: hue angle of 247.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332975 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 41 | 117 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.54 |
| HSL | 247.89º | 0.48% | 0.31% | - |
| HSV(B) | 247.89º | 0.65% | 0.46% | - |
| XYZ | 5.37 | 3.57 | 17.24 | - |
| YUV | 52.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 117 | 0.56 | 0.65 | 0 | 0.54 | 247.89 | 0.48 | 0.31 |
| Hex | 33 | 29 | 75 | 38 | 41 | 0 | 36 | F8 | 30 | 1F |
| Octal | 63 | 51 | 165 | 70 | 101 | 0 | 66 | 370 | 60 | 37 |
| Binary | 110011 | 101001 | 1110101 | 111000 | 1000001 | 0 | 110110 | 11111000 | 110000 | 11111 |
Color Harmonies of #332975
Complementary color
Monochromatic Colors of #332975
Black with #332975
Text Example
Text Example
White with #332975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332975; }
p { color: rgb(51,41,117); }
H1.HeaderClassName
{
color: #332975;
}
.AnyTagClassName
{
color: #332975;
}
</style>
background-color css
<style>
a { background-color: #332975; }
a { background-color: rgb(51,41,117); }
div.DivClassName
{
background-color: #332975;
}
.BgClassName
{
background-color: #332975;
}
</style>
border-color css
<style>
span { border-color: #332975; }
span { border-color: rgb(51,41,117); }
td.TdClassName
{
border-color: #332975;
}
.TagClassName
{
border-color: #332975;
}
</style>