Shades of Violent Violet #2C154B
Tints of Violent Violet #2C154B
RGB
CMYK
RGB Variations
Color information
#2C154B (or 0x2C154B) is known color: Violent Violet. HEX triplet: 2C, 15 and 4B. RGB value is (44,21,75). Sum of RGB (Red+Green+Blue) = 44+21+75=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C154B is #D3EAB4. Grayscale: #212121. Windows color (decimal): -13888181 or 4920620. OLE color: 4920620.
HSL color Cylindrical-coordinate representation of color #2C154B: hue angle of 265.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C154B is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 21 | 75 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.71 |
| HSL | 265.56º | 0.56% | 0.19% | - |
| HSV(B) | 265.56º | 0.72% | 0.29% | - |
| XYZ | 2.58 | 1.58 | 6.83 | - |
| YUV | 34.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 75 | 0.41 | 0.72 | 0 | 0.71 | 265.56 | 0.56 | 0.19 |
| Hex | 2C | 15 | 4B | 29 | 48 | 0 | 47 | 10A | 38 | 13 |
| Octal | 54 | 25 | 113 | 51 | 110 | 0 | 107 | 412 | 70 | 23 |
| Binary | 101100 | 10101 | 1001011 | 101001 | 1001000 | 0 | 1000111 | 100001010 | 111000 | 10011 |
Color Harmonies of #2C154B
Complementary color
Monochromatic Colors of #2C154B
Black with #2C154B
Text Example
Text Example
White with #2C154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C154B; }
p { color: rgb(44,21,75); }
H1.HeaderClassName
{
color: #2C154B;
}
.AnyTagClassName
{
color: #2C154B;
}
</style>
background-color css
<style>
a { background-color: #2C154B; }
a { background-color: rgb(44,21,75); }
div.DivClassName
{
background-color: #2C154B;
}
.BgClassName
{
background-color: #2C154B;
}
</style>
border-color css
<style>
span { border-color: #2C154B; }
span { border-color: rgb(44,21,75); }
td.TdClassName
{
border-color: #2C154B;
}
.TagClassName
{
border-color: #2C154B;
}
</style>