Shades of Violent Violet #301753
Tints of Violent Violet #301753
RGB
CMYK
RGB Variations
Color information
#301753 (or 0x301753) is known color: Violent Violet. HEX triplet: 30, 17 and 53. RGB value is (48,23,83). Sum of RGB (Red+Green+Blue) = 48+23+83=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #301753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301753 is #CFE8AC. Grayscale: #252525. Windows color (decimal): -13625517 or 5445424. OLE color: 5445424.
HSL color Cylindrical-coordinate representation of color #301753: hue angle of 265º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301753 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 23 | 83 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.67 |
| HSL | 265º | 0.57% | 0.21% | - |
| HSV(B) | 265º | 0.72% | 0.33% | - |
| XYZ | 3.09 | 1.87 | 8.38 | - |
| YUV | 37.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 83 | 0.42 | 0.72 | 0 | 0.67 | 265 | 0.57 | 0.21 |
| Hex | 30 | 17 | 53 | 2A | 48 | 0 | 43 | 109 | 39 | 15 |
| Octal | 60 | 27 | 123 | 52 | 110 | 0 | 103 | 411 | 71 | 25 |
| Binary | 110000 | 10111 | 1010011 | 101010 | 1001000 | 0 | 1000011 | 100001001 | 111001 | 10101 |
Color Harmonies of #301753
Complementary color
Monochromatic Colors of #301753
Black with #301753
Text Example
Text Example
White with #301753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301753; }
p { color: rgb(48,23,83); }
H1.HeaderClassName
{
color: #301753;
}
.AnyTagClassName
{
color: #301753;
}
</style>
background-color css
<style>
a { background-color: #301753; }
a { background-color: rgb(48,23,83); }
div.DivClassName
{
background-color: #301753;
}
.BgClassName
{
background-color: #301753;
}
</style>
border-color css
<style>
span { border-color: #301753; }
span { border-color: rgb(48,23,83); }
td.TdClassName
{
border-color: #301753;
}
.TagClassName
{
border-color: #301753;
}
</style>