Shades of Violent Violet #2F244D
Tints of Violent Violet #2F244D
RGB
CMYK
RGB Variations
Color information
#2F244D (or 0x2F244D) is known color: Violent Violet. HEX triplet: 2F, 24 and 4D. RGB value is (47,36,77). Sum of RGB (Red+Green+Blue) = 47+36+77=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F244D is #D0DBB2. Grayscale: #2B2B2B. Windows color (decimal): -13687731 or 5055535. OLE color: 5055535.
HSL color Cylindrical-coordinate representation of color #2F244D: hue angle of 256.1º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F244D is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 36 | 77 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.70 |
| HSL | 256.1º | 0.36% | 0.22% | - |
| HSV(B) | 256.1º | 0.53% | 0.3% | - |
| XYZ | 3.14 | 2.4 | 7.32 | - |
| YUV | 43.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 77 | 0.39 | 0.53 | 0 | 0.70 | 256.1 | 0.36 | 0.22 |
| Hex | 2F | 24 | 4D | 27 | 35 | 0 | 46 | 100 | 24 | 16 |
| Octal | 57 | 44 | 115 | 47 | 65 | 0 | 106 | 400 | 44 | 26 |
| Binary | 101111 | 100100 | 1001101 | 100111 | 110101 | 0 | 1000110 | 100000000 | 100100 | 10110 |
Color Harmonies of #2F244D
Complementary color
Monochromatic Colors of #2F244D
Black with #2F244D
Text Example
Text Example
White with #2F244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F244D; }
p { color: rgb(47,36,77); }
H1.HeaderClassName
{
color: #2F244D;
}
.AnyTagClassName
{
color: #2F244D;
}
</style>
background-color css
<style>
a { background-color: #2F244D; }
a { background-color: rgb(47,36,77); }
div.DivClassName
{
background-color: #2F244D;
}
.BgClassName
{
background-color: #2F244D;
}
</style>
border-color css
<style>
span { border-color: #2F244D; }
span { border-color: rgb(47,36,77); }
td.TdClassName
{
border-color: #2F244D;
}
.TagClassName
{
border-color: #2F244D;
}
</style>