Shades of Han Purple #360BDB
Tints of Han Purple #360BDB
RGB
CMYK
RGB Variations
Color information
#360BDB (or 0x360BDB) is known color: Han Purple. HEX triplet: 36, 0B and DB. RGB value is (54,11,219). Sum of RGB (Red+Green+Blue) = 54+11+219=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #360BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BDB is #C9F424. Grayscale: #2E2E2E. Windows color (decimal): -13235237 or 14355254. OLE color: 14355254.
HSL color Cylindrical-coordinate representation of color #360BDB: hue angle of 252.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BDB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 11 | 219 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.14 |
| HSL | 252.4º | 0.9% | 0.45% | - |
| HSV(B) | 252.4º | 0.95% | 0.86% | - |
| XYZ | 14.43 | 6.14 | 67.44 | - |
| YUV | 47.57 | 224.75 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 219 | 0.75 | 0.95 | 0 | 0.14 | 252.4 | 0.9 | 0.45 |
| Hex | 36 | B | DB | 4B | 5F | 0 | E | FC | 5A | 2D |
| Octal | 66 | 13 | 333 | 113 | 137 | 0 | 16 | 374 | 132 | 55 |
| Binary | 110110 | 1011 | 11011011 | 1001011 | 1011111 | 0 | 1110 | 11111100 | 1011010 | 101101 |
Color Harmonies of #360BDB
Complementary color
Monochromatic Colors of #360BDB
Black with #360BDB
Text Example
Text Example
White with #360BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BDB; }
p { color: rgb(54,11,219); }
H1.HeaderClassName
{
color: #360BDB;
}
.AnyTagClassName
{
color: #360BDB;
}
</style>
background-color css
<style>
a { background-color: #360BDB; }
a { background-color: rgb(54,11,219); }
div.DivClassName
{
background-color: #360BDB;
}
.BgClassName
{
background-color: #360BDB;
}
</style>
border-color css
<style>
span { border-color: #360BDB; }
span { border-color: rgb(54,11,219); }
td.TdClassName
{
border-color: #360BDB;
}
.TagClassName
{
border-color: #360BDB;
}
</style>