Shades of Violent Violet #301F50
Tints of Violent Violet #301F50
RGB
CMYK
RGB Variations
Color information
#301F50 (or 0x301F50) is known color: Violent Violet. HEX triplet: 30, 1F and 50. RGB value is (48,31,80). Sum of RGB (Red+Green+Blue) = 48+31+80=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #301F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F50 is #CFE0AF. Grayscale: #292929. Windows color (decimal): -13623472 or 5250864. OLE color: 5250864.
HSL color Cylindrical-coordinate representation of color #301F50: hue angle of 260.82º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301F50 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 31 | 80 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.69 |
| HSL | 260.82º | 0.44% | 0.22% | - |
| HSV(B) | 260.82º | 0.61% | 0.31% | - |
| XYZ | 3.16 | 2.19 | 7.85 | - |
| YUV | 41.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 80 | 0.40 | 0.61 | 0 | 0.69 | 260.82 | 0.44 | 0.22 |
| Hex | 30 | 1F | 50 | 28 | 3D | 0 | 45 | 105 | 2C | 16 |
| Octal | 60 | 37 | 120 | 50 | 75 | 0 | 105 | 405 | 54 | 26 |
| Binary | 110000 | 11111 | 1010000 | 101000 | 111101 | 0 | 1000101 | 100000101 | 101100 | 10110 |
Color Harmonies of #301F50
Complementary color
Monochromatic Colors of #301F50
Black with #301F50
Text Example
Text Example
White with #301F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F50; }
p { color: rgb(48,31,80); }
H1.HeaderClassName
{
color: #301F50;
}
.AnyTagClassName
{
color: #301F50;
}
</style>
background-color css
<style>
a { background-color: #301F50; }
a { background-color: rgb(48,31,80); }
div.DivClassName
{
background-color: #301F50;
}
.BgClassName
{
background-color: #301F50;
}
</style>
border-color css
<style>
span { border-color: #301F50; }
span { border-color: rgb(48,31,80); }
td.TdClassName
{
border-color: #301F50;
}
.TagClassName
{
border-color: #301F50;
}
</style>