Shades of Han Purple #3612EF
Tints of Han Purple #3612EF
RGB
CMYK
RGB Variations
Color information
#3612EF (or 0x3612EF) is known color: Han Purple. HEX triplet: 36, 12 and EF. RGB value is (54,18,239). Sum of RGB (Red+Green+Blue) = 54+18+239=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #3612EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3612EF is #C9ED10. Grayscale: #353535. Windows color (decimal): -13233425 or 15667766. OLE color: 15667766.
HSL color Cylindrical-coordinate representation of color #3612EF: hue angle of 249.77º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3612EF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 18 | 239 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.06 |
| HSL | 249.77º | 0.87% | 0.5% | - |
| HSV(B) | 249.77º | 0.92% | 0.94% | - |
| XYZ | 17.32 | 7.45 | 82.19 | - |
| YUV | 53.96 | 232.43 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 239 | 0.77 | 0.92 | 0 | 0.06 | 249.77 | 0.87 | 0.5 |
| Hex | 36 | 12 | EF | 4D | 5C | 0 | 6 | FA | 57 | 32 |
| Octal | 66 | 22 | 357 | 115 | 134 | 0 | 6 | 372 | 127 | 62 |
| Binary | 110110 | 10010 | 11101111 | 1001101 | 1011100 | 0 | 110 | 11111010 | 1010111 | 110010 |
Color Harmonies of #3612EF
Complementary color
Monochromatic Colors of #3612EF
Black with #3612EF
Text Example
Text Example
White with #3612EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3612EF; }
p { color: rgb(54,18,239); }
H1.HeaderClassName
{
color: #3612EF;
}
.AnyTagClassName
{
color: #3612EF;
}
</style>
background-color css
<style>
a { background-color: #3612EF; }
a { background-color: rgb(54,18,239); }
div.DivClassName
{
background-color: #3612EF;
}
.BgClassName
{
background-color: #3612EF;
}
</style>
border-color css
<style>
span { border-color: #3612EF; }
span { border-color: rgb(54,18,239); }
td.TdClassName
{
border-color: #3612EF;
}
.TagClassName
{
border-color: #3612EF;
}
</style>