Shades of Han Purple #3313E3
Tints of Han Purple #3313E3
RGB
CMYK
RGB Variations
Color information
#3313E3 (or 0x3313E3) is known color: Han Purple. HEX triplet: 33, 13 and E3. RGB value is (51,19,227). Sum of RGB (Red+Green+Blue) = 51+19+227=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 227 (89.06% from 255 or 76.43% from 297); Max value from RGB is 227 - color contains mainly: blue. Hex color #3313E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313E3 is #CCEC1C. Grayscale: #333333. Windows color (decimal): -13429789 or 14881587. OLE color: 14881587.
HSL color Cylindrical-coordinate representation of color #3313E3: hue angle of 249.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3313E3 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 19 | 227 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.11 |
| HSL | 249.23º | 0.85% | 0.48% | - |
| HSV(B) | 249.23º | 0.92% | 0.89% | - |
| XYZ | 15.46 | 6.72 | 73.15 | - |
| YUV | 52.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 227 | 0.78 | 0.92 | 0 | 0.11 | 249.23 | 0.85 | 0.48 |
| Hex | 33 | 13 | E3 | 4E | 5C | 0 | B | F9 | 55 | 30 |
| Octal | 63 | 23 | 343 | 116 | 134 | 0 | 13 | 371 | 125 | 60 |
| Binary | 110011 | 10011 | 11100011 | 1001110 | 1011100 | 0 | 1011 | 11111001 | 1010101 | 110000 |
Color Harmonies of #3313E3
Complementary color
Monochromatic Colors of #3313E3
Black with #3313E3
Text Example
Text Example
White with #3313E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313E3; }
p { color: rgb(51,19,227); }
H1.HeaderClassName
{
color: #3313E3;
}
.AnyTagClassName
{
color: #3313E3;
}
</style>
background-color css
<style>
a { background-color: #3313E3; }
a { background-color: rgb(51,19,227); }
div.DivClassName
{
background-color: #3313E3;
}
.BgClassName
{
background-color: #3313E3;
}
</style>
border-color css
<style>
span { border-color: #3313E3; }
span { border-color: rgb(51,19,227); }
td.TdClassName
{
border-color: #3313E3;
}
.TagClassName
{
border-color: #3313E3;
}
</style>