Shades of Han Purple #360ADB
Tints of Han Purple #360ADB
RGB
CMYK
RGB Variations
Color information
#360ADB (or 0x360ADB) is known color: Han Purple. HEX triplet: 36, 0A and DB. RGB value is (54,10,219). Sum of RGB (Red+Green+Blue) = 54+10+219=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #360ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADB is #C9F524. Grayscale: #2E2E2E. Windows color (decimal): -13235493 or 14354998. OLE color: 14354998.
HSL color Cylindrical-coordinate representation of color #360ADB: hue angle of 252.63º degrees, saturation: 0.91, 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 #360ADB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 10 | 219 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.14 |
| HSL | 252.63º | 0.91% | 0.45% | - |
| HSV(B) | 252.63º | 0.95% | 0.86% | - |
| XYZ | 14.42 | 6.12 | 67.44 | - |
| YUV | 46.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 219 | 0.75 | 0.95 | 0 | 0.14 | 252.63 | 0.91 | 0.45 |
| Hex | 36 | A | DB | 4B | 5F | 0 | E | FD | 5B | 2D |
| Octal | 66 | 12 | 333 | 113 | 137 | 0 | 16 | 375 | 133 | 55 |
| Binary | 110110 | 1010 | 11011011 | 1001011 | 1011111 | 0 | 1110 | 11111101 | 1011011 | 101101 |
Color Harmonies of #360ADB
Complementary color
Monochromatic Colors of #360ADB
Black with #360ADB
Text Example
Text Example
White with #360ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ADB; }
p { color: rgb(54,10,219); }
H1.HeaderClassName
{
color: #360ADB;
}
.AnyTagClassName
{
color: #360ADB;
}
</style>
background-color css
<style>
a { background-color: #360ADB; }
a { background-color: rgb(54,10,219); }
div.DivClassName
{
background-color: #360ADB;
}
.BgClassName
{
background-color: #360ADB;
}
</style>
border-color css
<style>
span { border-color: #360ADB; }
span { border-color: rgb(54,10,219); }
td.TdClassName
{
border-color: #360ADB;
}
.TagClassName
{
border-color: #360ADB;
}
</style>