Shades of Violent Violet #250C48
Tints of Violent Violet #250C48
RGB
CMYK
RGB Variations
Color information
#250C48 (or 0x250C48) is known color: Violent Violet. HEX triplet: 25, 0C and 48. RGB value is (37,12,72). Sum of RGB (Red+Green+Blue) = 37+12+72=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #250C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C48 is #DAF3B7. Grayscale: #1A1A1A. Windows color (decimal): -14349240 or 4721701. OLE color: 4721701.
HSL color Cylindrical-coordinate representation of color #250C48: hue angle of 265º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250C48 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 12 | 72 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.72 |
| HSL | 265º | 0.71% | 0.16% | - |
| HSV(B) | 265º | 0.83% | 0.28% | - |
| XYZ | 2.06 | 1.12 | 6.24 | - |
| YUV | 26.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 72 | 0.49 | 0.83 | 0 | 0.72 | 265 | 0.71 | 0.16 |
| Hex | 25 | C | 48 | 31 | 53 | 0 | 48 | 109 | 47 | 10 |
| Octal | 45 | 14 | 110 | 61 | 123 | 0 | 110 | 411 | 107 | 20 |
| Binary | 100101 | 1100 | 1001000 | 110001 | 1010011 | 0 | 1001000 | 100001001 | 1000111 | 10000 |
Color Harmonies of #250C48
Complementary color
Monochromatic Colors of #250C48
Black with #250C48
Text Example
Text Example
White with #250C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C48; }
p { color: rgb(37,12,72); }
H1.HeaderClassName
{
color: #250C48;
}
.AnyTagClassName
{
color: #250C48;
}
</style>
background-color css
<style>
a { background-color: #250C48; }
a { background-color: rgb(37,12,72); }
div.DivClassName
{
background-color: #250C48;
}
.BgClassName
{
background-color: #250C48;
}
</style>
border-color css
<style>
span { border-color: #250C48; }
span { border-color: rgb(37,12,72); }
td.TdClassName
{
border-color: #250C48;
}
.TagClassName
{
border-color: #250C48;
}
</style>