Shades of Violent Violet #301F47
Tints of Violent Violet #301F47
RGB
CMYK
RGB Variations
Color information
#301F47 (or 0x301F47) is known color: Violent Violet. HEX triplet: 30, 1F and 47. RGB value is (48,31,71). Sum of RGB (Red+Green+Blue) = 48+31+71=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #301F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F47 is #CFE0B8. Grayscale: #282828. Windows color (decimal): -13623481 or 4661040. OLE color: 4661040.
HSL color Cylindrical-coordinate representation of color #301F47: hue angle of 265.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301F47 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 31 | 71 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.72 |
| HSL | 265.5º | 0.39% | 0.2% | - |
| HSV(B) | 265.5º | 0.56% | 0.28% | - |
| XYZ | 2.85 | 2.06 | 6.21 | - |
| YUV | 40.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 71 | 0.32 | 0.56 | 0 | 0.72 | 265.5 | 0.39 | 0.2 |
| Hex | 30 | 1F | 47 | 20 | 38 | 0 | 48 | 10A | 27 | 14 |
| Octal | 60 | 37 | 107 | 40 | 70 | 0 | 110 | 412 | 47 | 24 |
| Binary | 110000 | 11111 | 1000111 | 100000 | 111000 | 0 | 1001000 | 100001010 | 100111 | 10100 |
Color Harmonies of #301F47
Complementary color
Monochromatic Colors of #301F47
Black with #301F47
Text Example
Text Example
White with #301F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F47; }
p { color: rgb(48,31,71); }
H1.HeaderClassName
{
color: #301F47;
}
.AnyTagClassName
{
color: #301F47;
}
</style>
background-color css
<style>
a { background-color: #301F47; }
a { background-color: rgb(48,31,71); }
div.DivClassName
{
background-color: #301F47;
}
.BgClassName
{
background-color: #301F47;
}
</style>
border-color css
<style>
span { border-color: #301F47; }
span { border-color: rgb(48,31,71); }
td.TdClassName
{
border-color: #301F47;
}
.TagClassName
{
border-color: #301F47;
}
</style>