Shades of Han Purple #362ADE
Tints of Han Purple #362ADE
RGB
CMYK
RGB Variations
Color information
#362ADE (or 0x362ADE) is known color: Han Purple. HEX triplet: 36, 2A and DE. RGB value is (54,42,222). Sum of RGB (Red+Green+Blue) = 54+42+222=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #362ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ADE is #C9D521. Grayscale: #414141. Windows color (decimal): -13227298 or 14559798. OLE color: 14559798.
HSL color Cylindrical-coordinate representation of color #362ADE: hue angle of 244º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362ADE is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 42 | 222 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.13 |
| HSL | 244º | 0.73% | 0.52% | - |
| HSV(B) | 244º | 0.81% | 0.87% | - |
| XYZ | 15.53 | 7.71 | 69.78 | - |
| YUV | 66.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 222 | 0.76 | 0.81 | 0 | 0.13 | 244 | 0.73 | 0.52 |
| Hex | 36 | 2A | DE | 4C | 51 | 0 | D | F4 | 49 | 34 |
| Octal | 66 | 52 | 336 | 114 | 121 | 0 | 15 | 364 | 111 | 64 |
| Binary | 110110 | 101010 | 11011110 | 1001100 | 1010001 | 0 | 1101 | 11110100 | 1001001 | 110100 |
Color Harmonies of #362ADE
Complementary color
Monochromatic Colors of #362ADE
Black with #362ADE
Text Example
Text Example
White with #362ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362ADE; }
p { color: rgb(54,42,222); }
H1.HeaderClassName
{
color: #362ADE;
}
.AnyTagClassName
{
color: #362ADE;
}
</style>
background-color css
<style>
a { background-color: #362ADE; }
a { background-color: rgb(54,42,222); }
div.DivClassName
{
background-color: #362ADE;
}
.BgClassName
{
background-color: #362ADE;
}
</style>
border-color css
<style>
span { border-color: #362ADE; }
span { border-color: rgb(54,42,222); }
td.TdClassName
{
border-color: #362ADE;
}
.TagClassName
{
border-color: #362ADE;
}
</style>