Shades of Han Purple #360ED8
Tints of Han Purple #360ED8
RGB
CMYK
RGB Variations
Color information
#360ED8 (or 0x360ED8) is known color: Han Purple. HEX triplet: 36, 0E and D8. RGB value is (54,14,216). Sum of RGB (Red+Green+Blue) = 54+14+216=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #360ED8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ED8 is #C9F127. Grayscale: #303030. Windows color (decimal): -13234472 or 14159414. OLE color: 14159414.
HSL color Cylindrical-coordinate representation of color #360ED8: hue angle of 251.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360ED8 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 14 | 216 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.15 |
| HSL | 251.88º | 0.88% | 0.45% | - |
| HSV(B) | 251.88º | 0.94% | 0.85% | - |
| XYZ | 14.07 | 6.06 | 65.39 | - |
| YUV | 48.99 | 222.25 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 216 | 0.75 | 0.94 | 0 | 0.15 | 251.88 | 0.88 | 0.45 |
| Hex | 36 | E | D8 | 4B | 5E | 0 | F | FC | 58 | 2D |
| Octal | 66 | 16 | 330 | 113 | 136 | 0 | 17 | 374 | 130 | 55 |
| Binary | 110110 | 1110 | 11011000 | 1001011 | 1011110 | 0 | 1111 | 11111100 | 1011000 | 101101 |
Color Harmonies of #360ED8
Complementary color
Monochromatic Colors of #360ED8
Black with #360ED8
Text Example
Text Example
White with #360ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ED8; }
p { color: rgb(54,14,216); }
H1.HeaderClassName
{
color: #360ED8;
}
.AnyTagClassName
{
color: #360ED8;
}
</style>
background-color css
<style>
a { background-color: #360ED8; }
a { background-color: rgb(54,14,216); }
div.DivClassName
{
background-color: #360ED8;
}
.BgClassName
{
background-color: #360ED8;
}
</style>
border-color css
<style>
span { border-color: #360ED8; }
span { border-color: rgb(54,14,216); }
td.TdClassName
{
border-color: #360ED8;
}
.TagClassName
{
border-color: #360ED8;
}
</style>