Shades of Han Purple #360FEF
Tints of Han Purple #360FEF
RGB
CMYK
RGB Variations
Color information
#360FEF (or 0x360FEF) is known color: Han Purple. HEX triplet: 36, 0F and EF. RGB value is (54,15,239). Sum of RGB (Red+Green+Blue) = 54+15+239=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #360FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FEF is #C9F010. Grayscale: #333333. Windows color (decimal): -13234193 or 15666998. OLE color: 15666998.
HSL color Cylindrical-coordinate representation of color #360FEF: hue angle of 250.45º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360FEF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 15 | 239 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.06 |
| HSL | 250.45º | 0.88% | 0.5% | - |
| HSV(B) | 250.45º | 0.94% | 0.94% | - |
| XYZ | 17.27 | 7.36 | 82.17 | - |
| YUV | 52.2 | 233.42 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 239 | 0.77 | 0.94 | 0 | 0.06 | 250.45 | 0.88 | 0.5 |
| Hex | 36 | F | EF | 4D | 5E | 0 | 6 | FA | 58 | 32 |
| Octal | 66 | 17 | 357 | 115 | 136 | 0 | 6 | 372 | 130 | 62 |
| Binary | 110110 | 1111 | 11101111 | 1001101 | 1011110 | 0 | 110 | 11111010 | 1011000 | 110010 |
Color Harmonies of #360FEF
Complementary color
Monochromatic Colors of #360FEF
Black with #360FEF
Text Example
Text Example
White with #360FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FEF; }
p { color: rgb(54,15,239); }
H1.HeaderClassName
{
color: #360FEF;
}
.AnyTagClassName
{
color: #360FEF;
}
</style>
background-color css
<style>
a { background-color: #360FEF; }
a { background-color: rgb(54,15,239); }
div.DivClassName
{
background-color: #360FEF;
}
.BgClassName
{
background-color: #360FEF;
}
</style>
border-color css
<style>
span { border-color: #360FEF; }
span { border-color: rgb(54,15,239); }
td.TdClassName
{
border-color: #360FEF;
}
.TagClassName
{
border-color: #360FEF;
}
</style>