Shades of Han Purple #362CE6
Tints of Han Purple #362CE6
RGB
CMYK
RGB Variations
Color information
#362CE6 (or 0x362CE6) is known color: Han Purple. HEX triplet: 36, 2C and E6. RGB value is (54,44,230). Sum of RGB (Red+Green+Blue) = 54+44+230=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #362CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362CE6 is #C9D319. Grayscale: #434343. Windows color (decimal): -13226778 or 15084598. OLE color: 15084598.
HSL color Cylindrical-coordinate representation of color #362CE6: hue angle of 243.23º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362CE6 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 44 | 230 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.10 |
| HSL | 243.23º | 0.79% | 0.54% | - |
| HSV(B) | 243.23º | 0.81% | 0.9% | - |
| XYZ | 16.7 | 8.3 | 75.58 | - |
| YUV | 68.19 | 219.31 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 230 | 0.77 | 0.81 | 0 | 0.10 | 243.23 | 0.79 | 0.54 |
| Hex | 36 | 2C | E6 | 4D | 51 | 0 | A | F3 | 4F | 36 |
| Octal | 66 | 54 | 346 | 115 | 121 | 0 | 12 | 363 | 117 | 66 |
| Binary | 110110 | 101100 | 11100110 | 1001101 | 1010001 | 0 | 1010 | 11110011 | 1001111 | 110110 |
Color Harmonies of #362CE6
Complementary color
Monochromatic Colors of #362CE6
Black with #362CE6
Text Example
Text Example
White with #362CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362CE6; }
p { color: rgb(54,44,230); }
H1.HeaderClassName
{
color: #362CE6;
}
.AnyTagClassName
{
color: #362CE6;
}
</style>
background-color css
<style>
a { background-color: #362CE6; }
a { background-color: rgb(54,44,230); }
div.DivClassName
{
background-color: #362CE6;
}
.BgClassName
{
background-color: #362CE6;
}
</style>
border-color css
<style>
span { border-color: #362CE6; }
span { border-color: rgb(54,44,230); }
td.TdClassName
{
border-color: #362CE6;
}
.TagClassName
{
border-color: #362CE6;
}
</style>