Shades of Violent Violet #301F53
Tints of Violent Violet #301F53
RGB
CMYK
RGB Variations
Color information
#301F53 (or 0x301F53) is known color: Violent Violet. HEX triplet: 30, 1F and 53. RGB value is (48,31,83). Sum of RGB (Red+Green+Blue) = 48+31+83=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #301F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F53 is #CFE0AC. Grayscale: #292929. Windows color (decimal): -13623469 or 5447472. OLE color: 5447472.
HSL color Cylindrical-coordinate representation of color #301F53: hue angle of 259.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301F53 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 31 | 83 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.67 |
| HSL | 259.62º | 0.46% | 0.22% | - |
| HSV(B) | 259.62º | 0.63% | 0.33% | - |
| XYZ | 3.27 | 2.23 | 8.44 | - |
| YUV | 42.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 83 | 0.42 | 0.63 | 0 | 0.67 | 259.62 | 0.46 | 0.22 |
| Hex | 30 | 1F | 53 | 2A | 3F | 0 | 43 | 104 | 2E | 16 |
| Octal | 60 | 37 | 123 | 52 | 77 | 0 | 103 | 404 | 56 | 26 |
| Binary | 110000 | 11111 | 1010011 | 101010 | 111111 | 0 | 1000011 | 100000100 | 101110 | 10110 |
Color Harmonies of #301F53
Complementary color
Monochromatic Colors of #301F53
Black with #301F53
Text Example
Text Example
White with #301F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F53; }
p { color: rgb(48,31,83); }
H1.HeaderClassName
{
color: #301F53;
}
.AnyTagClassName
{
color: #301F53;
}
</style>
background-color css
<style>
a { background-color: #301F53; }
a { background-color: rgb(48,31,83); }
div.DivClassName
{
background-color: #301F53;
}
.BgClassName
{
background-color: #301F53;
}
</style>
border-color css
<style>
span { border-color: #301F53; }
span { border-color: rgb(48,31,83); }
td.TdClassName
{
border-color: #301F53;
}
.TagClassName
{
border-color: #301F53;
}
</style>