Shades of Han Purple #3315DF
Tints of Han Purple #3315DF
RGB
CMYK
RGB Variations
Color information
#3315DF (or 0x3315DF) is known color: Han Purple. HEX triplet: 33, 15 and DF. RGB value is (51,21,223). Sum of RGB (Red+Green+Blue) = 51+21+223=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #3315DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315DF is #CCEA20. Grayscale: #343434. Windows color (decimal): -13429281 or 14619955. OLE color: 14619955.
HSL color Cylindrical-coordinate representation of color #3315DF: hue angle of 248.91º 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 #3315DF is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 21 | 223 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.13 |
| HSL | 248.91º | 0.83% | 0.48% | - |
| HSV(B) | 248.91º | 0.91% | 0.87% | - |
| XYZ | 14.95 | 6.57 | 70.29 | - |
| YUV | 53 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 223 | 0.77 | 0.91 | 0 | 0.13 | 248.91 | 0.83 | 0.48 |
| Hex | 33 | 15 | DF | 4D | 5B | 0 | D | F9 | 53 | 30 |
| Octal | 63 | 25 | 337 | 115 | 133 | 0 | 15 | 371 | 123 | 60 |
| Binary | 110011 | 10101 | 11011111 | 1001101 | 1011011 | 0 | 1101 | 11111001 | 1010011 | 110000 |
Color Harmonies of #3315DF
Complementary color
Monochromatic Colors of #3315DF
Black with #3315DF
Text Example
Text Example
White with #3315DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315DF; }
p { color: rgb(51,21,223); }
H1.HeaderClassName
{
color: #3315DF;
}
.AnyTagClassName
{
color: #3315DF;
}
</style>
background-color css
<style>
a { background-color: #3315DF; }
a { background-color: rgb(51,21,223); }
div.DivClassName
{
background-color: #3315DF;
}
.BgClassName
{
background-color: #3315DF;
}
</style>
border-color css
<style>
span { border-color: #3315DF; }
span { border-color: rgb(51,21,223); }
td.TdClassName
{
border-color: #3315DF;
}
.TagClassName
{
border-color: #3315DF;
}
</style>