Shades of Violent Violet #301F45
Tints of Violent Violet #301F45
RGB
CMYK
RGB Variations
Color information
#301F45 (or 0x301F45) is known color: Violent Violet. HEX triplet: 30, 1F and 45. RGB value is (48,31,69). Sum of RGB (Red+Green+Blue) = 48+31+69=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #301F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F45 is #CFE0BA. Grayscale: #282828. Windows color (decimal): -13623483 or 4529968. OLE color: 4529968.
HSL color Cylindrical-coordinate representation of color #301F45: hue angle of 266.84º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #301F45 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 31 | 69 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.73 |
| HSL | 266.84º | 0.38% | 0.2% | - |
| HSV(B) | 266.84º | 0.55% | 0.27% | - |
| XYZ | 2.78 | 2.04 | 5.88 | - |
| YUV | 40.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 69 | 0.30 | 0.55 | 0 | 0.73 | 266.84 | 0.38 | 0.2 |
| Hex | 30 | 1F | 45 | 1E | 37 | 0 | 49 | 10B | 26 | 14 |
| Octal | 60 | 37 | 105 | 36 | 67 | 0 | 111 | 413 | 46 | 24 |
| Binary | 110000 | 11111 | 1000101 | 11110 | 110111 | 0 | 1001001 | 100001011 | 100110 | 10100 |
Color Harmonies of #301F45
Complementary color
Monochromatic Colors of #301F45
Black with #301F45
Text Example
Text Example
White with #301F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F45; }
p { color: rgb(48,31,69); }
H1.HeaderClassName
{
color: #301F45;
}
.AnyTagClassName
{
color: #301F45;
}
</style>
background-color css
<style>
a { background-color: #301F45; }
a { background-color: rgb(48,31,69); }
div.DivClassName
{
background-color: #301F45;
}
.BgClassName
{
background-color: #301F45;
}
</style>
border-color css
<style>
span { border-color: #301F45; }
span { border-color: rgb(48,31,69); }
td.TdClassName
{
border-color: #301F45;
}
.TagClassName
{
border-color: #301F45;
}
</style>