Shades of Violent Violet #301C4B
Tints of Violent Violet #301C4B
RGB
CMYK
RGB Variations
Color information
#301C4B (or 0x301C4B) is known color: Violent Violet. HEX triplet: 30, 1C and 4B. RGB value is (48,28,75). Sum of RGB (Red+Green+Blue) = 48+28+75=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #301C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C4B is #CFE3B4. Grayscale: #272727. Windows color (decimal): -13624245 or 4922416. OLE color: 4922416.
HSL color Cylindrical-coordinate representation of color #301C4B: hue angle of 265.53º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301C4B is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 28 | 75 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.71 |
| HSL | 265.53º | 0.46% | 0.2% | - |
| HSV(B) | 265.53º | 0.63% | 0.29% | - |
| XYZ | 2.9 | 1.97 | 6.88 | - |
| YUV | 39.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 75 | 0.36 | 0.63 | 0 | 0.71 | 265.53 | 0.46 | 0.2 |
| Hex | 30 | 1C | 4B | 24 | 3F | 0 | 47 | 10A | 2E | 14 |
| Octal | 60 | 34 | 113 | 44 | 77 | 0 | 107 | 412 | 56 | 24 |
| Binary | 110000 | 11100 | 1001011 | 100100 | 111111 | 0 | 1000111 | 100001010 | 101110 | 10100 |
Color Harmonies of #301C4B
Complementary color
Monochromatic Colors of #301C4B
Black with #301C4B
Text Example
Text Example
White with #301C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C4B; }
p { color: rgb(48,28,75); }
H1.HeaderClassName
{
color: #301C4B;
}
.AnyTagClassName
{
color: #301C4B;
}
</style>
background-color css
<style>
a { background-color: #301C4B; }
a { background-color: rgb(48,28,75); }
div.DivClassName
{
background-color: #301C4B;
}
.BgClassName
{
background-color: #301C4B;
}
</style>
border-color css
<style>
span { border-color: #301C4B; }
span { border-color: rgb(48,28,75); }
td.TdClassName
{
border-color: #301C4B;
}
.TagClassName
{
border-color: #301C4B;
}
</style>