Shades of Han Purple #362DED
Tints of Han Purple #362DED
RGB
CMYK
RGB Variations
Color information
#362DED (or 0x362DED) is known color: Han Purple. HEX triplet: 36, 2D and ED. RGB value is (54,45,237). Sum of RGB (Red+Green+Blue) = 54+45+237=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #362DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362DED is #C9D212. Grayscale: #444444. Windows color (decimal): -13226515 or 15543606. OLE color: 15543606.
HSL color Cylindrical-coordinate representation of color #362DED: hue angle of 242.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362DED is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 45 | 237 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.07 |
| HSL | 242.81º | 0.84% | 0.55% | - |
| HSV(B) | 242.81º | 0.81% | 0.93% | - |
| XYZ | 17.75 | 8.78 | 80.88 | - |
| YUV | 69.58 | 222.48 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 237 | 0.77 | 0.81 | 0 | 0.07 | 242.81 | 0.84 | 0.55 |
| Hex | 36 | 2D | ED | 4D | 51 | 0 | 7 | F3 | 54 | 37 |
| Octal | 66 | 55 | 355 | 115 | 121 | 0 | 7 | 363 | 124 | 67 |
| Binary | 110110 | 101101 | 11101101 | 1001101 | 1010001 | 0 | 111 | 11110011 | 1010100 | 110111 |
Color Harmonies of #362DED
Complementary color
Monochromatic Colors of #362DED
Black with #362DED
Text Example
Text Example
White with #362DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DED; }
p { color: rgb(54,45,237); }
H1.HeaderClassName
{
color: #362DED;
}
.AnyTagClassName
{
color: #362DED;
}
</style>
background-color css
<style>
a { background-color: #362DED; }
a { background-color: rgb(54,45,237); }
div.DivClassName
{
background-color: #362DED;
}
.BgClassName
{
background-color: #362DED;
}
</style>
border-color css
<style>
span { border-color: #362DED; }
span { border-color: rgb(54,45,237); }
td.TdClassName
{
border-color: #362DED;
}
.TagClassName
{
border-color: #362DED;
}
</style>