Shades of Violent Violet #2F234E
Tints of Violent Violet #2F234E
RGB
CMYK
RGB Variations
Color information
#2F234E (or 0x2F234E) is known color: Violent Violet. HEX triplet: 2F, 23 and 4E. RGB value is (47,35,78). Sum of RGB (Red+Green+Blue) = 47+35+78=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F234E is #D0DCB1. Grayscale: #2B2B2B. Windows color (decimal): -13687986 or 5120815. OLE color: 5120815.
HSL color Cylindrical-coordinate representation of color #2F234E: hue angle of 256.74º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F234E is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 35 | 78 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.69 |
| HSL | 256.74º | 0.38% | 0.22% | - |
| HSV(B) | 256.74º | 0.55% | 0.31% | - |
| XYZ | 3.15 | 2.36 | 7.5 | - |
| YUV | 43.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 78 | 0.40 | 0.55 | 0 | 0.69 | 256.74 | 0.38 | 0.22 |
| Hex | 2F | 23 | 4E | 28 | 37 | 0 | 45 | 101 | 26 | 16 |
| Octal | 57 | 43 | 116 | 50 | 67 | 0 | 105 | 401 | 46 | 26 |
| Binary | 101111 | 100011 | 1001110 | 101000 | 110111 | 0 | 1000101 | 100000001 | 100110 | 10110 |
Color Harmonies of #2F234E
Complementary color
Monochromatic Colors of #2F234E
Black with #2F234E
Text Example
Text Example
White with #2F234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F234E; }
p { color: rgb(47,35,78); }
H1.HeaderClassName
{
color: #2F234E;
}
.AnyTagClassName
{
color: #2F234E;
}
</style>
background-color css
<style>
a { background-color: #2F234E; }
a { background-color: rgb(47,35,78); }
div.DivClassName
{
background-color: #2F234E;
}
.BgClassName
{
background-color: #2F234E;
}
</style>
border-color css
<style>
span { border-color: #2F234E; }
span { border-color: rgb(47,35,78); }
td.TdClassName
{
border-color: #2F234E;
}
.TagClassName
{
border-color: #2F234E;
}
</style>