Shades of Deep Koamaru #332D71
Tints of Deep Koamaru #332D71
RGB
CMYK
RGB Variations
Color information
#332D71 (or 0x332D71) is known color: Deep Koamaru. HEX triplet: 33, 2D and 71. RGB value is (51,45,113). Sum of RGB (Red+Green+Blue) = 51+45+113=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #332D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D71 is #CCD28E. Grayscale: #363636. Windows color (decimal): -13423247 or 7417139. OLE color: 7417139.
HSL color Cylindrical-coordinate representation of color #332D71: hue angle of 245.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332D71 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 45 | 113 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.56 |
| HSL | 245.29º | 0.43% | 0.31% | - |
| HSV(B) | 245.29º | 0.6% | 0.44% | - |
| XYZ | 5.28 | 3.77 | 16.07 | - |
| YUV | 54.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 113 | 0.55 | 0.60 | 0 | 0.56 | 245.29 | 0.43 | 0.31 |
| Hex | 33 | 2D | 71 | 37 | 3C | 0 | 38 | F5 | 2B | 1F |
| Octal | 63 | 55 | 161 | 67 | 74 | 0 | 70 | 365 | 53 | 37 |
| Binary | 110011 | 101101 | 1110001 | 110111 | 111100 | 0 | 111000 | 11110101 | 101011 | 11111 |
Color Harmonies of #332D71
Complementary color
Monochromatic Colors of #332D71
Black with #332D71
Text Example
Text Example
White with #332D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D71; }
p { color: rgb(51,45,113); }
H1.HeaderClassName
{
color: #332D71;
}
.AnyTagClassName
{
color: #332D71;
}
</style>
background-color css
<style>
a { background-color: #332D71; }
a { background-color: rgb(51,45,113); }
div.DivClassName
{
background-color: #332D71;
}
.BgClassName
{
background-color: #332D71;
}
</style>
border-color css
<style>
span { border-color: #332D71; }
span { border-color: rgb(51,45,113); }
td.TdClassName
{
border-color: #332D71;
}
.TagClassName
{
border-color: #332D71;
}
</style>