Shades of Han Purple #362BEF
Tints of Han Purple #362BEF
RGB
CMYK
RGB Variations
Color information
#362BEF (or 0x362BEF) is known color: Han Purple. HEX triplet: 36, 2B and EF. RGB value is (54,43,239). Sum of RGB (Red+Green+Blue) = 54+43+239=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #362BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362BEF is #C9D410. Grayscale: #434343. Windows color (decimal): -13227025 or 15674166. OLE color: 15674166.
HSL color Cylindrical-coordinate representation of color #362BEF: hue angle of 243.37º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362BEF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 43 | 239 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.06 |
| HSL | 243.37º | 0.86% | 0.55% | - |
| HSV(B) | 243.37º | 0.82% | 0.94% | - |
| XYZ | 17.97 | 8.74 | 82.4 | - |
| YUV | 68.63 | 224.14 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 239 | 0.77 | 0.82 | 0 | 0.06 | 243.37 | 0.86 | 0.55 |
| Hex | 36 | 2B | EF | 4D | 52 | 0 | 6 | F3 | 56 | 37 |
| Octal | 66 | 53 | 357 | 115 | 122 | 0 | 6 | 363 | 126 | 67 |
| Binary | 110110 | 101011 | 11101111 | 1001101 | 1010010 | 0 | 110 | 11110011 | 1010110 | 110111 |
Color Harmonies of #362BEF
Complementary color
Monochromatic Colors of #362BEF
Black with #362BEF
Text Example
Text Example
White with #362BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BEF; }
p { color: rgb(54,43,239); }
H1.HeaderClassName
{
color: #362BEF;
}
.AnyTagClassName
{
color: #362BEF;
}
</style>
background-color css
<style>
a { background-color: #362BEF; }
a { background-color: rgb(54,43,239); }
div.DivClassName
{
background-color: #362BEF;
}
.BgClassName
{
background-color: #362BEF;
}
</style>
border-color css
<style>
span { border-color: #362BEF; }
span { border-color: rgb(54,43,239); }
td.TdClassName
{
border-color: #362BEF;
}
.TagClassName
{
border-color: #362BEF;
}
</style>