Shades of Violent Violet #322648
Tints of Violent Violet #322648
RGB
CMYK
RGB Variations
Color information
#322648 (or 0x322648) is known color: Violent Violet. HEX triplet: 32, 26 and 48. RGB value is (50,38,72). Sum of RGB (Red+Green+Blue) = 50+38+72=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #322648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322648 is #CDD9B7. Grayscale: #2D2D2D. Windows color (decimal): -13490616 or 4728370. OLE color: 4728370.
HSL color Cylindrical-coordinate representation of color #322648: hue angle of 261.18º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #322648 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 38 | 72 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.72 |
| HSL | 261.18º | 0.31% | 0.22% | - |
| HSV(B) | 261.18º | 0.47% | 0.28% | - |
| XYZ | 3.18 | 2.53 | 6.45 | - |
| YUV | 45.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 72 | 0.31 | 0.47 | 0 | 0.72 | 261.18 | 0.31 | 0.22 |
| Hex | 32 | 26 | 48 | 1F | 2F | 0 | 48 | 105 | 1F | 16 |
| Octal | 62 | 46 | 110 | 37 | 57 | 0 | 110 | 405 | 37 | 26 |
| Binary | 110010 | 100110 | 1001000 | 11111 | 101111 | 0 | 1001000 | 100000101 | 11111 | 10110 |
Color Harmonies of #322648
Complementary color
Monochromatic Colors of #322648
Black with #322648
Text Example
Text Example
White with #322648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322648; }
p { color: rgb(50,38,72); }
H1.HeaderClassName
{
color: #322648;
}
.AnyTagClassName
{
color: #322648;
}
</style>
background-color css
<style>
a { background-color: #322648; }
a { background-color: rgb(50,38,72); }
div.DivClassName
{
background-color: #322648;
}
.BgClassName
{
background-color: #322648;
}
</style>
border-color css
<style>
span { border-color: #322648; }
span { border-color: rgb(50,38,72); }
td.TdClassName
{
border-color: #322648;
}
.TagClassName
{
border-color: #322648;
}
</style>