Shades of Violent Violet #301650
Tints of Violent Violet #301650
RGB
CMYK
RGB Variations
Color information
#301650 (or 0x301650) is known color: Violent Violet. HEX triplet: 30, 16 and 50. RGB value is (48,22,80). Sum of RGB (Red+Green+Blue) = 48+22+80=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #301650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301650 is #CFE9AF. Grayscale: #242424. Windows color (decimal): -13625776 or 5248560. OLE color: 5248560.
HSL color Cylindrical-coordinate representation of color #301650: hue angle of 266.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301650 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 22 | 80 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.69 |
| HSL | 266.9º | 0.57% | 0.2% | - |
| HSV(B) | 266.9º | 0.73% | 0.31% | - |
| XYZ | 2.95 | 1.78 | 7.78 | - |
| YUV | 36.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 80 | 0.40 | 0.72 | 0 | 0.69 | 266.9 | 0.57 | 0.2 |
| Hex | 30 | 16 | 50 | 28 | 48 | 0 | 45 | 10B | 39 | 14 |
| Octal | 60 | 26 | 120 | 50 | 110 | 0 | 105 | 413 | 71 | 24 |
| Binary | 110000 | 10110 | 1010000 | 101000 | 1001000 | 0 | 1000101 | 100001011 | 111001 | 10100 |
Color Harmonies of #301650
Complementary color
Monochromatic Colors of #301650
Black with #301650
Text Example
Text Example
White with #301650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301650; }
p { color: rgb(48,22,80); }
H1.HeaderClassName
{
color: #301650;
}
.AnyTagClassName
{
color: #301650;
}
</style>
background-color css
<style>
a { background-color: #301650; }
a { background-color: rgb(48,22,80); }
div.DivClassName
{
background-color: #301650;
}
.BgClassName
{
background-color: #301650;
}
</style>
border-color css
<style>
span { border-color: #301650; }
span { border-color: rgb(48,22,80); }
td.TdClassName
{
border-color: #301650;
}
.TagClassName
{
border-color: #301650;
}
</style>