Shades of Han Purple #360EEE
Tints of Han Purple #360EEE
RGB
CMYK
RGB Variations
Color information
#360EEE (or 0x360EEE) is known color: Han Purple. HEX triplet: 36, 0E and EE. RGB value is (54,14,238). Sum of RGB (Red+Green+Blue) = 54+14+238=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #360EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360EEE is #C9F111. Grayscale: #323232. Windows color (decimal): -13234450 or 15601206. OLE color: 15601206.
HSL color Cylindrical-coordinate representation of color #360EEE: hue angle of 250.71º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EEE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 14 | 238 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.07 |
| HSL | 250.71º | 0.89% | 0.49% | - |
| HSV(B) | 250.71º | 0.94% | 0.93% | - |
| XYZ | 17.11 | 7.27 | 81.39 | - |
| YUV | 51.5 | 233.25 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 238 | 0.77 | 0.94 | 0 | 0.07 | 250.71 | 0.89 | 0.49 |
| Hex | 36 | E | EE | 4D | 5E | 0 | 7 | FB | 59 | 31 |
| Octal | 66 | 16 | 356 | 115 | 136 | 0 | 7 | 373 | 131 | 61 |
| Binary | 110110 | 1110 | 11101110 | 1001101 | 1011110 | 0 | 111 | 11111011 | 1011001 | 110001 |
Color Harmonies of #360EEE
Complementary color
Monochromatic Colors of #360EEE
Black with #360EEE
Text Example
Text Example
White with #360EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EEE; }
p { color: rgb(54,14,238); }
H1.HeaderClassName
{
color: #360EEE;
}
.AnyTagClassName
{
color: #360EEE;
}
</style>
background-color css
<style>
a { background-color: #360EEE; }
a { background-color: rgb(54,14,238); }
div.DivClassName
{
background-color: #360EEE;
}
.BgClassName
{
background-color: #360EEE;
}
</style>
border-color css
<style>
span { border-color: #360EEE; }
span { border-color: rgb(54,14,238); }
td.TdClassName
{
border-color: #360EEE;
}
.TagClassName
{
border-color: #360EEE;
}
</style>