Shades of Han Purple #362EDE
Tints of Han Purple #362EDE
RGB
CMYK
RGB Variations
Color information
#362EDE (or 0x362EDE) is known color: Han Purple. HEX triplet: 36, 2E and DE. RGB value is (54,46,222). Sum of RGB (Red+Green+Blue) = 54+46+222=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #362EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EDE is #C9D121. Grayscale: #434343. Windows color (decimal): -13226274 or 14560822. OLE color: 14560822.
HSL color Cylindrical-coordinate representation of color #362EDE: hue angle of 242.73º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362EDE is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 46 | 222 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.13 |
| HSL | 242.73º | 0.73% | 0.53% | - |
| HSV(B) | 242.73º | 0.79% | 0.87% | - |
| XYZ | 15.68 | 8.01 | 69.83 | - |
| YUV | 68.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 222 | 0.76 | 0.79 | 0 | 0.13 | 242.73 | 0.73 | 0.53 |
| Hex | 36 | 2E | DE | 4C | 4F | 0 | D | F3 | 49 | 35 |
| Octal | 66 | 56 | 336 | 114 | 117 | 0 | 15 | 363 | 111 | 65 |
| Binary | 110110 | 101110 | 11011110 | 1001100 | 1001111 | 0 | 1101 | 11110011 | 1001001 | 110101 |
Color Harmonies of #362EDE
Complementary color
Monochromatic Colors of #362EDE
Black with #362EDE
Text Example
Text Example
White with #362EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EDE; }
p { color: rgb(54,46,222); }
H1.HeaderClassName
{
color: #362EDE;
}
.AnyTagClassName
{
color: #362EDE;
}
</style>
background-color css
<style>
a { background-color: #362EDE; }
a { background-color: rgb(54,46,222); }
div.DivClassName
{
background-color: #362EDE;
}
.BgClassName
{
background-color: #362EDE;
}
</style>
border-color css
<style>
span { border-color: #362EDE; }
span { border-color: rgb(54,46,222); }
td.TdClassName
{
border-color: #362EDE;
}
.TagClassName
{
border-color: #362EDE;
}
</style>