Shades of Violent Violet #301D50
Tints of Violent Violet #301D50
RGB
CMYK
RGB Variations
Color information
#301D50 (or 0x301D50) is known color: Violent Violet. HEX triplet: 30, 1D and 50. RGB value is (48,29,80). Sum of RGB (Red+Green+Blue) = 48+29+80=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #301D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D50 is #CFE2AF. Grayscale: #282828. Windows color (decimal): -13623984 or 5250352. OLE color: 5250352.
HSL color Cylindrical-coordinate representation of color #301D50: hue angle of 262.35º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #301D50 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 29 | 80 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.69 |
| HSL | 262.35º | 0.47% | 0.21% | - |
| HSV(B) | 262.35º | 0.64% | 0.31% | - |
| XYZ | 3.11 | 2.09 | 7.83 | - |
| YUV | 40.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 80 | 0.40 | 0.64 | 0 | 0.69 | 262.35 | 0.47 | 0.21 |
| Hex | 30 | 1D | 50 | 28 | 40 | 0 | 45 | 106 | 2F | 15 |
| Octal | 60 | 35 | 120 | 50 | 100 | 0 | 105 | 406 | 57 | 25 |
| Binary | 110000 | 11101 | 1010000 | 101000 | 1000000 | 0 | 1000101 | 100000110 | 101111 | 10101 |
Color Harmonies of #301D50
Complementary color
Monochromatic Colors of #301D50
Black with #301D50
Text Example
Text Example
White with #301D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D50; }
p { color: rgb(48,29,80); }
H1.HeaderClassName
{
color: #301D50;
}
.AnyTagClassName
{
color: #301D50;
}
</style>
background-color css
<style>
a { background-color: #301D50; }
a { background-color: rgb(48,29,80); }
div.DivClassName
{
background-color: #301D50;
}
.BgClassName
{
background-color: #301D50;
}
</style>
border-color css
<style>
span { border-color: #301D50; }
span { border-color: rgb(48,29,80); }
td.TdClassName
{
border-color: #301D50;
}
.TagClassName
{
border-color: #301D50;
}
</style>