Shades of Violent Violet #15023F
Tints of Violent Violet #15023F
RGB
CMYK
RGB Variations
Color information
#15023F (or 0x15023F) is known color: Violent Violet. HEX triplet: 15, 02 and 3F. RGB value is (21,2,63). Sum of RGB (Red+Green+Blue) = 21+2+63=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #15023F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15023F is #EAFDC0. Grayscale: #0E0E0E. Windows color (decimal): -15400385 or 4129301. OLE color: 4129301.
HSL color Cylindrical-coordinate representation of color #15023F: hue angle of 258.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15023F is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 2 | 63 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.75 |
| HSL | 258.69º | 0.94% | 0.13% | - |
| HSV(B) | 258.69º | 0.97% | 0.25% | - |
| XYZ | 1.23 | 0.56 | 4.75 | - |
| YUV | 14.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 63 | 0.67 | 0.97 | 0 | 0.75 | 258.69 | 0.94 | 0.13 |
| Hex | 15 | 2 | 3F | 43 | 61 | 0 | 4B | 103 | 5E | D |
| Octal | 25 | 2 | 77 | 103 | 141 | 0 | 113 | 403 | 136 | 15 |
| Binary | 10101 | 10 | 111111 | 1000011 | 1100001 | 0 | 1001011 | 100000011 | 1011110 | 1101 |
Color Harmonies of #15023F
Complementary color
Monochromatic Colors of #15023F
Black with #15023F
Text Example
Text Example
White with #15023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15023F; }
p { color: rgb(21,2,63); }
H1.HeaderClassName
{
color: #15023F;
}
.AnyTagClassName
{
color: #15023F;
}
</style>
background-color css
<style>
a { background-color: #15023F; }
a { background-color: rgb(21,2,63); }
div.DivClassName
{
background-color: #15023F;
}
.BgClassName
{
background-color: #15023F;
}
</style>
border-color css
<style>
span { border-color: #15023F; }
span { border-color: rgb(21,2,63); }
td.TdClassName
{
border-color: #15023F;
}
.TagClassName
{
border-color: #15023F;
}
</style>