Shades of Han Purple #362ADF
Tints of Han Purple #362ADF
RGB
CMYK
RGB Variations
Color information
#362ADF (or 0x362ADF) is known color: Han Purple. HEX triplet: 36, 2A and DF. RGB value is (54,42,223). Sum of RGB (Red+Green+Blue) = 54+42+223=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #362ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ADF is #C9D520. Grayscale: #414141. Windows color (decimal): -13227297 or 14625334. OLE color: 14625334.
HSL color Cylindrical-coordinate representation of color #362ADF: hue angle of 243.98º degrees, saturation: 0.74, 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 #362ADF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 42 | 223 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.13 |
| HSL | 243.98º | 0.74% | 0.52% | - |
| HSV(B) | 243.98º | 0.81% | 0.87% | - |
| XYZ | 15.67 | 7.77 | 70.49 | - |
| YUV | 66.22 | 216.48 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 223 | 0.76 | 0.81 | 0 | 0.13 | 243.98 | 0.74 | 0.52 |
| Hex | 36 | 2A | DF | 4C | 51 | 0 | D | F4 | 4A | 34 |
| Octal | 66 | 52 | 337 | 114 | 121 | 0 | 15 | 364 | 112 | 64 |
| Binary | 110110 | 101010 | 11011111 | 1001100 | 1010001 | 0 | 1101 | 11110100 | 1001010 | 110100 |
Color Harmonies of #362ADF
Complementary color
Monochromatic Colors of #362ADF
Black with #362ADF
Text Example
Text Example
White with #362ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362ADF; }
p { color: rgb(54,42,223); }
H1.HeaderClassName
{
color: #362ADF;
}
.AnyTagClassName
{
color: #362ADF;
}
</style>
background-color css
<style>
a { background-color: #362ADF; }
a { background-color: rgb(54,42,223); }
div.DivClassName
{
background-color: #362ADF;
}
.BgClassName
{
background-color: #362ADF;
}
</style>
border-color css
<style>
span { border-color: #362ADF; }
span { border-color: rgb(54,42,223); }
td.TdClassName
{
border-color: #362ADF;
}
.TagClassName
{
border-color: #362ADF;
}
</style>