Shades of Han Purple #362BEC
Tints of Han Purple #362BEC
RGB
CMYK
RGB Variations
Color information
#362BEC (or 0x362BEC) is known color: Han Purple. HEX triplet: 36, 2B and EC. RGB value is (54,43,236). Sum of RGB (Red+Green+Blue) = 54+43+236=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #362BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362BEC is #C9D413. Grayscale: #434343. Windows color (decimal): -13227028 or 15477558. OLE color: 15477558.
HSL color Cylindrical-coordinate representation of color #362BEC: hue angle of 243.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362BEC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 43 | 236 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.07 |
| HSL | 243.42º | 0.84% | 0.55% | - |
| HSV(B) | 243.42º | 0.82% | 0.93% | - |
| XYZ | 17.53 | 8.57 | 80.09 | - |
| YUV | 68.29 | 222.64 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 236 | 0.77 | 0.82 | 0 | 0.07 | 243.42 | 0.84 | 0.55 |
| Hex | 36 | 2B | EC | 4D | 52 | 0 | 7 | F3 | 54 | 37 |
| Octal | 66 | 53 | 354 | 115 | 122 | 0 | 7 | 363 | 124 | 67 |
| Binary | 110110 | 101011 | 11101100 | 1001101 | 1010010 | 0 | 111 | 11110011 | 1010100 | 110111 |
Color Harmonies of #362BEC
Complementary color
Monochromatic Colors of #362BEC
Black with #362BEC
Text Example
Text Example
White with #362BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BEC; }
p { color: rgb(54,43,236); }
H1.HeaderClassName
{
color: #362BEC;
}
.AnyTagClassName
{
color: #362BEC;
}
</style>
background-color css
<style>
a { background-color: #362BEC; }
a { background-color: rgb(54,43,236); }
div.DivClassName
{
background-color: #362BEC;
}
.BgClassName
{
background-color: #362BEC;
}
</style>
border-color css
<style>
span { border-color: #362BEC; }
span { border-color: rgb(54,43,236); }
td.TdClassName
{
border-color: #362BEC;
}
.TagClassName
{
border-color: #362BEC;
}
</style>