Shades of Violent Violet #362948
Tints of Violent Violet #362948
RGB
CMYK
RGB Variations
Color information
#362948 (or 0x362948) is known color: Violent Violet. HEX triplet: 36, 29 and 48. RGB value is (54,41,72). Sum of RGB (Red+Green+Blue) = 54+41+72=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #362948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362948 is #C9D6B7. Grayscale: #303030. Windows color (decimal): -13227704 or 4729142. OLE color: 4729142.
HSL color Cylindrical-coordinate representation of color #362948: hue angle of 265.16º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362948 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 41 | 72 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.72 |
| HSL | 265.16º | 0.27% | 0.22% | - |
| HSV(B) | 265.16º | 0.43% | 0.28% | - |
| XYZ | 3.48 | 2.84 | 6.5 | - |
| YUV | 48.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 72 | 0.25 | 0.43 | 0 | 0.72 | 265.16 | 0.27 | 0.22 |
| Hex | 36 | 29 | 48 | 19 | 2B | 0 | 48 | 109 | 1B | 16 |
| Octal | 66 | 51 | 110 | 31 | 53 | 0 | 110 | 411 | 33 | 26 |
| Binary | 110110 | 101001 | 1001000 | 11001 | 101011 | 0 | 1001000 | 100001001 | 11011 | 10110 |
Color Harmonies of #362948
Complementary color
Monochromatic Colors of #362948
Black with #362948
Text Example
Text Example
White with #362948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362948; }
p { color: rgb(54,41,72); }
H1.HeaderClassName
{
color: #362948;
}
.AnyTagClassName
{
color: #362948;
}
</style>
background-color css
<style>
a { background-color: #362948; }
a { background-color: rgb(54,41,72); }
div.DivClassName
{
background-color: #362948;
}
.BgClassName
{
background-color: #362948;
}
</style>
border-color css
<style>
span { border-color: #362948; }
span { border-color: rgb(54,41,72); }
td.TdClassName
{
border-color: #362948;
}
.TagClassName
{
border-color: #362948;
}
</style>