Shades of Han Purple #360FEA
Tints of Han Purple #360FEA
RGB
CMYK
RGB Variations
Color information
#360FEA (or 0x360FEA) is known color: Han Purple. HEX triplet: 36, 0F and EA. RGB value is (54,15,234). Sum of RGB (Red+Green+Blue) = 54+15+234=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #360FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FEA is #C9F015. Grayscale: #323232. Windows color (decimal): -13234198 or 15339318. OLE color: 15339318.
HSL color Cylindrical-coordinate representation of color #360FEA: hue angle of 250.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360FEA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 15 | 234 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.08 |
| HSL | 250.68º | 0.88% | 0.49% | - |
| HSV(B) | 250.68º | 0.94% | 0.92% | - |
| XYZ | 16.54 | 7.07 | 78.33 | - |
| YUV | 51.63 | 230.92 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 234 | 0.77 | 0.94 | 0 | 0.08 | 250.68 | 0.88 | 0.49 |
| Hex | 36 | F | EA | 4D | 5E | 0 | 8 | FB | 58 | 31 |
| Octal | 66 | 17 | 352 | 115 | 136 | 0 | 10 | 373 | 130 | 61 |
| Binary | 110110 | 1111 | 11101010 | 1001101 | 1011110 | 0 | 1000 | 11111011 | 1011000 | 110001 |
Color Harmonies of #360FEA
Complementary color
Monochromatic Colors of #360FEA
Black with #360FEA
Text Example
Text Example
White with #360FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FEA; }
p { color: rgb(54,15,234); }
H1.HeaderClassName
{
color: #360FEA;
}
.AnyTagClassName
{
color: #360FEA;
}
</style>
background-color css
<style>
a { background-color: #360FEA; }
a { background-color: rgb(54,15,234); }
div.DivClassName
{
background-color: #360FEA;
}
.BgClassName
{
background-color: #360FEA;
}
</style>
border-color css
<style>
span { border-color: #360FEA; }
span { border-color: rgb(54,15,234); }
td.TdClassName
{
border-color: #360FEA;
}
.TagClassName
{
border-color: #360FEA;
}
</style>