Shades of Violent Violet #31264B
Tints of Violent Violet #31264B
RGB
CMYK
RGB Variations
Color information
#31264B (or 0x31264B) is known color: Violent Violet. HEX triplet: 31, 26 and 4B. RGB value is (49,38,75). Sum of RGB (Red+Green+Blue) = 49+38+75=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #31264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31264B is #CED9B4. Grayscale: #2D2D2D. Windows color (decimal): -13556149 or 4924977. OLE color: 4924977.
HSL color Cylindrical-coordinate representation of color #31264B: hue angle of 257.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31264B is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 38 | 75 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.71 |
| HSL | 257.84º | 0.33% | 0.22% | - |
| HSV(B) | 257.84º | 0.49% | 0.29% | - |
| XYZ | 3.23 | 2.55 | 6.98 | - |
| YUV | 45.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 75 | 0.35 | 0.49 | 0 | 0.71 | 257.84 | 0.33 | 0.22 |
| Hex | 31 | 26 | 4B | 23 | 31 | 0 | 47 | 102 | 21 | 16 |
| Octal | 61 | 46 | 113 | 43 | 61 | 0 | 107 | 402 | 41 | 26 |
| Binary | 110001 | 100110 | 1001011 | 100011 | 110001 | 0 | 1000111 | 100000010 | 100001 | 10110 |
Color Harmonies of #31264B
Complementary color
Monochromatic Colors of #31264B
Black with #31264B
Text Example
Text Example
White with #31264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31264B; }
p { color: rgb(49,38,75); }
H1.HeaderClassName
{
color: #31264B;
}
.AnyTagClassName
{
color: #31264B;
}
</style>
background-color css
<style>
a { background-color: #31264B; }
a { background-color: rgb(49,38,75); }
div.DivClassName
{
background-color: #31264B;
}
.BgClassName
{
background-color: #31264B;
}
</style>
border-color css
<style>
span { border-color: #31264B; }
span { border-color: rgb(49,38,75); }
td.TdClassName
{
border-color: #31264B;
}
.TagClassName
{
border-color: #31264B;
}
</style>