Shades of Han Purple #3313DA
Tints of Han Purple #3313DA
RGB
CMYK
RGB Variations
Color information
#3313DA (or 0x3313DA) is known color: Han Purple. HEX triplet: 33, 13 and DA. RGB value is (51,19,218). Sum of RGB (Red+Green+Blue) = 51+19+218=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #3313DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313DA is #CCEC25. Grayscale: #323232. Windows color (decimal): -13429798 or 14291763. OLE color: 14291763.
HSL color Cylindrical-coordinate representation of color #3313DA: hue angle of 249.65º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313DA is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 19 | 218 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.15 |
| HSL | 249.65º | 0.84% | 0.46% | - |
| HSV(B) | 249.65º | 0.91% | 0.85% | - |
| XYZ | 14.25 | 6.23 | 66.78 | - |
| YUV | 51.25 | 222.1 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 218 | 0.77 | 0.91 | 0 | 0.15 | 249.65 | 0.84 | 0.46 |
| Hex | 33 | 13 | DA | 4D | 5B | 0 | F | FA | 54 | 2E |
| Octal | 63 | 23 | 332 | 115 | 133 | 0 | 17 | 372 | 124 | 56 |
| Binary | 110011 | 10011 | 11011010 | 1001101 | 1011011 | 0 | 1111 | 11111010 | 1010100 | 101110 |
Color Harmonies of #3313DA
Complementary color
Monochromatic Colors of #3313DA
Black with #3313DA
Text Example
Text Example
White with #3313DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313DA; }
p { color: rgb(51,19,218); }
H1.HeaderClassName
{
color: #3313DA;
}
.AnyTagClassName
{
color: #3313DA;
}
</style>
background-color css
<style>
a { background-color: #3313DA; }
a { background-color: rgb(51,19,218); }
div.DivClassName
{
background-color: #3313DA;
}
.BgClassName
{
background-color: #3313DA;
}
</style>
border-color css
<style>
span { border-color: #3313DA; }
span { border-color: rgb(51,19,218); }
td.TdClassName
{
border-color: #3313DA;
}
.TagClassName
{
border-color: #3313DA;
}
</style>