Shades of Han Purple #3925DD
Tints of Han Purple #3925DD
RGB
CMYK
RGB Variations
Color information
#3925DD (or 0x3925DD) is known color: Han Purple. HEX triplet: 39, 25 and DD. RGB value is (57,37,221). Sum of RGB (Red+Green+Blue) = 57+37+221=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #3925DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3925DD is #C6DA22. Grayscale: #3F3F3F. Windows color (decimal): -13031971 or 14492985. OLE color: 14492985.
HSL color Cylindrical-coordinate representation of color #3925DD: hue angle of 246.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3925DD is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 37 | 221 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.13 |
| HSL | 246.52º | 0.73% | 0.51% | - |
| HSV(B) | 246.52º | 0.83% | 0.87% | - |
| XYZ | 15.4 | 7.41 | 69.03 | - |
| YUV | 63.96 | 216.63 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 221 | 0.74 | 0.83 | 0 | 0.13 | 246.52 | 0.73 | 0.51 |
| Hex | 39 | 25 | DD | 4A | 53 | 0 | D | F7 | 49 | 33 |
| Octal | 71 | 45 | 335 | 112 | 123 | 0 | 15 | 367 | 111 | 63 |
| Binary | 111001 | 100101 | 11011101 | 1001010 | 1010011 | 0 | 1101 | 11110111 | 1001001 | 110011 |
Color Harmonies of #3925DD
Complementary color
Monochromatic Colors of #3925DD
Black with #3925DD
Text Example
Text Example
White with #3925DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3925DD; }
p { color: rgb(57,37,221); }
H1.HeaderClassName
{
color: #3925DD;
}
.AnyTagClassName
{
color: #3925DD;
}
</style>
background-color css
<style>
a { background-color: #3925DD; }
a { background-color: rgb(57,37,221); }
div.DivClassName
{
background-color: #3925DD;
}
.BgClassName
{
background-color: #3925DD;
}
</style>
border-color css
<style>
span { border-color: #3925DD; }
span { border-color: rgb(57,37,221); }
td.TdClassName
{
border-color: #3925DD;
}
.TagClassName
{
border-color: #3925DD;
}
</style>