Shades of Violent Violet #351D4D
Tints of Violent Violet #351D4D
RGB
CMYK
RGB Variations
Color information
#351D4D (or 0x351D4D) is known color: Violent Violet. HEX triplet: 35, 1D and 4D. RGB value is (53,29,77). Sum of RGB (Red+Green+Blue) = 53+29+77=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #351D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D4D is #CAE2B2. Grayscale: #292929. Windows color (decimal): -13296307 or 5053749. OLE color: 5053749.
HSL color Cylindrical-coordinate representation of color #351D4D: hue angle of 270º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351D4D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 29 | 77 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.70 |
| HSL | 270º | 0.45% | 0.21% | - |
| HSV(B) | 270º | 0.62% | 0.3% | - |
| XYZ | 3.25 | 2.17 | 7.27 | - |
| YUV | 41.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 77 | 0.31 | 0.62 | 0 | 0.70 | 270 | 0.45 | 0.21 |
| Hex | 35 | 1D | 4D | 1F | 3E | 0 | 46 | 10E | 2D | 15 |
| Octal | 65 | 35 | 115 | 37 | 76 | 0 | 106 | 416 | 55 | 25 |
| Binary | 110101 | 11101 | 1001101 | 11111 | 111110 | 0 | 1000110 | 100001110 | 101101 | 10101 |
Color Harmonies of #351D4D
Complementary color
Monochromatic Colors of #351D4D
Black with #351D4D
Text Example
Text Example
White with #351D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D4D; }
p { color: rgb(53,29,77); }
H1.HeaderClassName
{
color: #351D4D;
}
.AnyTagClassName
{
color: #351D4D;
}
</style>
background-color css
<style>
a { background-color: #351D4D; }
a { background-color: rgb(53,29,77); }
div.DivClassName
{
background-color: #351D4D;
}
.BgClassName
{
background-color: #351D4D;
}
</style>
border-color css
<style>
span { border-color: #351D4D; }
span { border-color: rgb(53,29,77); }
td.TdClassName
{
border-color: #351D4D;
}
.TagClassName
{
border-color: #351D4D;
}
</style>