Shades of Han Purple #3605EC
Tints of Han Purple #3605EC
RGB
CMYK
RGB Variations
Color information
#3605EC (or 0x3605EC) is known color: Han Purple. HEX triplet: 36, 05 and EC. RGB value is (54,5,236). Sum of RGB (Red+Green+Blue) = 54+5+236=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 236 (92.58% from 255 or 80% from 295); Max value from RGB is 236 - color contains mainly: blue. Hex color #3605EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3605EC is #C9FA13. Grayscale: #2D2D2D. Windows color (decimal): -13236756 or 15467830. OLE color: 15467830.
HSL color Cylindrical-coordinate representation of color #3605EC: hue angle of 252.73º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3605EC is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 5 | 236 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.07 |
| HSL | 252.73º | 0.96% | 0.47% | - |
| HSV(B) | 252.73º | 0.98% | 0.93% | - |
| XYZ | 16.72 | 6.95 | 79.82 | - |
| YUV | 45.99 | 235.23 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 236 | 0.77 | 0.98 | 0 | 0.07 | 252.73 | 0.96 | 0.47 |
| Hex | 36 | 5 | EC | 4D | 62 | 0 | 7 | FD | 60 | 2F |
| Octal | 66 | 5 | 354 | 115 | 142 | 0 | 7 | 375 | 140 | 57 |
| Binary | 110110 | 101 | 11101100 | 1001101 | 1100010 | 0 | 111 | 11111101 | 1100000 | 101111 |
Color Harmonies of #3605EC
Complementary color
Monochromatic Colors of #3605EC
Black with #3605EC
Text Example
Text Example
White with #3605EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605EC; }
p { color: rgb(54,5,236); }
H1.HeaderClassName
{
color: #3605EC;
}
.AnyTagClassName
{
color: #3605EC;
}
</style>
background-color css
<style>
a { background-color: #3605EC; }
a { background-color: rgb(54,5,236); }
div.DivClassName
{
background-color: #3605EC;
}
.BgClassName
{
background-color: #3605EC;
}
</style>
border-color css
<style>
span { border-color: #3605EC; }
span { border-color: rgb(54,5,236); }
td.TdClassName
{
border-color: #3605EC;
}
.TagClassName
{
border-color: #3605EC;
}
</style>