Shades of Violent Violet #2F1D4A
Tints of Violent Violet #2F1D4A
RGB
CMYK
RGB Variations
Color information
#2F1D4A (or 0x2F1D4A) is known color: Violent Violet. HEX triplet: 2F, 1D and 4A. RGB value is (47,29,74). Sum of RGB (Red+Green+Blue) = 47+29+74=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F1D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1D4A is #D0E2B5. Grayscale: #272727. Windows color (decimal): -13689526 or 4857135. OLE color: 4857135.
HSL color Cylindrical-coordinate representation of color #2F1D4A: hue angle of 264º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F1D4A is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 29 | 74 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.71 |
| HSL | 264º | 0.44% | 0.2% | - |
| HSV(B) | 264º | 0.61% | 0.29% | - |
| XYZ | 2.85 | 1.98 | 6.71 | - |
| YUV | 39.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 29 | 74 | 0.36 | 0.61 | 0 | 0.71 | 264 | 0.44 | 0.2 |
| Hex | 2F | 1D | 4A | 24 | 3D | 0 | 47 | 108 | 2C | 14 |
| Octal | 57 | 35 | 112 | 44 | 75 | 0 | 107 | 410 | 54 | 24 |
| Binary | 101111 | 11101 | 1001010 | 100100 | 111101 | 0 | 1000111 | 100001000 | 101100 | 10100 |
Color Harmonies of #2F1D4A
Complementary color
Monochromatic Colors of #2F1D4A
Black with #2F1D4A
Text Example
Text Example
White with #2F1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1D4A; }
p { color: rgb(47,29,74); }
H1.HeaderClassName
{
color: #2F1D4A;
}
.AnyTagClassName
{
color: #2F1D4A;
}
</style>
background-color css
<style>
a { background-color: #2F1D4A; }
a { background-color: rgb(47,29,74); }
div.DivClassName
{
background-color: #2F1D4A;
}
.BgClassName
{
background-color: #2F1D4A;
}
</style>
border-color css
<style>
span { border-color: #2F1D4A; }
span { border-color: rgb(47,29,74); }
td.TdClassName
{
border-color: #2F1D4A;
}
.TagClassName
{
border-color: #2F1D4A;
}
</style>