Shades of Violent Violet #2F254E
Tints of Violent Violet #2F254E
RGB
CMYK
RGB Variations
Color information
#2F254E (or 0x2F254E) is known color: Violent Violet. HEX triplet: 2F, 25 and 4E. RGB value is (47,37,78). Sum of RGB (Red+Green+Blue) = 47+37+78=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F254E is #D0DAB1. Grayscale: #2C2C2C. Windows color (decimal): -13687474 or 5121327. OLE color: 5121327.
HSL color Cylindrical-coordinate representation of color #2F254E: hue angle of 254.63º 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 #2F254E is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 37 | 78 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.69 |
| HSL | 254.63º | 0.36% | 0.23% | - |
| HSV(B) | 254.63º | 0.53% | 0.31% | - |
| XYZ | 3.21 | 2.48 | 7.52 | - |
| YUV | 44.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 78 | 0.40 | 0.53 | 0 | 0.69 | 254.63 | 0.36 | 0.23 |
| Hex | 2F | 25 | 4E | 28 | 35 | 0 | 45 | FF | 24 | 17 |
| Octal | 57 | 45 | 116 | 50 | 65 | 0 | 105 | 377 | 44 | 27 |
| Binary | 101111 | 100101 | 1001110 | 101000 | 110101 | 0 | 1000101 | 11111111 | 100100 | 10111 |
Color Harmonies of #2F254E
Complementary color
Monochromatic Colors of #2F254E
Black with #2F254E
Text Example
Text Example
White with #2F254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F254E; }
p { color: rgb(47,37,78); }
H1.HeaderClassName
{
color: #2F254E;
}
.AnyTagClassName
{
color: #2F254E;
}
</style>
background-color css
<style>
a { background-color: #2F254E; }
a { background-color: rgb(47,37,78); }
div.DivClassName
{
background-color: #2F254E;
}
.BgClassName
{
background-color: #2F254E;
}
</style>
border-color css
<style>
span { border-color: #2F254E; }
span { border-color: rgb(47,37,78); }
td.TdClassName
{
border-color: #2F254E;
}
.TagClassName
{
border-color: #2F254E;
}
</style>