Shades of Han Purple #3913D3
Tints of Han Purple #3913D3
RGB
CMYK
RGB Variations
Color information
#3913D3 (or 0x3913D3) is known color: Han Purple. HEX triplet: 39, 13 and D3. RGB value is (57,19,211). Sum of RGB (Red+Green+Blue) = 57+19+211=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 211 (82.81% from 255 or 73.52% from 287); Max value from RGB is 211 - color contains mainly: blue. Hex color #3913D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3913D3 is #C6EC2C. Grayscale: #333333. Windows color (decimal): -13036589 or 13833017. OLE color: 13833017.
HSL color Cylindrical-coordinate representation of color #3913D3: hue angle of 251.87º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3913D3 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 19 | 211 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.17 |
| HSL | 251.88º | 0.83% | 0.45% | - |
| HSV(B) | 251.88º | 0.91% | 0.83% | - |
| XYZ | 13.68 | 6.04 | 62.07 | - |
| YUV | 52.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 211 | 0.73 | 0.91 | 0 | 0.17 | 251.88 | 0.83 | 0.45 |
| Hex | 39 | 13 | D3 | 49 | 5B | 0 | 11 | FC | 53 | 2D |
| Octal | 71 | 23 | 323 | 111 | 133 | 0 | 21 | 374 | 123 | 55 |
| Binary | 111001 | 10011 | 11010011 | 1001001 | 1011011 | 0 | 10001 | 11111100 | 1010011 | 101101 |
Color Harmonies of #3913D3
Complementary color
Monochromatic Colors of #3913D3
Black with #3913D3
Text Example
Text Example
White with #3913D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3913D3; }
p { color: rgb(57,19,211); }
H1.HeaderClassName
{
color: #3913D3;
}
.AnyTagClassName
{
color: #3913D3;
}
</style>
background-color css
<style>
a { background-color: #3913D3; }
a { background-color: rgb(57,19,211); }
div.DivClassName
{
background-color: #3913D3;
}
.BgClassName
{
background-color: #3913D3;
}
</style>
border-color css
<style>
span { border-color: #3913D3; }
span { border-color: rgb(57,19,211); }
td.TdClassName
{
border-color: #3913D3;
}
.TagClassName
{
border-color: #3913D3;
}
</style>