Shades of Violent Violet #30254F
Tints of Violent Violet #30254F
RGB
CMYK
RGB Variations
Color information
#30254F (or 0x30254F) is known color: Violent Violet. HEX triplet: 30, 25 and 4F. RGB value is (48,37,79). Sum of RGB (Red+Green+Blue) = 48+37+79=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #30254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30254F is #CFDAB0. Grayscale: #2C2C2C. Windows color (decimal): -13621937 or 5186864. OLE color: 5186864.
HSL color Cylindrical-coordinate representation of color #30254F: hue angle of 255.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30254F is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 37 | 79 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.69 |
| HSL | 255.71º | 0.36% | 0.23% | - |
| HSV(B) | 255.71º | 0.53% | 0.31% | - |
| XYZ | 3.29 | 2.52 | 7.71 | - |
| YUV | 45.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 79 | 0.39 | 0.53 | 0 | 0.69 | 255.71 | 0.36 | 0.23 |
| Hex | 30 | 25 | 4F | 27 | 35 | 0 | 45 | 100 | 24 | 17 |
| Octal | 60 | 45 | 117 | 47 | 65 | 0 | 105 | 400 | 44 | 27 |
| Binary | 110000 | 100101 | 1001111 | 100111 | 110101 | 0 | 1000101 | 100000000 | 100100 | 10111 |
Color Harmonies of #30254F
Complementary color
Monochromatic Colors of #30254F
Black with #30254F
Text Example
Text Example
White with #30254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30254F; }
p { color: rgb(48,37,79); }
H1.HeaderClassName
{
color: #30254F;
}
.AnyTagClassName
{
color: #30254F;
}
</style>
background-color css
<style>
a { background-color: #30254F; }
a { background-color: rgb(48,37,79); }
div.DivClassName
{
background-color: #30254F;
}
.BgClassName
{
background-color: #30254F;
}
</style>
border-color css
<style>
span { border-color: #30254F; }
span { border-color: rgb(48,37,79); }
td.TdClassName
{
border-color: #30254F;
}
.TagClassName
{
border-color: #30254F;
}
</style>