Shades of Han Purple #360FE5
Tints of Han Purple #360FE5
RGB
CMYK
RGB Variations
Color information
#360FE5 (or 0x360FE5) is known color: Han Purple. HEX triplet: 36, 0F and E5. RGB value is (54,15,229). Sum of RGB (Red+Green+Blue) = 54+15+229=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 229 (89.84% from 255 or 76.85% from 298); Max value from RGB is 229 - color contains mainly: blue. Hex color #360FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FE5 is #C9F01A. Grayscale: #323232. Windows color (decimal): -13234203 or 15011638. OLE color: 15011638.
HSL color Cylindrical-coordinate representation of color #360FE5: hue angle of 250.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360FE5 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 15 | 229 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.10 |
| HSL | 250.93º | 0.88% | 0.48% | - |
| HSV(B) | 250.93º | 0.93% | 0.9% | - |
| XYZ | 15.84 | 6.78 | 74.6 | - |
| YUV | 51.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 229 | 0.76 | 0.93 | 0 | 0.10 | 250.93 | 0.88 | 0.48 |
| Hex | 36 | F | E5 | 4C | 5D | 0 | A | FB | 58 | 30 |
| Octal | 66 | 17 | 345 | 114 | 135 | 0 | 12 | 373 | 130 | 60 |
| Binary | 110110 | 1111 | 11100101 | 1001100 | 1011101 | 0 | 1010 | 11111011 | 1011000 | 110000 |
Color Harmonies of #360FE5
Complementary color
Monochromatic Colors of #360FE5
Black with #360FE5
Text Example
Text Example
White with #360FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FE5; }
p { color: rgb(54,15,229); }
H1.HeaderClassName
{
color: #360FE5;
}
.AnyTagClassName
{
color: #360FE5;
}
</style>
background-color css
<style>
a { background-color: #360FE5; }
a { background-color: rgb(54,15,229); }
div.DivClassName
{
background-color: #360FE5;
}
.BgClassName
{
background-color: #360FE5;
}
</style>
border-color css
<style>
span { border-color: #360FE5; }
span { border-color: rgb(54,15,229); }
td.TdClassName
{
border-color: #360FE5;
}
.TagClassName
{
border-color: #360FE5;
}
</style>