Shades of Han Purple #3328DF
Tints of Han Purple #3328DF
RGB
CMYK
RGB Variations
Color information
#3328DF (or 0x3328DF) is known color: Han Purple. HEX triplet: 33, 28 and DF. RGB value is (51,40,223). Sum of RGB (Red+Green+Blue) = 51+40+223=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #3328DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328DF is #CCD720. Grayscale: #3F3F3F. Windows color (decimal): -13424417 or 14624819. OLE color: 14624819.
HSL color Cylindrical-coordinate representation of color #3328DF: hue angle of 243.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3328DF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 40 | 223 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.13 |
| HSL | 243.61º | 0.74% | 0.52% | - |
| HSV(B) | 243.61º | 0.82% | 0.87% | - |
| XYZ | 15.44 | 7.55 | 70.46 | - |
| YUV | 64.15 | 217.64 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 223 | 0.77 | 0.82 | 0 | 0.13 | 243.61 | 0.74 | 0.52 |
| Hex | 33 | 28 | DF | 4D | 52 | 0 | D | F4 | 4A | 34 |
| Octal | 63 | 50 | 337 | 115 | 122 | 0 | 15 | 364 | 112 | 64 |
| Binary | 110011 | 101000 | 11011111 | 1001101 | 1010010 | 0 | 1101 | 11110100 | 1001010 | 110100 |
Color Harmonies of #3328DF
Complementary color
Monochromatic Colors of #3328DF
Black with #3328DF
Text Example
Text Example
White with #3328DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3328DF; }
p { color: rgb(51,40,223); }
H1.HeaderClassName
{
color: #3328DF;
}
.AnyTagClassName
{
color: #3328DF;
}
</style>
background-color css
<style>
a { background-color: #3328DF; }
a { background-color: rgb(51,40,223); }
div.DivClassName
{
background-color: #3328DF;
}
.BgClassName
{
background-color: #3328DF;
}
</style>
border-color css
<style>
span { border-color: #3328DF; }
span { border-color: rgb(51,40,223); }
td.TdClassName
{
border-color: #3328DF;
}
.TagClassName
{
border-color: #3328DF;
}
</style>