Shades of Violent Violet #250B4D
Tints of Violent Violet #250B4D
RGB
CMYK
RGB Variations
Color information
#250B4D (or 0x250B4D) is known color: Violent Violet. HEX triplet: 25, 0B and 4D. RGB value is (37,11,77). Sum of RGB (Red+Green+Blue) = 37+11+77=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #250B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B4D is #DAF4B2. Grayscale: #1A1A1A. Windows color (decimal): -14349491 or 5049125. OLE color: 5049125.
HSL color Cylindrical-coordinate representation of color #250B4D: hue angle of 263.64º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250B4D is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 11 | 77 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.70 |
| HSL | 263.64º | 0.75% | 0.17% | - |
| HSV(B) | 263.64º | 0.86% | 0.3% | - |
| XYZ | 2.22 | 1.17 | 7.13 | - |
| YUV | 26.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 77 | 0.52 | 0.86 | 0 | 0.70 | 263.64 | 0.75 | 0.17 |
| Hex | 25 | B | 4D | 34 | 56 | 0 | 46 | 108 | 4B | 11 |
| Octal | 45 | 13 | 115 | 64 | 126 | 0 | 106 | 410 | 113 | 21 |
| Binary | 100101 | 1011 | 1001101 | 110100 | 1010110 | 0 | 1000110 | 100001000 | 1001011 | 10001 |
Color Harmonies of #250B4D
Complementary color
Monochromatic Colors of #250B4D
Black with #250B4D
Text Example
Text Example
White with #250B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B4D; }
p { color: rgb(37,11,77); }
H1.HeaderClassName
{
color: #250B4D;
}
.AnyTagClassName
{
color: #250B4D;
}
</style>
background-color css
<style>
a { background-color: #250B4D; }
a { background-color: rgb(37,11,77); }
div.DivClassName
{
background-color: #250B4D;
}
.BgClassName
{
background-color: #250B4D;
}
</style>
border-color css
<style>
span { border-color: #250B4D; }
span { border-color: rgb(37,11,77); }
td.TdClassName
{
border-color: #250B4D;
}
.TagClassName
{
border-color: #250B4D;
}
</style>