Shades of Violent Violet #35254C
Tints of Violent Violet #35254C
RGB
CMYK
RGB Variations
Color information
#35254C (or 0x35254C) is known color: Violent Violet. HEX triplet: 35, 25 and 4C. RGB value is (53,37,76). Sum of RGB (Red+Green+Blue) = 53+37+76=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #35254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35254C is #CADAB3. Grayscale: #2E2E2E. Windows color (decimal): -13294260 or 4990261. OLE color: 4990261.
HSL color Cylindrical-coordinate representation of color #35254C: hue angle of 264.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35254C is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 37 | 76 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.70 |
| HSL | 264.62º | 0.35% | 0.22% | - |
| HSV(B) | 264.62º | 0.51% | 0.3% | - |
| XYZ | 3.43 | 2.6 | 7.16 | - |
| YUV | 46.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 76 | 0.30 | 0.51 | 0 | 0.70 | 264.62 | 0.35 | 0.22 |
| Hex | 35 | 25 | 4C | 1E | 33 | 0 | 46 | 109 | 23 | 16 |
| Octal | 65 | 45 | 114 | 36 | 63 | 0 | 106 | 411 | 43 | 26 |
| Binary | 110101 | 100101 | 1001100 | 11110 | 110011 | 0 | 1000110 | 100001001 | 100011 | 10110 |
Color Harmonies of #35254C
Complementary color
Monochromatic Colors of #35254C
Black with #35254C
Text Example
Text Example
White with #35254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35254C; }
p { color: rgb(53,37,76); }
H1.HeaderClassName
{
color: #35254C;
}
.AnyTagClassName
{
color: #35254C;
}
</style>
background-color css
<style>
a { background-color: #35254C; }
a { background-color: rgb(53,37,76); }
div.DivClassName
{
background-color: #35254C;
}
.BgClassName
{
background-color: #35254C;
}
</style>
border-color css
<style>
span { border-color: #35254C; }
span { border-color: rgb(53,37,76); }
td.TdClassName
{
border-color: #35254C;
}
.TagClassName
{
border-color: #35254C;
}
</style>