Shades of Han Purple #362ADB
Tints of Han Purple #362ADB
RGB
CMYK
RGB Variations
Color information
#362ADB (or 0x362ADB) is known color: Han Purple. HEX triplet: 36, 2A and DB. RGB value is (54,42,219). Sum of RGB (Red+Green+Blue) = 54+42+219=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #362ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ADB is #C9D524. Grayscale: #414141. Windows color (decimal): -13227301 or 14363190. OLE color: 14363190.
HSL color Cylindrical-coordinate representation of color #362ADB: hue angle of 244.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362ADB is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 42 | 219 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.14 |
| HSL | 244.07º | 0.71% | 0.51% | - |
| HSV(B) | 244.07º | 0.81% | 0.86% | - |
| XYZ | 15.14 | 7.55 | 67.68 | - |
| YUV | 65.77 | 214.48 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 219 | 0.75 | 0.81 | 0 | 0.14 | 244.07 | 0.71 | 0.51 |
| Hex | 36 | 2A | DB | 4B | 51 | 0 | E | F4 | 47 | 33 |
| Octal | 66 | 52 | 333 | 113 | 121 | 0 | 16 | 364 | 107 | 63 |
| Binary | 110110 | 101010 | 11011011 | 1001011 | 1010001 | 0 | 1110 | 11110100 | 1000111 | 110011 |
Color Harmonies of #362ADB
Complementary color
Monochromatic Colors of #362ADB
Black with #362ADB
Text Example
Text Example
White with #362ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362ADB; }
p { color: rgb(54,42,219); }
H1.HeaderClassName
{
color: #362ADB;
}
.AnyTagClassName
{
color: #362ADB;
}
</style>
background-color css
<style>
a { background-color: #362ADB; }
a { background-color: rgb(54,42,219); }
div.DivClassName
{
background-color: #362ADB;
}
.BgClassName
{
background-color: #362ADB;
}
</style>
border-color css
<style>
span { border-color: #362ADB; }
span { border-color: rgb(54,42,219); }
td.TdClassName
{
border-color: #362ADB;
}
.TagClassName
{
border-color: #362ADB;
}
</style>