Shades of Violent Violet #251355
Tints of Violent Violet #251355
RGB
CMYK
RGB Variations
Color information
#251355 (or 0x251355) is known color: Violent Violet. HEX triplet: 25, 13 and 55. RGB value is (37,19,85). Sum of RGB (Red+Green+Blue) = 37+19+85=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #251355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251355 is #DAECAA. Grayscale: #1F1F1F. Windows color (decimal): -14347435 or 5575461. OLE color: 5575461.
HSL color Cylindrical-coordinate representation of color #251355: hue angle of 256.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251355 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 19 | 85 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.67 |
| HSL | 256.36º | 0.63% | 0.2% | - |
| HSV(B) | 256.36º | 0.78% | 0.33% | - |
| XYZ | 2.64 | 1.51 | 8.75 | - |
| YUV | 31.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 85 | 0.56 | 0.78 | 0 | 0.67 | 256.36 | 0.63 | 0.2 |
| Hex | 25 | 13 | 55 | 38 | 4E | 0 | 43 | 100 | 3F | 14 |
| Octal | 45 | 23 | 125 | 70 | 116 | 0 | 103 | 400 | 77 | 24 |
| Binary | 100101 | 10011 | 1010101 | 111000 | 1001110 | 0 | 1000011 | 100000000 | 111111 | 10100 |
Color Harmonies of #251355
Complementary color
Monochromatic Colors of #251355
Black with #251355
Text Example
Text Example
White with #251355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251355; }
p { color: rgb(37,19,85); }
H1.HeaderClassName
{
color: #251355;
}
.AnyTagClassName
{
color: #251355;
}
</style>
background-color css
<style>
a { background-color: #251355; }
a { background-color: rgb(37,19,85); }
div.DivClassName
{
background-color: #251355;
}
.BgClassName
{
background-color: #251355;
}
</style>
border-color css
<style>
span { border-color: #251355; }
span { border-color: rgb(37,19,85); }
td.TdClassName
{
border-color: #251355;
}
.TagClassName
{
border-color: #251355;
}
</style>