Shades of Han Purple #3312F0
Tints of Han Purple #3312F0
RGB
CMYK
RGB Variations
Color information
#3312F0 (or 0x3312F0) is known color: Han Purple. HEX triplet: 33, 12 and F0. RGB value is (51,18,240). Sum of RGB (Red+Green+Blue) = 51+18+240=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #3312F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3312F0 is #CCED0F. Grayscale: #343434. Windows color (decimal): -13430032 or 15733299. OLE color: 15733299.
HSL color Cylindrical-coordinate representation of color #3312F0: hue angle of 248.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3312F0 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 18 | 240 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.06 |
| HSL | 248.92º | 0.88% | 0.51% | - |
| HSV(B) | 248.92º | 0.93% | 0.94% | - |
| XYZ | 17.31 | 7.43 | 82.96 | - |
| YUV | 53.18 | 233.43 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 240 | 0.79 | 0.92 | 0 | 0.06 | 248.92 | 0.88 | 0.51 |
| Hex | 33 | 12 | F0 | 4F | 5C | 0 | 6 | F9 | 58 | 33 |
| Octal | 63 | 22 | 360 | 117 | 134 | 0 | 6 | 371 | 130 | 63 |
| Binary | 110011 | 10010 | 11110000 | 1001111 | 1011100 | 0 | 110 | 11111001 | 1011000 | 110011 |
Color Harmonies of #3312F0
Complementary color
Monochromatic Colors of #3312F0
Black with #3312F0
Text Example
Text Example
White with #3312F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3312F0; }
p { color: rgb(51,18,240); }
H1.HeaderClassName
{
color: #3312F0;
}
.AnyTagClassName
{
color: #3312F0;
}
</style>
background-color css
<style>
a { background-color: #3312F0; }
a { background-color: rgb(51,18,240); }
div.DivClassName
{
background-color: #3312F0;
}
.BgClassName
{
background-color: #3312F0;
}
</style>
border-color css
<style>
span { border-color: #3312F0; }
span { border-color: rgb(51,18,240); }
td.TdClassName
{
border-color: #3312F0;
}
.TagClassName
{
border-color: #3312F0;
}
</style>