Shades of Han Purple #3217DF
Tints of Han Purple #3217DF
RGB
CMYK
RGB Variations
Color information
#3217DF (or 0x3217DF) is known color: Han Purple. HEX triplet: 32, 17 and DF. RGB value is (50,23,223). Sum of RGB (Red+Green+Blue) = 50+23+223=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #3217DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3217DF is #CDE820. Grayscale: #353535. Windows color (decimal): -13494305 or 14620466. OLE color: 14620466.
HSL color Cylindrical-coordinate representation of color #3217DF: hue angle of 248.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3217DF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 23 | 223 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.13 |
| HSL | 248.1º | 0.81% | 0.48% | - |
| HSV(B) | 248.1º | 0.9% | 0.87% | - |
| XYZ | 14.94 | 6.62 | 70.3 | - |
| YUV | 53.87 | 223.45 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 223 | 0.78 | 0.90 | 0 | 0.13 | 248.1 | 0.81 | 0.48 |
| Hex | 32 | 17 | DF | 4E | 5A | 0 | D | F8 | 51 | 30 |
| Octal | 62 | 27 | 337 | 116 | 132 | 0 | 15 | 370 | 121 | 60 |
| Binary | 110010 | 10111 | 11011111 | 1001110 | 1011010 | 0 | 1101 | 11111000 | 1010001 | 110000 |
Color Harmonies of #3217DF
Complementary color
Monochromatic Colors of #3217DF
Black with #3217DF
Text Example
Text Example
White with #3217DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3217DF; }
p { color: rgb(50,23,223); }
H1.HeaderClassName
{
color: #3217DF;
}
.AnyTagClassName
{
color: #3217DF;
}
</style>
background-color css
<style>
a { background-color: #3217DF; }
a { background-color: rgb(50,23,223); }
div.DivClassName
{
background-color: #3217DF;
}
.BgClassName
{
background-color: #3217DF;
}
</style>
border-color css
<style>
span { border-color: #3217DF; }
span { border-color: rgb(50,23,223); }
td.TdClassName
{
border-color: #3217DF;
}
.TagClassName
{
border-color: #3217DF;
}
</style>