Shades of Han Purple #331FDF
Tints of Han Purple #331FDF
RGB
CMYK
RGB Variations
Color information
#331FDF (or 0x331FDF) is known color: Han Purple. HEX triplet: 33, 1F and DF. RGB value is (51,31,223). Sum of RGB (Red+Green+Blue) = 51+31+223=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #331FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FDF is #CCE020. Grayscale: #3A3A3A. Windows color (decimal): -13426721 or 14622515. OLE color: 14622515.
HSL color Cylindrical-coordinate representation of color #331FDF: hue angle of 246.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331FDF is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 31 | 223 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.13 |
| HSL | 246.25º | 0.76% | 0.5% | - |
| HSV(B) | 246.25º | 0.86% | 0.87% | - |
| XYZ | 15.17 | 7.01 | 70.37 | - |
| YUV | 58.87 | 220.63 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 223 | 0.77 | 0.86 | 0 | 0.13 | 246.25 | 0.76 | 0.5 |
| Hex | 33 | 1F | DF | 4D | 56 | 0 | D | F6 | 4C | 32 |
| Octal | 63 | 37 | 337 | 115 | 126 | 0 | 15 | 366 | 114 | 62 |
| Binary | 110011 | 11111 | 11011111 | 1001101 | 1010110 | 0 | 1101 | 11110110 | 1001100 | 110010 |
Color Harmonies of #331FDF
Complementary color
Monochromatic Colors of #331FDF
Black with #331FDF
Text Example
Text Example
White with #331FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FDF; }
p { color: rgb(51,31,223); }
H1.HeaderClassName
{
color: #331FDF;
}
.AnyTagClassName
{
color: #331FDF;
}
</style>
background-color css
<style>
a { background-color: #331FDF; }
a { background-color: rgb(51,31,223); }
div.DivClassName
{
background-color: #331FDF;
}
.BgClassName
{
background-color: #331FDF;
}
</style>
border-color css
<style>
span { border-color: #331FDF; }
span { border-color: rgb(51,31,223); }
td.TdClassName
{
border-color: #331FDF;
}
.TagClassName
{
border-color: #331FDF;
}
</style>