Shades of Han Purple #360EDB
Tints of Han Purple #360EDB
RGB
CMYK
RGB Variations
Color information
#360EDB (or 0x360EDB) is known color: Han Purple. HEX triplet: 36, 0E and DB. RGB value is (54,14,219). Sum of RGB (Red+Green+Blue) = 54+14+219=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #360EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EDB is #C9F124. Grayscale: #303030. Windows color (decimal): -13234469 or 14356022. OLE color: 14356022.
HSL color Cylindrical-coordinate representation of color #360EDB: hue angle of 251.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EDB is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 14 | 219 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.14 |
| HSL | 251.71º | 0.88% | 0.46% | - |
| HSV(B) | 251.71º | 0.94% | 0.86% | - |
| XYZ | 14.46 | 6.21 | 67.45 | - |
| YUV | 49.33 | 223.75 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 219 | 0.75 | 0.94 | 0 | 0.14 | 251.71 | 0.88 | 0.46 |
| Hex | 36 | E | DB | 4B | 5E | 0 | E | FC | 58 | 2E |
| Octal | 66 | 16 | 333 | 113 | 136 | 0 | 16 | 374 | 130 | 56 |
| Binary | 110110 | 1110 | 11011011 | 1001011 | 1011110 | 0 | 1110 | 11111100 | 1011000 | 101110 |
Color Harmonies of #360EDB
Complementary color
Monochromatic Colors of #360EDB
Black with #360EDB
Text Example
Text Example
White with #360EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EDB; }
p { color: rgb(54,14,219); }
H1.HeaderClassName
{
color: #360EDB;
}
.AnyTagClassName
{
color: #360EDB;
}
</style>
background-color css
<style>
a { background-color: #360EDB; }
a { background-color: rgb(54,14,219); }
div.DivClassName
{
background-color: #360EDB;
}
.BgClassName
{
background-color: #360EDB;
}
</style>
border-color css
<style>
span { border-color: #360EDB; }
span { border-color: rgb(54,14,219); }
td.TdClassName
{
border-color: #360EDB;
}
.TagClassName
{
border-color: #360EDB;
}
</style>