Shades of Han Purple #362EED
Tints of Han Purple #362EED
RGB
CMYK
RGB Variations
Color information
#362EED (or 0x362EED) is known color: Han Purple. HEX triplet: 36, 2E and ED. RGB value is (54,46,237). Sum of RGB (Red+Green+Blue) = 54+46+237=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #362EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EED is #C9D112. Grayscale: #454545. Windows color (decimal): -13226259 or 15543862. OLE color: 15543862.
HSL color Cylindrical-coordinate representation of color #362EED: hue angle of 242.51º 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 #362EED is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 46 | 237 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.07 |
| HSL | 242.51º | 0.84% | 0.55% | - |
| HSV(B) | 242.51º | 0.81% | 0.93% | - |
| XYZ | 17.78 | 8.85 | 80.89 | - |
| YUV | 70.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 237 | 0.77 | 0.81 | 0 | 0.07 | 242.51 | 0.84 | 0.55 |
| Hex | 36 | 2E | ED | 4D | 51 | 0 | 7 | F3 | 54 | 37 |
| Octal | 66 | 56 | 355 | 115 | 121 | 0 | 7 | 363 | 124 | 67 |
| Binary | 110110 | 101110 | 11101101 | 1001101 | 1010001 | 0 | 111 | 11110011 | 1010100 | 110111 |
Color Harmonies of #362EED
Complementary color
Monochromatic Colors of #362EED
Black with #362EED
Text Example
Text Example
White with #362EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EED; }
p { color: rgb(54,46,237); }
H1.HeaderClassName
{
color: #362EED;
}
.AnyTagClassName
{
color: #362EED;
}
</style>
background-color css
<style>
a { background-color: #362EED; }
a { background-color: rgb(54,46,237); }
div.DivClassName
{
background-color: #362EED;
}
.BgClassName
{
background-color: #362EED;
}
</style>
border-color css
<style>
span { border-color: #362EED; }
span { border-color: rgb(54,46,237); }
td.TdClassName
{
border-color: #362EED;
}
.TagClassName
{
border-color: #362EED;
}
</style>