Shades of Han Purple #3606EC
Tints of Han Purple #3606EC
RGB
CMYK
RGB Variations
Color information
#3606EC (or 0x3606EC) is known color: Han Purple. HEX triplet: 36, 06 and EC. RGB value is (54,6,236). Sum of RGB (Red+Green+Blue) = 54+6+236=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 236 (92.58% from 255 or 79.73% from 296); Max value from RGB is 236 - color contains mainly: blue. Hex color #3606EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3606EC is #C9F913. Grayscale: #2D2D2D. Windows color (decimal): -13236500 or 15468086. OLE color: 15468086.
HSL color Cylindrical-coordinate representation of color #3606EC: hue angle of 252.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606EC is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 6 | 236 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.07 |
| HSL | 252.52º | 0.95% | 0.47% | - |
| HSV(B) | 252.52º | 0.97% | 0.93% | - |
| XYZ | 16.73 | 6.97 | 79.82 | - |
| YUV | 46.57 | 234.9 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 236 | 0.77 | 0.97 | 0 | 0.07 | 252.52 | 0.95 | 0.47 |
| Hex | 36 | 6 | EC | 4D | 61 | 0 | 7 | FD | 5F | 2F |
| Octal | 66 | 6 | 354 | 115 | 141 | 0 | 7 | 375 | 137 | 57 |
| Binary | 110110 | 110 | 11101100 | 1001101 | 1100001 | 0 | 111 | 11111101 | 1011111 | 101111 |
Color Harmonies of #3606EC
Complementary color
Monochromatic Colors of #3606EC
Black with #3606EC
Text Example
Text Example
White with #3606EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606EC; }
p { color: rgb(54,6,236); }
H1.HeaderClassName
{
color: #3606EC;
}
.AnyTagClassName
{
color: #3606EC;
}
</style>
background-color css
<style>
a { background-color: #3606EC; }
a { background-color: rgb(54,6,236); }
div.DivClassName
{
background-color: #3606EC;
}
.BgClassName
{
background-color: #3606EC;
}
</style>
border-color css
<style>
span { border-color: #3606EC; }
span { border-color: rgb(54,6,236); }
td.TdClassName
{
border-color: #3606EC;
}
.TagClassName
{
border-color: #3606EC;
}
</style>