Shades of Han Purple #3912DF
Tints of Han Purple #3912DF
RGB
CMYK
RGB Variations
Color information
#3912DF (or 0x3912DF) is known color: Han Purple. HEX triplet: 39, 12 and DF. RGB value is (57,18,223). Sum of RGB (Red+Green+Blue) = 57+18+223=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #3912DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3912DF is #C6ED20. Grayscale: #343434. Windows color (decimal): -13036833 or 14619193. OLE color: 14619193.
HSL color Cylindrical-coordinate representation of color #3912DF: hue angle of 251.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3912DF is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 18 | 223 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.13 |
| HSL | 251.41º | 0.85% | 0.47% | - |
| HSV(B) | 251.41º | 0.92% | 0.87% | - |
| XYZ | 15.22 | 6.63 | 70.29 | - |
| YUV | 53.03 | 223.92 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 223 | 0.74 | 0.92 | 0 | 0.13 | 251.41 | 0.85 | 0.47 |
| Hex | 39 | 12 | DF | 4A | 5C | 0 | D | FB | 55 | 2F |
| Octal | 71 | 22 | 337 | 112 | 134 | 0 | 15 | 373 | 125 | 57 |
| Binary | 111001 | 10010 | 11011111 | 1001010 | 1011100 | 0 | 1101 | 11111011 | 1010101 | 101111 |
Color Harmonies of #3912DF
Complementary color
Monochromatic Colors of #3912DF
Black with #3912DF
Text Example
Text Example
White with #3912DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3912DF; }
p { color: rgb(57,18,223); }
H1.HeaderClassName
{
color: #3912DF;
}
.AnyTagClassName
{
color: #3912DF;
}
</style>
background-color css
<style>
a { background-color: #3912DF; }
a { background-color: rgb(57,18,223); }
div.DivClassName
{
background-color: #3912DF;
}
.BgClassName
{
background-color: #3912DF;
}
</style>
border-color css
<style>
span { border-color: #3912DF; }
span { border-color: rgb(57,18,223); }
td.TdClassName
{
border-color: #3912DF;
}
.TagClassName
{
border-color: #3912DF;
}
</style>