Shades of Han Purple #3914DD
Tints of Han Purple #3914DD
RGB
CMYK
RGB Variations
Color information
#3914DD (or 0x3914DD) is known color: Han Purple. HEX triplet: 39, 14 and DD. RGB value is (57,20,221). Sum of RGB (Red+Green+Blue) = 57+20+221=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #3914DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3914DD is #C6EB22. Grayscale: #353535. Windows color (decimal): -13036323 or 14488633. OLE color: 14488633.
HSL color Cylindrical-coordinate representation of color #3914DD: hue angle of 251.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3914DD is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 20 | 221 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.13 |
| HSL | 251.04º | 0.83% | 0.47% | - |
| HSV(B) | 251.04º | 0.91% | 0.87% | - |
| XYZ | 14.99 | 6.59 | 68.89 | - |
| YUV | 53.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 221 | 0.74 | 0.91 | 0 | 0.13 | 251.04 | 0.83 | 0.47 |
| Hex | 39 | 14 | DD | 4A | 5B | 0 | D | FB | 53 | 2F |
| Octal | 71 | 24 | 335 | 112 | 133 | 0 | 15 | 373 | 123 | 57 |
| Binary | 111001 | 10100 | 11011101 | 1001010 | 1011011 | 0 | 1101 | 11111011 | 1010011 | 101111 |
Color Harmonies of #3914DD
Complementary color
Monochromatic Colors of #3914DD
Black with #3914DD
Text Example
Text Example
White with #3914DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914DD; }
p { color: rgb(57,20,221); }
H1.HeaderClassName
{
color: #3914DD;
}
.AnyTagClassName
{
color: #3914DD;
}
</style>
background-color css
<style>
a { background-color: #3914DD; }
a { background-color: rgb(57,20,221); }
div.DivClassName
{
background-color: #3914DD;
}
.BgClassName
{
background-color: #3914DD;
}
</style>
border-color css
<style>
span { border-color: #3914DD; }
span { border-color: rgb(57,20,221); }
td.TdClassName
{
border-color: #3914DD;
}
.TagClassName
{
border-color: #3914DD;
}
</style>