Shades of Han Purple #360EEB
Tints of Han Purple #360EEB
RGB
CMYK
RGB Variations
Color information
#360EEB (or 0x360EEB) is known color: Han Purple. HEX triplet: 36, 0E and EB. RGB value is (54,14,235). Sum of RGB (Red+Green+Blue) = 54+14+235=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #360EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360EEB is #C9F114. Grayscale: #323232. Windows color (decimal): -13234453 or 15404598. OLE color: 15404598.
HSL color Cylindrical-coordinate representation of color #360EEB: hue angle of 250.86º degrees, saturation: 0.89, 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 #360EEB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 14 | 235 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.08 |
| HSL | 250.86º | 0.89% | 0.49% | - |
| HSV(B) | 250.86º | 0.94% | 0.92% | - |
| XYZ | 16.67 | 7.1 | 79.09 | - |
| YUV | 51.15 | 231.75 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 235 | 0.77 | 0.94 | 0 | 0.08 | 250.86 | 0.89 | 0.49 |
| Hex | 36 | E | EB | 4D | 5E | 0 | 8 | FB | 59 | 31 |
| Octal | 66 | 16 | 353 | 115 | 136 | 0 | 10 | 373 | 131 | 61 |
| Binary | 110110 | 1110 | 11101011 | 1001101 | 1011110 | 0 | 1000 | 11111011 | 1011001 | 110001 |
Color Harmonies of #360EEB
Complementary color
Monochromatic Colors of #360EEB
Black with #360EEB
Text Example
Text Example
White with #360EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EEB; }
p { color: rgb(54,14,235); }
H1.HeaderClassName
{
color: #360EEB;
}
.AnyTagClassName
{
color: #360EEB;
}
</style>
background-color css
<style>
a { background-color: #360EEB; }
a { background-color: rgb(54,14,235); }
div.DivClassName
{
background-color: #360EEB;
}
.BgClassName
{
background-color: #360EEB;
}
</style>
border-color css
<style>
span { border-color: #360EEB; }
span { border-color: rgb(54,14,235); }
td.TdClassName
{
border-color: #360EEB;
}
.TagClassName
{
border-color: #360EEB;
}
</style>