Shades of Han Purple #360EF1
Tints of Han Purple #360EF1
RGB
CMYK
RGB Variations
Color information
#360EF1 (or 0x360EF1) is known color: Han Purple. HEX triplet: 36, 0E and F1. RGB value is (54,14,241). Sum of RGB (Red+Green+Blue) = 54+14+241=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #360EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360EF1 is #C9F10E. Grayscale: #323232. Windows color (decimal): -13234447 or 15797814. OLE color: 15797814.
HSL color Cylindrical-coordinate representation of color #360EF1: hue angle of 250.57º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EF1 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 14 | 241 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.05 |
| HSL | 250.57º | 0.89% | 0.5% | - |
| HSV(B) | 250.57º | 0.94% | 0.95% | - |
| XYZ | 17.56 | 7.45 | 83.73 | - |
| YUV | 51.84 | 234.75 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 241 | 0.78 | 0.94 | 0 | 0.05 | 250.57 | 0.89 | 0.5 |
| Hex | 36 | E | F1 | 4E | 5E | 0 | 5 | FB | 59 | 32 |
| Octal | 66 | 16 | 361 | 116 | 136 | 0 | 5 | 373 | 131 | 62 |
| Binary | 110110 | 1110 | 11110001 | 1001110 | 1011110 | 0 | 101 | 11111011 | 1011001 | 110010 |
Color Harmonies of #360EF1
Complementary color
Monochromatic Colors of #360EF1
Black with #360EF1
Text Example
Text Example
White with #360EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EF1; }
p { color: rgb(54,14,241); }
H1.HeaderClassName
{
color: #360EF1;
}
.AnyTagClassName
{
color: #360EF1;
}
</style>
background-color css
<style>
a { background-color: #360EF1; }
a { background-color: rgb(54,14,241); }
div.DivClassName
{
background-color: #360EF1;
}
.BgClassName
{
background-color: #360EF1;
}
</style>
border-color css
<style>
span { border-color: #360EF1; }
span { border-color: rgb(54,14,241); }
td.TdClassName
{
border-color: #360EF1;
}
.TagClassName
{
border-color: #360EF1;
}
</style>