Shades of Han Purple #3413DF
Tints of Han Purple #3413DF
RGB
CMYK
RGB Variations
Color information
#3413DF (or 0x3413DF) is known color: Han Purple. HEX triplet: 34, 13 and DF. RGB value is (52,19,223). Sum of RGB (Red+Green+Blue) = 52+19+223=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #3413DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3413DF is #CBEC20. Grayscale: #333333. Windows color (decimal): -13364257 or 14619444. OLE color: 14619444.
HSL color Cylindrical-coordinate representation of color #3413DF: hue angle of 249.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3413DF is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 19 | 223 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.13 |
| HSL | 249.71º | 0.84% | 0.47% | - |
| HSV(B) | 249.71º | 0.91% | 0.87% | - |
| XYZ | 14.97 | 6.52 | 70.28 | - |
| YUV | 52.12 | 224.43 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 223 | 0.77 | 0.91 | 0 | 0.13 | 249.71 | 0.84 | 0.47 |
| Hex | 34 | 13 | DF | 4D | 5B | 0 | D | FA | 54 | 2F |
| Octal | 64 | 23 | 337 | 115 | 133 | 0 | 15 | 372 | 124 | 57 |
| Binary | 110100 | 10011 | 11011111 | 1001101 | 1011011 | 0 | 1101 | 11111010 | 1010100 | 101111 |
Color Harmonies of #3413DF
Complementary color
Monochromatic Colors of #3413DF
Black with #3413DF
Text Example
Text Example
White with #3413DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3413DF; }
p { color: rgb(52,19,223); }
H1.HeaderClassName
{
color: #3413DF;
}
.AnyTagClassName
{
color: #3413DF;
}
</style>
background-color css
<style>
a { background-color: #3413DF; }
a { background-color: rgb(52,19,223); }
div.DivClassName
{
background-color: #3413DF;
}
.BgClassName
{
background-color: #3413DF;
}
</style>
border-color css
<style>
span { border-color: #3413DF; }
span { border-color: rgb(52,19,223); }
td.TdClassName
{
border-color: #3413DF;
}
.TagClassName
{
border-color: #3413DF;
}
</style>