Shades of Violent Violet #1B0259
Tints of Violent Violet #1B0259
RGB
CMYK
RGB Variations
Color information
#1B0259 (or 0x1B0259) is known color: Violent Violet. HEX triplet: 1B, 02 and 59. RGB value is (27,2,89). Sum of RGB (Red+Green+Blue) = 27+2+89=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0259 is #E4FDA6. Grayscale: #131313. Windows color (decimal): -15007143 or 5833243. OLE color: 5833243.
HSL color Cylindrical-coordinate representation of color #1B0259: hue angle of 257.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0259 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 2 | 89 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.65 |
| HSL | 257.24º | 0.96% | 0.18% | - |
| HSV(B) | 257.24º | 0.98% | 0.35% | - |
| XYZ | 2.28 | 1 | 9.52 | - |
| YUV | 19.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 89 | 0.70 | 0.98 | 0 | 0.65 | 257.24 | 0.96 | 0.18 |
| Hex | 1B | 2 | 59 | 46 | 62 | 0 | 41 | 101 | 60 | 12 |
| Octal | 33 | 2 | 131 | 106 | 142 | 0 | 101 | 401 | 140 | 22 |
| Binary | 11011 | 10 | 1011001 | 1000110 | 1100010 | 0 | 1000001 | 100000001 | 1100000 | 10010 |
Color Harmonies of #1B0259
Complementary color
Monochromatic Colors of #1B0259
Black with #1B0259
Text Example
Text Example
White with #1B0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0259; }
p { color: rgb(27,2,89); }
H1.HeaderClassName
{
color: #1B0259;
}
.AnyTagClassName
{
color: #1B0259;
}
</style>
background-color css
<style>
a { background-color: #1B0259; }
a { background-color: rgb(27,2,89); }
div.DivClassName
{
background-color: #1B0259;
}
.BgClassName
{
background-color: #1B0259;
}
</style>
border-color css
<style>
span { border-color: #1B0259; }
span { border-color: rgb(27,2,89); }
td.TdClassName
{
border-color: #1B0259;
}
.TagClassName
{
border-color: #1B0259;
}
</style>