Shades of Violent Violet #261A4A
Tints of Violent Violet #261A4A
RGB
CMYK
RGB Variations
Color information
#261A4A (or 0x261A4A) is known color: Violent Violet. HEX triplet: 26, 1A and 4A. RGB value is (38,26,74). Sum of RGB (Red+Green+Blue) = 38+26+74=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #261A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A4A is #D9E5B5. Grayscale: #222222. Windows color (decimal): -14280118 or 4856358. OLE color: 4856358.
HSL color Cylindrical-coordinate representation of color #261A4A: hue angle of 255º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261A4A is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 26 | 74 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.71 |
| HSL | 255º | 0.48% | 0.2% | - |
| HSV(B) | 255º | 0.65% | 0.29% | - |
| XYZ | 2.4 | 1.65 | 6.67 | - |
| YUV | 35.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 74 | 0.49 | 0.65 | 0 | 0.71 | 255 | 0.48 | 0.2 |
| Hex | 26 | 1A | 4A | 31 | 41 | 0 | 47 | FF | 30 | 14 |
| Octal | 46 | 32 | 112 | 61 | 101 | 0 | 107 | 377 | 60 | 24 |
| Binary | 100110 | 11010 | 1001010 | 110001 | 1000001 | 0 | 1000111 | 11111111 | 110000 | 10100 |
Color Harmonies of #261A4A
Complementary color
Monochromatic Colors of #261A4A
Black with #261A4A
Text Example
Text Example
White with #261A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A4A; }
p { color: rgb(38,26,74); }
H1.HeaderClassName
{
color: #261A4A;
}
.AnyTagClassName
{
color: #261A4A;
}
</style>
background-color css
<style>
a { background-color: #261A4A; }
a { background-color: rgb(38,26,74); }
div.DivClassName
{
background-color: #261A4A;
}
.BgClassName
{
background-color: #261A4A;
}
</style>
border-color css
<style>
span { border-color: #261A4A; }
span { border-color: rgb(38,26,74); }
td.TdClassName
{
border-color: #261A4A;
}
.TagClassName
{
border-color: #261A4A;
}
</style>