Shades of Han Purple #3611EF
Tints of Han Purple #3611EF
RGB
CMYK
RGB Variations
Color information
#3611EF (or 0x3611EF) is known color: Han Purple. HEX triplet: 36, 11 and EF. RGB value is (54,17,239). Sum of RGB (Red+Green+Blue) = 54+17+239=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #3611EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3611EF is #C9EE10. Grayscale: #343434. Windows color (decimal): -13233681 or 15667510. OLE color: 15667510.
HSL color Cylindrical-coordinate representation of color #3611EF: hue angle of 250º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3611EF is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 17 | 239 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.06 |
| HSL | 250º | 0.87% | 0.5% | - |
| HSV(B) | 250º | 0.93% | 0.94% | - |
| XYZ | 17.3 | 7.42 | 82.18 | - |
| YUV | 53.37 | 232.76 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 239 | 0.77 | 0.93 | 0 | 0.06 | 250 | 0.87 | 0.5 |
| Hex | 36 | 11 | EF | 4D | 5D | 0 | 6 | FA | 57 | 32 |
| Octal | 66 | 21 | 357 | 115 | 135 | 0 | 6 | 372 | 127 | 62 |
| Binary | 110110 | 10001 | 11101111 | 1001101 | 1011101 | 0 | 110 | 11111010 | 1010111 | 110010 |
Color Harmonies of #3611EF
Complementary color
Monochromatic Colors of #3611EF
Black with #3611EF
Text Example
Text Example
White with #3611EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611EF; }
p { color: rgb(54,17,239); }
H1.HeaderClassName
{
color: #3611EF;
}
.AnyTagClassName
{
color: #3611EF;
}
</style>
background-color css
<style>
a { background-color: #3611EF; }
a { background-color: rgb(54,17,239); }
div.DivClassName
{
background-color: #3611EF;
}
.BgClassName
{
background-color: #3611EF;
}
</style>
border-color css
<style>
span { border-color: #3611EF; }
span { border-color: rgb(54,17,239); }
td.TdClassName
{
border-color: #3611EF;
}
.TagClassName
{
border-color: #3611EF;
}
</style>