Shades of Han Purple #361EEF
Tints of Han Purple #361EEF
RGB
CMYK
RGB Variations
Color information
#361EEF (or 0x361EEF) is known color: Han Purple. HEX triplet: 36, 1E and EF. RGB value is (54,30,239). Sum of RGB (Red+Green+Blue) = 54+30+239=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #361EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EEF is #C9E110. Grayscale: #3C3C3C. Windows color (decimal): -13230353 or 15670838. OLE color: 15670838.
HSL color Cylindrical-coordinate representation of color #361EEF: hue angle of 246.89º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361EEF is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 30 | 239 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.06 |
| HSL | 246.89º | 0.87% | 0.53% | - |
| HSV(B) | 246.89º | 0.87% | 0.94% | - |
| XYZ | 17.57 | 7.94 | 82.27 | - |
| YUV | 61 | 228.45 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 239 | 0.77 | 0.87 | 0 | 0.06 | 246.89 | 0.87 | 0.53 |
| Hex | 36 | 1E | EF | 4D | 57 | 0 | 6 | F7 | 57 | 35 |
| Octal | 66 | 36 | 357 | 115 | 127 | 0 | 6 | 367 | 127 | 65 |
| Binary | 110110 | 11110 | 11101111 | 1001101 | 1010111 | 0 | 110 | 11110111 | 1010111 | 110101 |
Color Harmonies of #361EEF
Complementary color
Monochromatic Colors of #361EEF
Black with #361EEF
Text Example
Text Example
White with #361EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EEF; }
p { color: rgb(54,30,239); }
H1.HeaderClassName
{
color: #361EEF;
}
.AnyTagClassName
{
color: #361EEF;
}
</style>
background-color css
<style>
a { background-color: #361EEF; }
a { background-color: rgb(54,30,239); }
div.DivClassName
{
background-color: #361EEF;
}
.BgClassName
{
background-color: #361EEF;
}
</style>
border-color css
<style>
span { border-color: #361EEF; }
span { border-color: rgb(54,30,239); }
td.TdClassName
{
border-color: #361EEF;
}
.TagClassName
{
border-color: #361EEF;
}
</style>