Shades of Han Purple #360FE2
Tints of Han Purple #360FE2
RGB
CMYK
RGB Variations
Color information
#360FE2 (or 0x360FE2) is known color: Han Purple. HEX triplet: 36, 0F and E2. RGB value is (54,15,226). Sum of RGB (Red+Green+Blue) = 54+15+226=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 226 (88.67% from 255 or 76.61% from 295); Max value from RGB is 226 - color contains mainly: blue. Hex color #360FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FE2 is #C9F01D. Grayscale: #313131. Windows color (decimal): -13234206 or 14815030. OLE color: 14815030.
HSL color Cylindrical-coordinate representation of color #360FE2: hue angle of 251.09º 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 #360FE2 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 15 | 226 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.11 |
| HSL | 251.09º | 0.88% | 0.47% | - |
| HSV(B) | 251.09º | 0.93% | 0.89% | - |
| XYZ | 15.42 | 6.62 | 72.42 | - |
| YUV | 50.72 | 226.92 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 226 | 0.76 | 0.93 | 0 | 0.11 | 251.09 | 0.88 | 0.47 |
| Hex | 36 | F | E2 | 4C | 5D | 0 | B | FB | 58 | 2F |
| Octal | 66 | 17 | 342 | 114 | 135 | 0 | 13 | 373 | 130 | 57 |
| Binary | 110110 | 1111 | 11100010 | 1001100 | 1011101 | 0 | 1011 | 11111011 | 1011000 | 101111 |
Color Harmonies of #360FE2
Complementary color
Monochromatic Colors of #360FE2
Black with #360FE2
Text Example
Text Example
White with #360FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FE2; }
p { color: rgb(54,15,226); }
H1.HeaderClassName
{
color: #360FE2;
}
.AnyTagClassName
{
color: #360FE2;
}
</style>
background-color css
<style>
a { background-color: #360FE2; }
a { background-color: rgb(54,15,226); }
div.DivClassName
{
background-color: #360FE2;
}
.BgClassName
{
background-color: #360FE2;
}
</style>
border-color css
<style>
span { border-color: #360FE2; }
span { border-color: rgb(54,15,226); }
td.TdClassName
{
border-color: #360FE2;
}
.TagClassName
{
border-color: #360FE2;
}
</style>