Shades of Han Purple #3926DC
Tints of Han Purple #3926DC
RGB
CMYK
RGB Variations
Color information
#3926DC (or 0x3926DC) is known color: Han Purple. HEX triplet: 39, 26 and DC. RGB value is (57,38,220). Sum of RGB (Red+Green+Blue) = 57+38+220=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #3926DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3926DC is #C6D923. Grayscale: #3F3F3F. Windows color (decimal): -13031716 or 14427705. OLE color: 14427705.
HSL color Cylindrical-coordinate representation of color #3926DC: hue angle of 246.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3926DC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 38 | 220 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.14 |
| HSL | 246.26º | 0.72% | 0.51% | - |
| HSV(B) | 246.26º | 0.83% | 0.86% | - |
| XYZ | 15.3 | 7.42 | 68.34 | - |
| YUV | 64.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 220 | 0.74 | 0.83 | 0 | 0.14 | 246.26 | 0.72 | 0.51 |
| Hex | 39 | 26 | DC | 4A | 53 | 0 | E | F6 | 48 | 33 |
| Octal | 71 | 46 | 334 | 112 | 123 | 0 | 16 | 366 | 110 | 63 |
| Binary | 111001 | 100110 | 11011100 | 1001010 | 1010011 | 0 | 1110 | 11110110 | 1001000 | 110011 |
Color Harmonies of #3926DC
Complementary color
Monochromatic Colors of #3926DC
Black with #3926DC
Text Example
Text Example
White with #3926DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3926DC; }
p { color: rgb(57,38,220); }
H1.HeaderClassName
{
color: #3926DC;
}
.AnyTagClassName
{
color: #3926DC;
}
</style>
background-color css
<style>
a { background-color: #3926DC; }
a { background-color: rgb(57,38,220); }
div.DivClassName
{
background-color: #3926DC;
}
.BgClassName
{
background-color: #3926DC;
}
</style>
border-color css
<style>
span { border-color: #3926DC; }
span { border-color: rgb(57,38,220); }
td.TdClassName
{
border-color: #3926DC;
}
.TagClassName
{
border-color: #3926DC;
}
</style>