Shades of Violent Violet #2F254F
Tints of Violent Violet #2F254F
RGB
CMYK
RGB Variations
Color information
#2F254F (or 0x2F254F) is known color: Violent Violet. HEX triplet: 2F, 25 and 4F. RGB value is (47,37,79). Sum of RGB (Red+Green+Blue) = 47+37+79=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F254F is #D0DAB0. Grayscale: #2C2C2C. Windows color (decimal): -13687473 or 5186863. OLE color: 5186863.
HSL color Cylindrical-coordinate representation of color #2F254F: hue angle of 254.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F254F is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 37 | 79 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.69 |
| HSL | 254.29º | 0.36% | 0.23% | - |
| HSV(B) | 254.29º | 0.53% | 0.31% | - |
| XYZ | 3.25 | 2.49 | 7.71 | - |
| YUV | 44.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 79 | 0.41 | 0.53 | 0 | 0.69 | 254.29 | 0.36 | 0.23 |
| Hex | 2F | 25 | 4F | 29 | 35 | 0 | 45 | FE | 24 | 17 |
| Octal | 57 | 45 | 117 | 51 | 65 | 0 | 105 | 376 | 44 | 27 |
| Binary | 101111 | 100101 | 1001111 | 101001 | 110101 | 0 | 1000101 | 11111110 | 100100 | 10111 |
Color Harmonies of #2F254F
Complementary color
Monochromatic Colors of #2F254F
Black with #2F254F
Text Example
Text Example
White with #2F254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F254F; }
p { color: rgb(47,37,79); }
H1.HeaderClassName
{
color: #2F254F;
}
.AnyTagClassName
{
color: #2F254F;
}
</style>
background-color css
<style>
a { background-color: #2F254F; }
a { background-color: rgb(47,37,79); }
div.DivClassName
{
background-color: #2F254F;
}
.BgClassName
{
background-color: #2F254F;
}
</style>
border-color css
<style>
span { border-color: #2F254F; }
span { border-color: rgb(47,37,79); }
td.TdClassName
{
border-color: #2F254F;
}
.TagClassName
{
border-color: #2F254F;
}
</style>