Shades of Han Purple #3215DF
Tints of Han Purple #3215DF
RGB
CMYK
RGB Variations
Color information
#3215DF (or 0x3215DF) is known color: Han Purple. HEX triplet: 32, 15 and DF. RGB value is (50,21,223). Sum of RGB (Red+Green+Blue) = 50+21+223=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 21 (8.59% from 255 or 7.14% 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 #3215DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215DF is #CDEA20. Grayscale: #333333. Windows color (decimal): -13494817 or 14619954. OLE color: 14619954.
HSL color Cylindrical-coordinate representation of color #3215DF: hue angle of 248.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3215DF is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 21 | 223 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.13 |
| HSL | 248.61º | 0.83% | 0.48% | - |
| HSV(B) | 248.61º | 0.91% | 0.87% | - |
| XYZ | 14.9 | 6.54 | 70.29 | - |
| YUV | 52.7 | 224.11 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 223 | 0.78 | 0.91 | 0 | 0.13 | 248.61 | 0.83 | 0.48 |
| Hex | 32 | 15 | DF | 4E | 5B | 0 | D | F9 | 53 | 30 |
| Octal | 62 | 25 | 337 | 116 | 133 | 0 | 15 | 371 | 123 | 60 |
| Binary | 110010 | 10101 | 11011111 | 1001110 | 1011011 | 0 | 1101 | 11111001 | 1010011 | 110000 |
Color Harmonies of #3215DF
Complementary color
Monochromatic Colors of #3215DF
Black with #3215DF
Text Example
Text Example
White with #3215DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215DF; }
p { color: rgb(50,21,223); }
H1.HeaderClassName
{
color: #3215DF;
}
.AnyTagClassName
{
color: #3215DF;
}
</style>
background-color css
<style>
a { background-color: #3215DF; }
a { background-color: rgb(50,21,223); }
div.DivClassName
{
background-color: #3215DF;
}
.BgClassName
{
background-color: #3215DF;
}
</style>
border-color css
<style>
span { border-color: #3215DF; }
span { border-color: rgb(50,21,223); }
td.TdClassName
{
border-color: #3215DF;
}
.TagClassName
{
border-color: #3215DF;
}
</style>