Shades of Han Purple #360ADE
Tints of Han Purple #360ADE
RGB
CMYK
RGB Variations
Color information
#360ADE (or 0x360ADE) is known color: Han Purple. HEX triplet: 36, 0A and DE. RGB value is (54,10,222). Sum of RGB (Red+Green+Blue) = 54+10+222=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #360ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADE is #C9F521. Grayscale: #2E2E2E. Windows color (decimal): -13235490 or 14551606. OLE color: 14551606.
HSL color Cylindrical-coordinate representation of color #360ADE: hue angle of 252.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360ADE is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 10 | 222 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.13 |
| HSL | 252.45º | 0.91% | 0.45% | - |
| HSV(B) | 252.45º | 0.95% | 0.87% | - |
| XYZ | 14.81 | 6.28 | 69.54 | - |
| YUV | 47.32 | 226.58 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 222 | 0.76 | 0.95 | 0 | 0.13 | 252.45 | 0.91 | 0.45 |
| Hex | 36 | A | DE | 4C | 5F | 0 | D | FC | 5B | 2D |
| Octal | 66 | 12 | 336 | 114 | 137 | 0 | 15 | 374 | 133 | 55 |
| Binary | 110110 | 1010 | 11011110 | 1001100 | 1011111 | 0 | 1101 | 11111100 | 1011011 | 101101 |
Color Harmonies of #360ADE
Complementary color
Monochromatic Colors of #360ADE
Black with #360ADE
Text Example
Text Example
White with #360ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ADE; }
p { color: rgb(54,10,222); }
H1.HeaderClassName
{
color: #360ADE;
}
.AnyTagClassName
{
color: #360ADE;
}
</style>
background-color css
<style>
a { background-color: #360ADE; }
a { background-color: rgb(54,10,222); }
div.DivClassName
{
background-color: #360ADE;
}
.BgClassName
{
background-color: #360ADE;
}
</style>
border-color css
<style>
span { border-color: #360ADE; }
span { border-color: rgb(54,10,222); }
td.TdClassName
{
border-color: #360ADE;
}
.TagClassName
{
border-color: #360ADE;
}
</style>