Shades of Violent Violet #250353
Tints of Violent Violet #250353
RGB
CMYK
RGB Variations
Color information
#250353 (or 0x250353) is known color: Violent Violet. HEX triplet: 25, 03 and 53. RGB value is (37,3,83). Sum of RGB (Red+Green+Blue) = 37+3+83=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #250353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250353 is #DAFCAC. Grayscale: #161616. Windows color (decimal): -14351533 or 5440293. OLE color: 5440293.
HSL color Cylindrical-coordinate representation of color #250353: hue angle of 265.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250353 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 3 | 83 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.67 |
| HSL | 265.5º | 0.93% | 0.17% | - |
| HSV(B) | 265.5º | 0.96% | 0.33% | - |
| XYZ | 2.36 | 1.08 | 8.27 | - |
| YUV | 22.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 83 | 0.55 | 0.96 | 0 | 0.67 | 265.5 | 0.93 | 0.17 |
| Hex | 25 | 3 | 53 | 37 | 60 | 0 | 43 | 10A | 5D | 11 |
| Octal | 45 | 3 | 123 | 67 | 140 | 0 | 103 | 412 | 135 | 21 |
| Binary | 100101 | 11 | 1010011 | 110111 | 1100000 | 0 | 1000011 | 100001010 | 1011101 | 10001 |
Color Harmonies of #250353
Complementary color
Monochromatic Colors of #250353
Black with #250353
Text Example
Text Example
White with #250353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250353; }
p { color: rgb(37,3,83); }
H1.HeaderClassName
{
color: #250353;
}
.AnyTagClassName
{
color: #250353;
}
</style>
background-color css
<style>
a { background-color: #250353; }
a { background-color: rgb(37,3,83); }
div.DivClassName
{
background-color: #250353;
}
.BgClassName
{
background-color: #250353;
}
</style>
border-color css
<style>
span { border-color: #250353; }
span { border-color: rgb(37,3,83); }
td.TdClassName
{
border-color: #250353;
}
.TagClassName
{
border-color: #250353;
}
</style>