Shades of Violent Violet #0D003E
Tints of Violent Violet #0D003E
RGB
CMYK
RGB Variations
Color information
#0D003E (or 0x0D003E) is known color: Violent Violet. HEX triplet: 0D, 00 and 3E. RGB value is (13,0,62). Sum of RGB (Red+Green+Blue) = 13+0+62=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 62 (24.61% from 255 or 82.67% from 75); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D003E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D003E is #F2FFC1. Grayscale: #0A0A0A. Windows color (decimal): -15925186 or 4063245. OLE color: 4063245.
HSL color Cylindrical-coordinate representation of color #0D003E: hue angle of 252.58º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D003E is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 0 | 62 | - |
| CMYK | 0.79 | 1 | 0 | 0.76 |
| HSL | 252.58º | 1% | 0.12% | - |
| HSV(B) | 252.58º | 1% | 0.24% | - |
| XYZ | 1.04 | 0.43 | 4.59 | - |
| YUV | 10.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 62 | 0.79 | 1 | 0 | 0.76 | 252.58 | 1 | 0.12 |
| Hex | D | 0 | 3E | 4F | 64 | 0 | 4C | FD | 64 | C |
| Octal | 15 | 0 | 76 | 117 | 144 | 0 | 114 | 375 | 144 | 14 |
| Binary | 1101 | 0 | 111110 | 1001111 | 1100100 | 0 | 1001100 | 11111101 | 1100100 | 1100 |
Color Harmonies of #0D003E
Complementary color
Monochromatic Colors of #0D003E
Black with #0D003E
Text Example
Text Example
White with #0D003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D003E; }
p { color: rgb(13,0,62); }
H1.HeaderClassName
{
color: #0D003E;
}
.AnyTagClassName
{
color: #0D003E;
}
</style>
background-color css
<style>
a { background-color: #0D003E; }
a { background-color: rgb(13,0,62); }
div.DivClassName
{
background-color: #0D003E;
}
.BgClassName
{
background-color: #0D003E;
}
</style>
border-color css
<style>
span { border-color: #0D003E; }
span { border-color: rgb(13,0,62); }
td.TdClassName
{
border-color: #0D003E;
}
.TagClassName
{
border-color: #0D003E;
}
</style>