Shades of Violent Violet #2F204B
Tints of Violent Violet #2F204B
RGB
CMYK
RGB Variations
Color information
#2F204B (or 0x2F204B) is known color: Violent Violet. HEX triplet: 2F, 20 and 4B. RGB value is (47,32,75). Sum of RGB (Red+Green+Blue) = 47+32+75=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F204B is #D0DFB4. Grayscale: #292929. Windows color (decimal): -13688757 or 4923439. OLE color: 4923439.
HSL color Cylindrical-coordinate representation of color #2F204B: hue angle of 260.93º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F204B is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 32 | 75 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.71 |
| HSL | 260.93º | 0.4% | 0.21% | - |
| HSV(B) | 260.93º | 0.57% | 0.29% | - |
| XYZ | 2.96 | 2.15 | 6.91 | - |
| YUV | 41.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 75 | 0.37 | 0.57 | 0 | 0.71 | 260.93 | 0.4 | 0.21 |
| Hex | 2F | 20 | 4B | 25 | 39 | 0 | 47 | 105 | 28 | 15 |
| Octal | 57 | 40 | 113 | 45 | 71 | 0 | 107 | 405 | 50 | 25 |
| Binary | 101111 | 100000 | 1001011 | 100101 | 111001 | 0 | 1000111 | 100000101 | 101000 | 10101 |
Color Harmonies of #2F204B
Complementary color
Monochromatic Colors of #2F204B
Black with #2F204B
Text Example
Text Example
White with #2F204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F204B; }
p { color: rgb(47,32,75); }
H1.HeaderClassName
{
color: #2F204B;
}
.AnyTagClassName
{
color: #2F204B;
}
</style>
background-color css
<style>
a { background-color: #2F204B; }
a { background-color: rgb(47,32,75); }
div.DivClassName
{
background-color: #2F204B;
}
.BgClassName
{
background-color: #2F204B;
}
</style>
border-color css
<style>
span { border-color: #2F204B; }
span { border-color: rgb(47,32,75); }
td.TdClassName
{
border-color: #2F204B;
}
.TagClassName
{
border-color: #2F204B;
}
</style>