Shades of Violent Violet #351A4E
Tints of Violent Violet #351A4E
RGB
CMYK
RGB Variations
Color information
#351A4E (or 0x351A4E) is known color: Violent Violet. HEX triplet: 35, 1A and 4E. RGB value is (53,26,78). Sum of RGB (Red+Green+Blue) = 53+26+78=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #351A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A4E is #CAE5B1. Grayscale: #272727. Windows color (decimal): -13297074 or 5118517. OLE color: 5118517.
HSL color Cylindrical-coordinate representation of color #351A4E: hue angle of 271.15º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351A4E is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 26 | 78 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.69 |
| HSL | 271.15º | 0.5% | 0.2% | - |
| HSV(B) | 271.15º | 0.67% | 0.31% | - |
| XYZ | 3.21 | 2.05 | 7.43 | - |
| YUV | 40 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 78 | 0.32 | 0.67 | 0 | 0.69 | 271.15 | 0.5 | 0.2 |
| Hex | 35 | 1A | 4E | 20 | 43 | 0 | 45 | 10F | 32 | 14 |
| Octal | 65 | 32 | 116 | 40 | 103 | 0 | 105 | 417 | 62 | 24 |
| Binary | 110101 | 11010 | 1001110 | 100000 | 1000011 | 0 | 1000101 | 100001111 | 110010 | 10100 |
Color Harmonies of #351A4E
Complementary color
Monochromatic Colors of #351A4E
Black with #351A4E
Text Example
Text Example
White with #351A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A4E; }
p { color: rgb(53,26,78); }
H1.HeaderClassName
{
color: #351A4E;
}
.AnyTagClassName
{
color: #351A4E;
}
</style>
background-color css
<style>
a { background-color: #351A4E; }
a { background-color: rgb(53,26,78); }
div.DivClassName
{
background-color: #351A4E;
}
.BgClassName
{
background-color: #351A4E;
}
</style>
border-color css
<style>
span { border-color: #351A4E; }
span { border-color: rgb(53,26,78); }
td.TdClassName
{
border-color: #351A4E;
}
.TagClassName
{
border-color: #351A4E;
}
</style>