Shades of Han Purple #3605EF
Tints of Han Purple #3605EF
RGB
CMYK
RGB Variations
Color information
#3605EF (or 0x3605EF) is known color: Han Purple. HEX triplet: 36, 05 and EF. RGB value is (54,5,239). Sum of RGB (Red+Green+Blue) = 54+5+239=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #3605EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3605EF is #C9FA10. Grayscale: #2D2D2D. Windows color (decimal): -13236753 or 15664438. OLE color: 15664438.
HSL color Cylindrical-coordinate representation of color #3605EF: hue angle of 252.56º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3605EF is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 5 | 239 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.06 |
| HSL | 252.56º | 0.96% | 0.48% | - |
| HSV(B) | 252.56º | 0.98% | 0.94% | - |
| XYZ | 17.16 | 7.12 | 82.13 | - |
| YUV | 46.33 | 236.73 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 239 | 0.77 | 0.98 | 0 | 0.06 | 252.56 | 0.96 | 0.48 |
| Hex | 36 | 5 | EF | 4D | 62 | 0 | 6 | FD | 60 | 30 |
| Octal | 66 | 5 | 357 | 115 | 142 | 0 | 6 | 375 | 140 | 60 |
| Binary | 110110 | 101 | 11101111 | 1001101 | 1100010 | 0 | 110 | 11111101 | 1100000 | 110000 |
Color Harmonies of #3605EF
Complementary color
Monochromatic Colors of #3605EF
Black with #3605EF
Text Example
Text Example
White with #3605EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605EF; }
p { color: rgb(54,5,239); }
H1.HeaderClassName
{
color: #3605EF;
}
.AnyTagClassName
{
color: #3605EF;
}
</style>
background-color css
<style>
a { background-color: #3605EF; }
a { background-color: rgb(54,5,239); }
div.DivClassName
{
background-color: #3605EF;
}
.BgClassName
{
background-color: #3605EF;
}
</style>
border-color css
<style>
span { border-color: #3605EF; }
span { border-color: rgb(54,5,239); }
td.TdClassName
{
border-color: #3605EF;
}
.TagClassName
{
border-color: #3605EF;
}
</style>