Shades of Han Purple #3925DC
Tints of Han Purple #3925DC
RGB
CMYK
RGB Variations
Color information
#3925DC (or 0x3925DC) is known color: Han Purple. HEX triplet: 39, 25 and DC. RGB value is (57,37,220). Sum of RGB (Red+Green+Blue) = 57+37+220=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #3925DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3925DC is #C6DA23. Grayscale: #3F3F3F. Windows color (decimal): -13031972 or 14427449. OLE color: 14427449.
HSL color Cylindrical-coordinate representation of color #3925DC: hue angle of 246.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3925DC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 37 | 220 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.14 |
| HSL | 246.56º | 0.72% | 0.5% | - |
| HSV(B) | 246.56º | 0.83% | 0.86% | - |
| XYZ | 15.27 | 7.36 | 68.33 | - |
| YUV | 63.84 | 216.13 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 220 | 0.74 | 0.83 | 0 | 0.14 | 246.56 | 0.72 | 0.5 |
| Hex | 39 | 25 | DC | 4A | 53 | 0 | E | F7 | 48 | 32 |
| Octal | 71 | 45 | 334 | 112 | 123 | 0 | 16 | 367 | 110 | 62 |
| Binary | 111001 | 100101 | 11011100 | 1001010 | 1010011 | 0 | 1110 | 11110111 | 1001000 | 110010 |
Color Harmonies of #3925DC
Complementary color
Monochromatic Colors of #3925DC
Black with #3925DC
Text Example
Text Example
White with #3925DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3925DC; }
p { color: rgb(57,37,220); }
H1.HeaderClassName
{
color: #3925DC;
}
.AnyTagClassName
{
color: #3925DC;
}
</style>
background-color css
<style>
a { background-color: #3925DC; }
a { background-color: rgb(57,37,220); }
div.DivClassName
{
background-color: #3925DC;
}
.BgClassName
{
background-color: #3925DC;
}
</style>
border-color css
<style>
span { border-color: #3925DC; }
span { border-color: rgb(57,37,220); }
td.TdClassName
{
border-color: #3925DC;
}
.TagClassName
{
border-color: #3925DC;
}
</style>