Shades of Han Purple #3914DF
Tints of Han Purple #3914DF
RGB
CMYK
RGB Variations
Color information
#3914DF (or 0x3914DF) is known color: Han Purple. HEX triplet: 39, 14 and DF. RGB value is (57,20,223). Sum of RGB (Red+Green+Blue) = 57+20+223=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #3914DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3914DF is #C6EB20. Grayscale: #353535. Windows color (decimal): -13036321 or 14619705. OLE color: 14619705.
HSL color Cylindrical-coordinate representation of color #3914DF: hue angle of 250.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3914DF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 20 | 223 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.13 |
| HSL | 250.94º | 0.84% | 0.48% | - |
| HSV(B) | 250.94º | 0.91% | 0.87% | - |
| XYZ | 15.26 | 6.7 | 70.3 | - |
| YUV | 54.21 | 223.26 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 223 | 0.74 | 0.91 | 0 | 0.13 | 250.94 | 0.84 | 0.48 |
| Hex | 39 | 14 | DF | 4A | 5B | 0 | D | FB | 54 | 30 |
| Octal | 71 | 24 | 337 | 112 | 133 | 0 | 15 | 373 | 124 | 60 |
| Binary | 111001 | 10100 | 11011111 | 1001010 | 1011011 | 0 | 1101 | 11111011 | 1010100 | 110000 |
Color Harmonies of #3914DF
Complementary color
Monochromatic Colors of #3914DF
Black with #3914DF
Text Example
Text Example
White with #3914DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914DF; }
p { color: rgb(57,20,223); }
H1.HeaderClassName
{
color: #3914DF;
}
.AnyTagClassName
{
color: #3914DF;
}
</style>
background-color css
<style>
a { background-color: #3914DF; }
a { background-color: rgb(57,20,223); }
div.DivClassName
{
background-color: #3914DF;
}
.BgClassName
{
background-color: #3914DF;
}
</style>
border-color css
<style>
span { border-color: #3914DF; }
span { border-color: rgb(57,20,223); }
td.TdClassName
{
border-color: #3914DF;
}
.TagClassName
{
border-color: #3914DF;
}
</style>