Shades of Violent Violet #301F51
Tints of Violent Violet #301F51
RGB
CMYK
RGB Variations
Color information
#301F51 (or 0x301F51) is known color: Violent Violet. HEX triplet: 30, 1F and 51. RGB value is (48,31,81). Sum of RGB (Red+Green+Blue) = 48+31+81=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #301F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F51 is #CFE0AE. Grayscale: #292929. Windows color (decimal): -13623471 or 5316400. OLE color: 5316400.
HSL color Cylindrical-coordinate representation of color #301F51: hue angle of 260.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301F51 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 31 | 81 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.68 |
| HSL | 260.4º | 0.45% | 0.22% | - |
| HSV(B) | 260.4º | 0.62% | 0.32% | - |
| XYZ | 3.19 | 2.2 | 8.04 | - |
| YUV | 41.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 81 | 0.41 | 0.62 | 0 | 0.68 | 260.4 | 0.45 | 0.22 |
| Hex | 30 | 1F | 51 | 29 | 3E | 0 | 44 | 104 | 2D | 16 |
| Octal | 60 | 37 | 121 | 51 | 76 | 0 | 104 | 404 | 55 | 26 |
| Binary | 110000 | 11111 | 1010001 | 101001 | 111110 | 0 | 1000100 | 100000100 | 101101 | 10110 |
Color Harmonies of #301F51
Complementary color
Monochromatic Colors of #301F51
Black with #301F51
Text Example
Text Example
White with #301F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F51; }
p { color: rgb(48,31,81); }
H1.HeaderClassName
{
color: #301F51;
}
.AnyTagClassName
{
color: #301F51;
}
</style>
background-color css
<style>
a { background-color: #301F51; }
a { background-color: rgb(48,31,81); }
div.DivClassName
{
background-color: #301F51;
}
.BgClassName
{
background-color: #301F51;
}
</style>
border-color css
<style>
span { border-color: #301F51; }
span { border-color: rgb(48,31,81); }
td.TdClassName
{
border-color: #301F51;
}
.TagClassName
{
border-color: #301F51;
}
</style>