Shades of Han Purple #360ED4
Tints of Han Purple #360ED4
RGB
CMYK
RGB Variations
Color information
#360ED4 (or 0x360ED4) is known color: Han Purple. HEX triplet: 36, 0E and D4. RGB value is (54,14,212). Sum of RGB (Red+Green+Blue) = 54+14+212=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 212 (83.20% from 255 or 75.71% from 280); Max value from RGB is 212 - color contains mainly: blue. Hex color #360ED4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ED4 is #C9F12B. Grayscale: #2F2F2F. Windows color (decimal): -13234476 or 13897270. OLE color: 13897270.
HSL color Cylindrical-coordinate representation of color #360ED4: hue angle of 252.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360ED4 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 14 | 212 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.17 |
| HSL | 252.12º | 0.88% | 0.44% | - |
| HSV(B) | 252.12º | 0.93% | 0.83% | - |
| XYZ | 13.56 | 5.85 | 62.7 | - |
| YUV | 48.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 212 | 0.75 | 0.93 | 0 | 0.17 | 252.12 | 0.88 | 0.44 |
| Hex | 36 | E | D4 | 4B | 5D | 0 | 11 | FC | 58 | 2C |
| Octal | 66 | 16 | 324 | 113 | 135 | 0 | 21 | 374 | 130 | 54 |
| Binary | 110110 | 1110 | 11010100 | 1001011 | 1011101 | 0 | 10001 | 11111100 | 1011000 | 101100 |
Color Harmonies of #360ED4
Complementary color
Monochromatic Colors of #360ED4
Black with #360ED4
Text Example
Text Example
White with #360ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ED4; }
p { color: rgb(54,14,212); }
H1.HeaderClassName
{
color: #360ED4;
}
.AnyTagClassName
{
color: #360ED4;
}
</style>
background-color css
<style>
a { background-color: #360ED4; }
a { background-color: rgb(54,14,212); }
div.DivClassName
{
background-color: #360ED4;
}
.BgClassName
{
background-color: #360ED4;
}
</style>
border-color css
<style>
span { border-color: #360ED4; }
span { border-color: rgb(54,14,212); }
td.TdClassName
{
border-color: #360ED4;
}
.TagClassName
{
border-color: #360ED4;
}
</style>