Shades of Han Purple #3313EB
Tints of Han Purple #3313EB
RGB
CMYK
RGB Variations
Color information
#3313EB (or 0x3313EB) is known color: Han Purple. HEX triplet: 33, 13 and EB. RGB value is (51,19,235). Sum of RGB (Red+Green+Blue) = 51+19+235=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #3313EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3313EB is #CCEC14. Grayscale: #343434. Windows color (decimal): -13429781 or 15405875. OLE color: 15405875.
HSL color Cylindrical-coordinate representation of color #3313EB: hue angle of 248.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3313EB is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 19 | 235 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.08 |
| HSL | 248.89º | 0.85% | 0.5% | - |
| HSV(B) | 248.89º | 0.92% | 0.92% | - |
| XYZ | 16.59 | 7.17 | 79.11 | - |
| YUV | 53.19 | 230.6 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 235 | 0.78 | 0.92 | 0 | 0.08 | 248.89 | 0.85 | 0.5 |
| Hex | 33 | 13 | EB | 4E | 5C | 0 | 8 | F9 | 55 | 32 |
| Octal | 63 | 23 | 353 | 116 | 134 | 0 | 10 | 371 | 125 | 62 |
| Binary | 110011 | 10011 | 11101011 | 1001110 | 1011100 | 0 | 1000 | 11111001 | 1010101 | 110010 |
Color Harmonies of #3313EB
Complementary color
Monochromatic Colors of #3313EB
Black with #3313EB
Text Example
Text Example
White with #3313EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313EB; }
p { color: rgb(51,19,235); }
H1.HeaderClassName
{
color: #3313EB;
}
.AnyTagClassName
{
color: #3313EB;
}
</style>
background-color css
<style>
a { background-color: #3313EB; }
a { background-color: rgb(51,19,235); }
div.DivClassName
{
background-color: #3313EB;
}
.BgClassName
{
background-color: #3313EB;
}
</style>
border-color css
<style>
span { border-color: #3313EB; }
span { border-color: rgb(51,19,235); }
td.TdClassName
{
border-color: #3313EB;
}
.TagClassName
{
border-color: #3313EB;
}
</style>