Shades of Violent Violet #2F264D
Tints of Violent Violet #2F264D
RGB
CMYK
RGB Variations
Color information
#2F264D (or 0x2F264D) is known color: Violent Violet. HEX triplet: 2F, 26 and 4D. RGB value is (47,38,77). Sum of RGB (Red+Green+Blue) = 47+38+77=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F264D is #D0D9B2. Grayscale: #2C2C2C. Windows color (decimal): -13687219 or 5056047. OLE color: 5056047.
HSL color Cylindrical-coordinate representation of color #2F264D: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F264D is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 38 | 77 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.70 |
| HSL | 253.85º | 0.34% | 0.23% | - |
| HSV(B) | 253.85º | 0.51% | 0.3% | - |
| XYZ | 3.2 | 2.53 | 7.34 | - |
| YUV | 45.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 77 | 0.39 | 0.51 | 0 | 0.70 | 253.85 | 0.34 | 0.23 |
| Hex | 2F | 26 | 4D | 27 | 33 | 0 | 46 | FE | 22 | 17 |
| Octal | 57 | 46 | 115 | 47 | 63 | 0 | 106 | 376 | 42 | 27 |
| Binary | 101111 | 100110 | 1001101 | 100111 | 110011 | 0 | 1000110 | 11111110 | 100010 | 10111 |
Color Harmonies of #2F264D
Complementary color
Monochromatic Colors of #2F264D
Black with #2F264D
Text Example
Text Example
White with #2F264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F264D; }
p { color: rgb(47,38,77); }
H1.HeaderClassName
{
color: #2F264D;
}
.AnyTagClassName
{
color: #2F264D;
}
</style>
background-color css
<style>
a { background-color: #2F264D; }
a { background-color: rgb(47,38,77); }
div.DivClassName
{
background-color: #2F264D;
}
.BgClassName
{
background-color: #2F264D;
}
</style>
border-color css
<style>
span { border-color: #2F264D; }
span { border-color: rgb(47,38,77); }
td.TdClassName
{
border-color: #2F264D;
}
.TagClassName
{
border-color: #2F264D;
}
</style>