Shades of Violent Violet #1B004B
Tints of Violent Violet #1B004B
RGB
CMYK
RGB Variations
Color information
#1B004B (or 0x1B004B) is known color: Violent Violet. HEX triplet: 1B, 00 and 4B. RGB value is (27,0,75). Sum of RGB (Red+Green+Blue) = 27+0+75=102 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.47% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #1B004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B004B is #E4FFB4. Grayscale: #101010. Windows color (decimal): -15007669 or 4915227. OLE color: 4915227.
HSL color Cylindrical-coordinate representation of color #1B004B: hue angle of 261.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B004B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 0 | 75 | - |
| CMYK | 0.64 | 1 | 0 | 0.71 |
| HSL | 261.6º | 1% | 0.15% | - |
| HSV(B) | 261.6º | 1% | 0.29% | - |
| XYZ | 1.72 | 0.74 | 6.71 | - |
| YUV | 16.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 75 | 0.64 | 1 | 0 | 0.71 | 261.6 | 1 | 0.15 |
| Hex | 1B | 0 | 4B | 40 | 64 | 0 | 47 | 106 | 64 | F |
| Octal | 33 | 0 | 113 | 100 | 144 | 0 | 107 | 406 | 144 | 17 |
| Binary | 11011 | 0 | 1001011 | 1000000 | 1100100 | 0 | 1000111 | 100000110 | 1100100 | 1111 |
Color Harmonies of #1B004B
Complementary color
Monochromatic Colors of #1B004B
Black with #1B004B
Text Example
Text Example
White with #1B004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B004B; }
p { color: rgb(27,0,75); }
H1.HeaderClassName
{
color: #1B004B;
}
.AnyTagClassName
{
color: #1B004B;
}
</style>
background-color css
<style>
a { background-color: #1B004B; }
a { background-color: rgb(27,0,75); }
div.DivClassName
{
background-color: #1B004B;
}
.BgClassName
{
background-color: #1B004B;
}
</style>
border-color css
<style>
span { border-color: #1B004B; }
span { border-color: rgb(27,0,75); }
td.TdClassName
{
border-color: #1B004B;
}
.TagClassName
{
border-color: #1B004B;
}
</style>