Shades of Violent Violet #25184A
Tints of Violent Violet #25184A
RGB
CMYK
RGB Variations
Color information
#25184A (or 0x25184A) is known color: Violent Violet. HEX triplet: 25, 18 and 4A. RGB value is (37,24,74). Sum of RGB (Red+Green+Blue) = 37+24+74=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #25184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25184A is #DAE7B5. Grayscale: #212121. Windows color (decimal): -14346166 or 4855845. OLE color: 4855845.
HSL color Cylindrical-coordinate representation of color #25184A: hue angle of 255.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25184A is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 24 | 74 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.71 |
| HSL | 255.6º | 0.51% | 0.19% | - |
| HSV(B) | 255.6º | 0.68% | 0.29% | - |
| XYZ | 2.33 | 1.54 | 6.65 | - |
| YUV | 33.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 74 | 0.50 | 0.68 | 0 | 0.71 | 255.6 | 0.51 | 0.19 |
| Hex | 25 | 18 | 4A | 32 | 44 | 0 | 47 | 100 | 33 | 13 |
| Octal | 45 | 30 | 112 | 62 | 104 | 0 | 107 | 400 | 63 | 23 |
| Binary | 100101 | 11000 | 1001010 | 110010 | 1000100 | 0 | 1000111 | 100000000 | 110011 | 10011 |
Color Harmonies of #25184A
Complementary color
Monochromatic Colors of #25184A
Black with #25184A
Text Example
Text Example
White with #25184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25184A; }
p { color: rgb(37,24,74); }
H1.HeaderClassName
{
color: #25184A;
}
.AnyTagClassName
{
color: #25184A;
}
</style>
background-color css
<style>
a { background-color: #25184A; }
a { background-color: rgb(37,24,74); }
div.DivClassName
{
background-color: #25184A;
}
.BgClassName
{
background-color: #25184A;
}
</style>
border-color css
<style>
span { border-color: #25184A; }
span { border-color: rgb(37,24,74); }
td.TdClassName
{
border-color: #25184A;
}
.TagClassName
{
border-color: #25184A;
}
</style>