Shades of Han Purple #3610FC
Tints of Han Purple #3610FC
RGB
CMYK
RGB Variations
Color information
#3610FC (or 0x3610FC) is known color: Han Purple. HEX triplet: 36, 10 and FC. RGB value is (54,16,252). Sum of RGB (Red+Green+Blue) = 54+16+252=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #3610FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3610FC is #C9EF03. Grayscale: #353535. Windows color (decimal): -13233924 or 16519222. OLE color: 16519222.
HSL color Cylindrical-coordinate representation of color #3610FC: hue angle of 249.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3610FC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 16 | 252 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.01 |
| HSL | 249.66º | 0.98% | 0.53% | - |
| HSV(B) | 249.66º | 0.94% | 0.99% | - |
| XYZ | 19.28 | 8.18 | 92.66 | - |
| YUV | 54.27 | 239.59 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 252 | 0.79 | 0.94 | 0 | 0.01 | 249.66 | 0.98 | 0.53 |
| Hex | 36 | 10 | FC | 4F | 5E | 0 | 1 | FA | 62 | 35 |
| Octal | 66 | 20 | 374 | 117 | 136 | 0 | 1 | 372 | 142 | 65 |
| Binary | 110110 | 10000 | 11111100 | 1001111 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110101 |
Color Harmonies of #3610FC
Complementary color
Monochromatic Colors of #3610FC
Black with #3610FC
Text Example
Text Example
White with #3610FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3610FC; }
p { color: rgb(54,16,252); }
H1.HeaderClassName
{
color: #3610FC;
}
.AnyTagClassName
{
color: #3610FC;
}
</style>
background-color css
<style>
a { background-color: #3610FC; }
a { background-color: rgb(54,16,252); }
div.DivClassName
{
background-color: #3610FC;
}
.BgClassName
{
background-color: #3610FC;
}
</style>
border-color css
<style>
span { border-color: #3610FC; }
span { border-color: rgb(54,16,252); }
td.TdClassName
{
border-color: #3610FC;
}
.TagClassName
{
border-color: #3610FC;
}
</style>