Shades of Han Purple #360FE3
Tints of Han Purple #360FE3
RGB
CMYK
RGB Variations
Color information
#360FE3 (or 0x360FE3) is known color: Han Purple. HEX triplet: 36, 0F and E3. RGB value is (54,15,227). Sum of RGB (Red+Green+Blue) = 54+15+227=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 227 (89.06% from 255 or 76.69% from 296); Max value from RGB is 227 - color contains mainly: blue. Hex color #360FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FE3 is #C9F01C. Grayscale: #323232. Windows color (decimal): -13234205 or 14880566. OLE color: 14880566.
HSL color Cylindrical-coordinate representation of color #360FE3: hue angle of 251.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360FE3 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 15 | 227 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.11 |
| HSL | 251.04º | 0.88% | 0.47% | - |
| HSV(B) | 251.04º | 0.93% | 0.89% | - |
| XYZ | 15.56 | 6.67 | 73.14 | - |
| YUV | 50.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 227 | 0.76 | 0.93 | 0 | 0.11 | 251.04 | 0.88 | 0.47 |
| Hex | 36 | F | E3 | 4C | 5D | 0 | B | FB | 58 | 2F |
| Octal | 66 | 17 | 343 | 114 | 135 | 0 | 13 | 373 | 130 | 57 |
| Binary | 110110 | 1111 | 11100011 | 1001100 | 1011101 | 0 | 1011 | 11111011 | 1011000 | 101111 |
Color Harmonies of #360FE3
Complementary color
Monochromatic Colors of #360FE3
Black with #360FE3
Text Example
Text Example
White with #360FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FE3; }
p { color: rgb(54,15,227); }
H1.HeaderClassName
{
color: #360FE3;
}
.AnyTagClassName
{
color: #360FE3;
}
</style>
background-color css
<style>
a { background-color: #360FE3; }
a { background-color: rgb(54,15,227); }
div.DivClassName
{
background-color: #360FE3;
}
.BgClassName
{
background-color: #360FE3;
}
</style>
border-color css
<style>
span { border-color: #360FE3; }
span { border-color: rgb(54,15,227); }
td.TdClassName
{
border-color: #360FE3;
}
.TagClassName
{
border-color: #360FE3;
}
</style>