Shades of Violent Violet #1D094B
Tints of Violent Violet #1D094B
RGB
CMYK
RGB Variations
Color information
#1D094B (or 0x1D094B) is known color: Violent Violet. HEX triplet: 1D, 09 and 4B. RGB value is (29,9,75). Sum of RGB (Red+Green+Blue) = 29+9+75=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D094B is #E2F6B4. Grayscale: #161616. Windows color (decimal): -14874293 or 4917533. OLE color: 4917533.
HSL color Cylindrical-coordinate representation of color #1D094B: hue angle of 258.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D094B is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 9 | 75 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.71 |
| HSL | 258.18º | 0.79% | 0.16% | - |
| HSV(B) | 258.18º | 0.88% | 0.29% | - |
| XYZ | 1.87 | 0.96 | 6.74 | - |
| YUV | 22.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 75 | 0.61 | 0.88 | 0 | 0.71 | 258.18 | 0.79 | 0.16 |
| Hex | 1D | 9 | 4B | 3D | 58 | 0 | 47 | 102 | 4F | 10 |
| Octal | 35 | 11 | 113 | 75 | 130 | 0 | 107 | 402 | 117 | 20 |
| Binary | 11101 | 1001 | 1001011 | 111101 | 1011000 | 0 | 1000111 | 100000010 | 1001111 | 10000 |
Color Harmonies of #1D094B
Complementary color
Monochromatic Colors of #1D094B
Black with #1D094B
Text Example
Text Example
White with #1D094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D094B; }
p { color: rgb(29,9,75); }
H1.HeaderClassName
{
color: #1D094B;
}
.AnyTagClassName
{
color: #1D094B;
}
</style>
background-color css
<style>
a { background-color: #1D094B; }
a { background-color: rgb(29,9,75); }
div.DivClassName
{
background-color: #1D094B;
}
.BgClassName
{
background-color: #1D094B;
}
</style>
border-color css
<style>
span { border-color: #1D094B; }
span { border-color: rgb(29,9,75); }
td.TdClassName
{
border-color: #1D094B;
}
.TagClassName
{
border-color: #1D094B;
}
</style>