Shades of Violent Violet #2F194B
Tints of Violent Violet #2F194B
RGB
CMYK
RGB Variations
Color information
#2F194B (or 0x2F194B) is known color: Violent Violet. HEX triplet: 2F, 19 and 4B. RGB value is (47,25,75). Sum of RGB (Red+Green+Blue) = 47+25+75=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F194B is #D0E6B4. Grayscale: #252525. Windows color (decimal): -13690549 or 4921647. OLE color: 4921647.
HSL color Cylindrical-coordinate representation of color #2F194B: hue angle of 266.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F194B is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 25 | 75 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.71 |
| HSL | 266.4º | 0.5% | 0.2% | - |
| HSV(B) | 266.4º | 0.67% | 0.29% | - |
| XYZ | 2.79 | 1.81 | 6.86 | - |
| YUV | 37.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 75 | 0.37 | 0.67 | 0 | 0.71 | 266.4 | 0.5 | 0.2 |
| Hex | 2F | 19 | 4B | 25 | 43 | 0 | 47 | 10A | 32 | 14 |
| Octal | 57 | 31 | 113 | 45 | 103 | 0 | 107 | 412 | 62 | 24 |
| Binary | 101111 | 11001 | 1001011 | 100101 | 1000011 | 0 | 1000111 | 100001010 | 110010 | 10100 |
Color Harmonies of #2F194B
Complementary color
Monochromatic Colors of #2F194B
Black with #2F194B
Text Example
Text Example
White with #2F194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F194B; }
p { color: rgb(47,25,75); }
H1.HeaderClassName
{
color: #2F194B;
}
.AnyTagClassName
{
color: #2F194B;
}
</style>
background-color css
<style>
a { background-color: #2F194B; }
a { background-color: rgb(47,25,75); }
div.DivClassName
{
background-color: #2F194B;
}
.BgClassName
{
background-color: #2F194B;
}
</style>
border-color css
<style>
span { border-color: #2F194B; }
span { border-color: rgb(47,25,75); }
td.TdClassName
{
border-color: #2F194B;
}
.TagClassName
{
border-color: #2F194B;
}
</style>