Shades of Violent Violet #270D4B
Tints of Violent Violet #270D4B
RGB
CMYK
RGB Variations
Color information
#270D4B (or 0x270D4B) is known color: Violent Violet. HEX triplet: 27, 0D and 4B. RGB value is (39,13,75). Sum of RGB (Red+Green+Blue) = 39+13+75=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #270D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D4B is #D8F2B4. Grayscale: #1B1B1B. Windows color (decimal): -14217909 or 4918567. OLE color: 4918567.
HSL color Cylindrical-coordinate representation of color #270D4B: hue angle of 265.16º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #270D4B is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 13 | 75 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.71 |
| HSL | 265.16º | 0.7% | 0.17% | - |
| HSV(B) | 265.16º | 0.83% | 0.29% | - |
| XYZ | 2.25 | 1.23 | 6.77 | - |
| YUV | 27.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 75 | 0.48 | 0.83 | 0 | 0.71 | 265.16 | 0.7 | 0.17 |
| Hex | 27 | D | 4B | 30 | 53 | 0 | 47 | 109 | 46 | 11 |
| Octal | 47 | 15 | 113 | 60 | 123 | 0 | 107 | 411 | 106 | 21 |
| Binary | 100111 | 1101 | 1001011 | 110000 | 1010011 | 0 | 1000111 | 100001001 | 1000110 | 10001 |
Color Harmonies of #270D4B
Complementary color
Monochromatic Colors of #270D4B
Black with #270D4B
Text Example
Text Example
White with #270D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D4B; }
p { color: rgb(39,13,75); }
H1.HeaderClassName
{
color: #270D4B;
}
.AnyTagClassName
{
color: #270D4B;
}
</style>
background-color css
<style>
a { background-color: #270D4B; }
a { background-color: rgb(39,13,75); }
div.DivClassName
{
background-color: #270D4B;
}
.BgClassName
{
background-color: #270D4B;
}
</style>
border-color css
<style>
span { border-color: #270D4B; }
span { border-color: rgb(39,13,75); }
td.TdClassName
{
border-color: #270D4B;
}
.TagClassName
{
border-color: #270D4B;
}
</style>