Shades of Violent Violet #251357
Tints of Violent Violet #251357
RGB
CMYK
RGB Variations
Color information
#251357 (or 0x251357) is known color: Violent Violet. HEX triplet: 25, 13 and 57. RGB value is (37,19,87). Sum of RGB (Red+Green+Blue) = 37+19+87=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #251357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251357 is #DAECA8. Grayscale: #1F1F1F. Windows color (decimal): -14347433 or 5706533. OLE color: 5706533.
HSL color Cylindrical-coordinate representation of color #251357: hue angle of 255.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251357 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 19 | 87 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.66 |
| HSL | 255.88º | 0.64% | 0.21% | - |
| HSV(B) | 255.88º | 0.78% | 0.34% | - |
| XYZ | 2.72 | 1.55 | 9.17 | - |
| YUV | 32.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 87 | 0.57 | 0.78 | 0 | 0.66 | 255.88 | 0.64 | 0.21 |
| Hex | 25 | 13 | 57 | 39 | 4E | 0 | 42 | 100 | 40 | 15 |
| Octal | 45 | 23 | 127 | 71 | 116 | 0 | 102 | 400 | 100 | 25 |
| Binary | 100101 | 10011 | 1010111 | 111001 | 1001110 | 0 | 1000010 | 100000000 | 1000000 | 10101 |
Color Harmonies of #251357
Complementary color
Monochromatic Colors of #251357
Black with #251357
Text Example
Text Example
White with #251357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251357; }
p { color: rgb(37,19,87); }
H1.HeaderClassName
{
color: #251357;
}
.AnyTagClassName
{
color: #251357;
}
</style>
background-color css
<style>
a { background-color: #251357; }
a { background-color: rgb(37,19,87); }
div.DivClassName
{
background-color: #251357;
}
.BgClassName
{
background-color: #251357;
}
</style>
border-color css
<style>
span { border-color: #251357; }
span { border-color: rgb(37,19,87); }
td.TdClassName
{
border-color: #251357;
}
.TagClassName
{
border-color: #251357;
}
</style>