Shades of Violent Violet #2F144C
Tints of Violent Violet #2F144C
RGB
CMYK
RGB Variations
Color information
#2F144C (or 0x2F144C) is known color: Violent Violet. HEX triplet: 2F, 14 and 4C. RGB value is (47,20,76). Sum of RGB (Red+Green+Blue) = 47+20+76=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F144C is #D0EBB3. Grayscale: #222222. Windows color (decimal): -13691828 or 4985903. OLE color: 4985903.
HSL color Cylindrical-coordinate representation of color #2F144C: hue angle of 268.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F144C is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 20 | 76 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.70 |
| HSL | 268.93º | 0.58% | 0.19% | - |
| HSV(B) | 268.93º | 0.74% | 0.3% | - |
| XYZ | 2.73 | 1.63 | 7.01 | - |
| YUV | 34.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 76 | 0.38 | 0.74 | 0 | 0.70 | 268.93 | 0.58 | 0.19 |
| Hex | 2F | 14 | 4C | 26 | 4A | 0 | 46 | 10D | 3A | 13 |
| Octal | 57 | 24 | 114 | 46 | 112 | 0 | 106 | 415 | 72 | 23 |
| Binary | 101111 | 10100 | 1001100 | 100110 | 1001010 | 0 | 1000110 | 100001101 | 111010 | 10011 |
Color Harmonies of #2F144C
Complementary color
Monochromatic Colors of #2F144C
Black with #2F144C
Text Example
Text Example
White with #2F144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F144C; }
p { color: rgb(47,20,76); }
H1.HeaderClassName
{
color: #2F144C;
}
.AnyTagClassName
{
color: #2F144C;
}
</style>
background-color css
<style>
a { background-color: #2F144C; }
a { background-color: rgb(47,20,76); }
div.DivClassName
{
background-color: #2F144C;
}
.BgClassName
{
background-color: #2F144C;
}
</style>
border-color css
<style>
span { border-color: #2F144C; }
span { border-color: rgb(47,20,76); }
td.TdClassName
{
border-color: #2F144C;
}
.TagClassName
{
border-color: #2F144C;
}
</style>