Shades of Violent Violet #302353
Tints of Violent Violet #302353
RGB
CMYK
RGB Variations
Color information
#302353 (or 0x302353) is known color: Violent Violet. HEX triplet: 30, 23 and 53. RGB value is (48,35,83). Sum of RGB (Red+Green+Blue) = 48+35+83=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #302353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302353 is #CFDCAC. Grayscale: #2C2C2C. Windows color (decimal): -13622445 or 5448496. OLE color: 5448496.
HSL color Cylindrical-coordinate representation of color #302353: hue angle of 256.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302353 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 35 | 83 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.67 |
| HSL | 256.25º | 0.41% | 0.23% | - |
| HSV(B) | 256.25º | 0.58% | 0.33% | - |
| XYZ | 3.38 | 2.45 | 8.48 | - |
| YUV | 44.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 83 | 0.42 | 0.58 | 0 | 0.67 | 256.25 | 0.41 | 0.23 |
| Hex | 30 | 23 | 53 | 2A | 3A | 0 | 43 | 100 | 29 | 17 |
| Octal | 60 | 43 | 123 | 52 | 72 | 0 | 103 | 400 | 51 | 27 |
| Binary | 110000 | 100011 | 1010011 | 101010 | 111010 | 0 | 1000011 | 100000000 | 101001 | 10111 |
Color Harmonies of #302353
Complementary color
Monochromatic Colors of #302353
Black with #302353
Text Example
Text Example
White with #302353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302353; }
p { color: rgb(48,35,83); }
H1.HeaderClassName
{
color: #302353;
}
.AnyTagClassName
{
color: #302353;
}
</style>
background-color css
<style>
a { background-color: #302353; }
a { background-color: rgb(48,35,83); }
div.DivClassName
{
background-color: #302353;
}
.BgClassName
{
background-color: #302353;
}
</style>
border-color css
<style>
span { border-color: #302353; }
span { border-color: rgb(48,35,83); }
td.TdClassName
{
border-color: #302353;
}
.TagClassName
{
border-color: #302353;
}
</style>