Shades of Violent Violet #2F164B
Tints of Violent Violet #2F164B
RGB
CMYK
RGB Variations
Color information
#2F164B (or 0x2F164B) is known color: Violent Violet. HEX triplet: 2F, 16 and 4B. RGB value is (47,22,75). Sum of RGB (Red+Green+Blue) = 47+22+75=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F164B is #D0E9B4. Grayscale: #232323. Windows color (decimal): -13691317 or 4920879. OLE color: 4920879.
HSL color Cylindrical-coordinate representation of color #2F164B: hue angle of 268.3º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F164B is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 22 | 75 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.71 |
| HSL | 268.3º | 0.55% | 0.19% | - |
| HSV(B) | 268.3º | 0.71% | 0.29% | - |
| XYZ | 2.73 | 1.69 | 6.84 | - |
| YUV | 35.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 75 | 0.37 | 0.71 | 0 | 0.71 | 268.3 | 0.55 | 0.19 |
| Hex | 2F | 16 | 4B | 25 | 47 | 0 | 47 | 10C | 37 | 13 |
| Octal | 57 | 26 | 113 | 45 | 107 | 0 | 107 | 414 | 67 | 23 |
| Binary | 101111 | 10110 | 1001011 | 100101 | 1000111 | 0 | 1000111 | 100001100 | 110111 | 10011 |
Color Harmonies of #2F164B
Complementary color
Monochromatic Colors of #2F164B
Black with #2F164B
Text Example
Text Example
White with #2F164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F164B; }
p { color: rgb(47,22,75); }
H1.HeaderClassName
{
color: #2F164B;
}
.AnyTagClassName
{
color: #2F164B;
}
</style>
background-color css
<style>
a { background-color: #2F164B; }
a { background-color: rgb(47,22,75); }
div.DivClassName
{
background-color: #2F164B;
}
.BgClassName
{
background-color: #2F164B;
}
</style>
border-color css
<style>
span { border-color: #2F164B; }
span { border-color: rgb(47,22,75); }
td.TdClassName
{
border-color: #2F164B;
}
.TagClassName
{
border-color: #2F164B;
}
</style>