Shades of Violent Violet #261C4A
Tints of Violent Violet #261C4A
RGB
CMYK
RGB Variations
Color information
#261C4A (or 0x261C4A) is known color: Violent Violet. HEX triplet: 26, 1C and 4A. RGB value is (38,28,74). Sum of RGB (Red+Green+Blue) = 38+28+74=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #261C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C4A is #D9E3B5. Grayscale: #242424. Windows color (decimal): -14279606 or 4856870. OLE color: 4856870.
HSL color Cylindrical-coordinate representation of color #261C4A: hue angle of 253.04º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #261C4A is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 28 | 74 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.71 |
| HSL | 253.04º | 0.45% | 0.2% | - |
| HSV(B) | 253.04º | 0.62% | 0.29% | - |
| XYZ | 2.45 | 1.74 | 6.68 | - |
| YUV | 36.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 74 | 0.49 | 0.62 | 0 | 0.71 | 253.04 | 0.45 | 0.2 |
| Hex | 26 | 1C | 4A | 31 | 3E | 0 | 47 | FD | 2D | 14 |
| Octal | 46 | 34 | 112 | 61 | 76 | 0 | 107 | 375 | 55 | 24 |
| Binary | 100110 | 11100 | 1001010 | 110001 | 111110 | 0 | 1000111 | 11111101 | 101101 | 10100 |
Color Harmonies of #261C4A
Complementary color
Monochromatic Colors of #261C4A
Black with #261C4A
Text Example
Text Example
White with #261C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C4A; }
p { color: rgb(38,28,74); }
H1.HeaderClassName
{
color: #261C4A;
}
.AnyTagClassName
{
color: #261C4A;
}
</style>
background-color css
<style>
a { background-color: #261C4A; }
a { background-color: rgb(38,28,74); }
div.DivClassName
{
background-color: #261C4A;
}
.BgClassName
{
background-color: #261C4A;
}
</style>
border-color css
<style>
span { border-color: #261C4A; }
span { border-color: rgb(38,28,74); }
td.TdClassName
{
border-color: #261C4A;
}
.TagClassName
{
border-color: #261C4A;
}
</style>