Shades of Violent Violet #250C55
Tints of Violent Violet #250C55
RGB
CMYK
RGB Variations
Color information
#250C55 (or 0x250C55) is known color: Violent Violet. HEX triplet: 25, 0C and 55. RGB value is (37,12,85). Sum of RGB (Red+Green+Blue) = 37+12+85=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #250C55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C55 is #DAF3AA. Grayscale: #1B1B1B. Windows color (decimal): -14349227 or 5573669. OLE color: 5573669.
HSL color Cylindrical-coordinate representation of color #250C55: hue angle of 260.55º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250C55 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 12 | 85 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.67 |
| HSL | 260.55º | 0.75% | 0.19% | - |
| HSV(B) | 260.55º | 0.86% | 0.33% | - |
| XYZ | 2.53 | 1.31 | 8.71 | - |
| YUV | 27.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 85 | 0.56 | 0.86 | 0 | 0.67 | 260.55 | 0.75 | 0.19 |
| Hex | 25 | C | 55 | 38 | 56 | 0 | 43 | 105 | 4B | 13 |
| Octal | 45 | 14 | 125 | 70 | 126 | 0 | 103 | 405 | 113 | 23 |
| Binary | 100101 | 1100 | 1010101 | 111000 | 1010110 | 0 | 1000011 | 100000101 | 1001011 | 10011 |
Color Harmonies of #250C55
Complementary color
Monochromatic Colors of #250C55
Black with #250C55
Text Example
Text Example
White with #250C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C55; }
p { color: rgb(37,12,85); }
H1.HeaderClassName
{
color: #250C55;
}
.AnyTagClassName
{
color: #250C55;
}
</style>
background-color css
<style>
a { background-color: #250C55; }
a { background-color: rgb(37,12,85); }
div.DivClassName
{
background-color: #250C55;
}
.BgClassName
{
background-color: #250C55;
}
</style>
border-color css
<style>
span { border-color: #250C55; }
span { border-color: rgb(37,12,85); }
td.TdClassName
{
border-color: #250C55;
}
.TagClassName
{
border-color: #250C55;
}
</style>