Shades of Violent Violet #261A4C
Tints of Violent Violet #261A4C
RGB
CMYK
RGB Variations
Color information
#261A4C (or 0x261A4C) is known color: Violent Violet. HEX triplet: 26, 1A and 4C. RGB value is (38,26,76). Sum of RGB (Red+Green+Blue) = 38+26+76=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #261A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A4C is #D9E5B3. Grayscale: #232323. Windows color (decimal): -14280116 or 4987430. OLE color: 4987430.
HSL color Cylindrical-coordinate representation of color #261A4C: hue angle of 254.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #261A4C is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 26 | 76 | - |
| CMYK | 0.5 | 0.66 | 0 | 0.70 |
| HSL | 254.4º | 0.49% | 0.2% | - |
| HSV(B) | 254.4º | 0.66% | 0.3% | - |
| XYZ | 2.47 | 1.67 | 7.03 | - |
| YUV | 35.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 76 | 0.5 | 0.66 | 0 | 0.70 | 254.4 | 0.49 | 0.2 |
| Hex | 26 | 1A | 4C | 32 | 42 | 0 | 46 | FE | 31 | 14 |
| Octal | 46 | 32 | 114 | 62 | 102 | 0 | 106 | 376 | 61 | 24 |
| Binary | 100110 | 11010 | 1001100 | 110010 | 1000010 | 0 | 1000110 | 11111110 | 110001 | 10100 |
Color Harmonies of #261A4C
Complementary color
Monochromatic Colors of #261A4C
Black with #261A4C
Text Example
Text Example
White with #261A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A4C; }
p { color: rgb(38,26,76); }
H1.HeaderClassName
{
color: #261A4C;
}
.AnyTagClassName
{
color: #261A4C;
}
</style>
background-color css
<style>
a { background-color: #261A4C; }
a { background-color: rgb(38,26,76); }
div.DivClassName
{
background-color: #261A4C;
}
.BgClassName
{
background-color: #261A4C;
}
</style>
border-color css
<style>
span { border-color: #261A4C; }
span { border-color: rgb(38,26,76); }
td.TdClassName
{
border-color: #261A4C;
}
.TagClassName
{
border-color: #261A4C;
}
</style>