Shades of Han Purple #3913DA
Tints of Han Purple #3913DA
RGB
CMYK
RGB Variations
Color information
#3913DA (or 0x3913DA) is known color: Han Purple. HEX triplet: 39, 13 and DA. RGB value is (57,19,218). Sum of RGB (Red+Green+Blue) = 57+19+218=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #3913DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3913DA is #C6EC25. Grayscale: #343434. Windows color (decimal): -13036582 or 14291769. OLE color: 14291769.
HSL color Cylindrical-coordinate representation of color #3913DA: hue angle of 251.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3913DA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 19 | 218 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.15 |
| HSL | 251.46º | 0.84% | 0.46% | - |
| HSV(B) | 251.46º | 0.91% | 0.85% | - |
| XYZ | 14.58 | 6.4 | 66.8 | - |
| YUV | 53.05 | 221.09 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 218 | 0.74 | 0.91 | 0 | 0.15 | 251.46 | 0.84 | 0.46 |
| Hex | 39 | 13 | DA | 4A | 5B | 0 | F | FB | 54 | 2E |
| Octal | 71 | 23 | 332 | 112 | 133 | 0 | 17 | 373 | 124 | 56 |
| Binary | 111001 | 10011 | 11011010 | 1001010 | 1011011 | 0 | 1111 | 11111011 | 1010100 | 101110 |
Color Harmonies of #3913DA
Complementary color
Monochromatic Colors of #3913DA
Black with #3913DA
Text Example
Text Example
White with #3913DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3913DA; }
p { color: rgb(57,19,218); }
H1.HeaderClassName
{
color: #3913DA;
}
.AnyTagClassName
{
color: #3913DA;
}
</style>
background-color css
<style>
a { background-color: #3913DA; }
a { background-color: rgb(57,19,218); }
div.DivClassName
{
background-color: #3913DA;
}
.BgClassName
{
background-color: #3913DA;
}
</style>
border-color css
<style>
span { border-color: #3913DA; }
span { border-color: rgb(57,19,218); }
td.TdClassName
{
border-color: #3913DA;
}
.TagClassName
{
border-color: #3913DA;
}
</style>