Shades of Violent Violet #270D58
Tints of Violent Violet #270D58
RGB
CMYK
RGB Variations
Color information
#270D58 (or 0x270D58) is known color: Violent Violet. HEX triplet: 27, 0D and 58. RGB value is (39,13,88). Sum of RGB (Red+Green+Blue) = 39+13+88=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #270D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D58 is #D8F2A7. Grayscale: #1D1D1D. Windows color (decimal): -14217896 or 5770535. OLE color: 5770535.
HSL color Cylindrical-coordinate representation of color #270D58: hue angle of 260.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270D58 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 13 | 88 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.65 |
| HSL | 260.8º | 0.74% | 0.2% | - |
| HSV(B) | 260.8º | 0.85% | 0.35% | - |
| XYZ | 2.74 | 1.42 | 9.36 | - |
| YUV | 29.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 88 | 0.56 | 0.85 | 0 | 0.65 | 260.8 | 0.74 | 0.2 |
| Hex | 27 | D | 58 | 38 | 55 | 0 | 41 | 105 | 4A | 14 |
| Octal | 47 | 15 | 130 | 70 | 125 | 0 | 101 | 405 | 112 | 24 |
| Binary | 100111 | 1101 | 1011000 | 111000 | 1010101 | 0 | 1000001 | 100000101 | 1001010 | 10100 |
Color Harmonies of #270D58
Complementary color
Monochromatic Colors of #270D58
Black with #270D58
Text Example
Text Example
White with #270D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D58; }
p { color: rgb(39,13,88); }
H1.HeaderClassName
{
color: #270D58;
}
.AnyTagClassName
{
color: #270D58;
}
</style>
background-color css
<style>
a { background-color: #270D58; }
a { background-color: rgb(39,13,88); }
div.DivClassName
{
background-color: #270D58;
}
.BgClassName
{
background-color: #270D58;
}
</style>
border-color css
<style>
span { border-color: #270D58; }
span { border-color: rgb(39,13,88); }
td.TdClassName
{
border-color: #270D58;
}
.TagClassName
{
border-color: #270D58;
}
</style>