Shades of Violent Violet #261A4E
Tints of Violent Violet #261A4E
RGB
CMYK
RGB Variations
Color information
#261A4E (or 0x261A4E) is known color: Violent Violet. HEX triplet: 26, 1A and 4E. RGB value is (38,26,78). Sum of RGB (Red+Green+Blue) = 38+26+78=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #261A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A4E is #D9E5B1. Grayscale: #232323. Windows color (decimal): -14280114 or 5118502. OLE color: 5118502.
HSL color Cylindrical-coordinate representation of color #261A4E: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261A4E is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 26 | 78 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.69 |
| HSL | 253.85º | 0.5% | 0.2% | - |
| HSV(B) | 253.85º | 0.67% | 0.31% | - |
| XYZ | 2.54 | 1.7 | 7.4 | - |
| YUV | 35.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 78 | 0.51 | 0.67 | 0 | 0.69 | 253.85 | 0.5 | 0.2 |
| Hex | 26 | 1A | 4E | 33 | 43 | 0 | 45 | FE | 32 | 14 |
| Octal | 46 | 32 | 116 | 63 | 103 | 0 | 105 | 376 | 62 | 24 |
| Binary | 100110 | 11010 | 1001110 | 110011 | 1000011 | 0 | 1000101 | 11111110 | 110010 | 10100 |
Color Harmonies of #261A4E
Complementary color
Monochromatic Colors of #261A4E
Black with #261A4E
Text Example
Text Example
White with #261A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A4E; }
p { color: rgb(38,26,78); }
H1.HeaderClassName
{
color: #261A4E;
}
.AnyTagClassName
{
color: #261A4E;
}
</style>
background-color css
<style>
a { background-color: #261A4E; }
a { background-color: rgb(38,26,78); }
div.DivClassName
{
background-color: #261A4E;
}
.BgClassName
{
background-color: #261A4E;
}
</style>
border-color css
<style>
span { border-color: #261A4E; }
span { border-color: rgb(38,26,78); }
td.TdClassName
{
border-color: #261A4E;
}
.TagClassName
{
border-color: #261A4E;
}
</style>