Shades of Violent Violet #30234B
Tints of Violent Violet #30234B
RGB
CMYK
RGB Variations
Color information
#30234B (or 0x30234B) is known color: Violent Violet. HEX triplet: 30, 23 and 4B. RGB value is (48,35,75). Sum of RGB (Red+Green+Blue) = 48+35+75=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #30234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30234B is #CFDCB4. Grayscale: #2B2B2B. Windows color (decimal): -13622453 or 4924208. OLE color: 4924208.
HSL color Cylindrical-coordinate representation of color #30234B: hue angle of 259.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30234B is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 48 | 35 | 75 | - |
CMYK | 0.36 | 0.53 | 0 | 0.71 |
HSL | 259.5º | 0.36% | 0.22% | - |
HSV(B) | 259.5º | 0.53% | 0.29% | - |
XYZ | 3.09 | 2.34 | 6.95 | - |
YUV | 43.45 | 145.81 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 35 | 75 | 0.36 | 0.53 | 0 | 0.71 | 259.5 | 0.36 | 0.22 |
Hex | 30 | 23 | 4B | 24 | 35 | 0 | 47 | 104 | 24 | 16 |
Octal | 60 | 43 | 113 | 44 | 65 | 0 | 107 | 404 | 44 | 26 |
Binary | 110000 | 100011 | 1001011 | 100100 | 110101 | 0 | 1000111 | 100000100 | 100100 | 10110 |
Color Harmonies of #30234B
Complementary color
Monochromatic Colors of #30234B
Black with #30234B
Text Example
Text Example
White with #30234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30234B; }
p { color: rgb(48,35,75); }
H1.HeaderClassName
{
color: #30234B;
}
.AnyTagClassName
{
color: #30234B;
}
</style>
background-color css
<style>
a { background-color: #30234B; }
a { background-color: rgb(48,35,75); }
div.DivClassName
{
background-color: #30234B;
}
.BgClassName
{
background-color: #30234B;
}
</style>
border-color css
<style>
span { border-color: #30234B; }
span { border-color: rgb(48,35,75); }
td.TdClassName
{
border-color: #30234B;
}
.TagClassName
{
border-color: #30234B;
}
</style>