Shades of Han Purple #3918DC
Tints of Han Purple #3918DC
RGB
CMYK
RGB Variations
Color information
#3918DC (or 0x3918DC) is known color: Han Purple. HEX triplet: 39, 18 and DC. RGB value is (57,24,220). Sum of RGB (Red+Green+Blue) = 57+24+220=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #3918DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918DC is #C6E723. Grayscale: #373737. Windows color (decimal): -13035300 or 14424121. OLE color: 14424121.
HSL color Cylindrical-coordinate representation of color #3918DC: hue angle of 250.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3918DC is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 24 | 220 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.14 |
| HSL | 250.1º | 0.8% | 0.48% | - |
| HSV(B) | 250.1º | 0.89% | 0.86% | - |
| XYZ | 14.93 | 6.69 | 68.21 | - |
| YUV | 56.21 | 220.43 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 220 | 0.74 | 0.89 | 0 | 0.14 | 250.1 | 0.8 | 0.48 |
| Hex | 39 | 18 | DC | 4A | 59 | 0 | E | FA | 50 | 30 |
| Octal | 71 | 30 | 334 | 112 | 131 | 0 | 16 | 372 | 120 | 60 |
| Binary | 111001 | 11000 | 11011100 | 1001010 | 1011001 | 0 | 1110 | 11111010 | 1010000 | 110000 |
Color Harmonies of #3918DC
Complementary color
Monochromatic Colors of #3918DC
Black with #3918DC
Text Example
Text Example
White with #3918DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3918DC; }
p { color: rgb(57,24,220); }
H1.HeaderClassName
{
color: #3918DC;
}
.AnyTagClassName
{
color: #3918DC;
}
</style>
background-color css
<style>
a { background-color: #3918DC; }
a { background-color: rgb(57,24,220); }
div.DivClassName
{
background-color: #3918DC;
}
.BgClassName
{
background-color: #3918DC;
}
</style>
border-color css
<style>
span { border-color: #3918DC; }
span { border-color: rgb(57,24,220); }
td.TdClassName
{
border-color: #3918DC;
}
.TagClassName
{
border-color: #3918DC;
}
</style>