Shades of Han Purple #3B0EEF
Tints of Han Purple #3B0EEF
RGB
CMYK
RGB Variations
Color information
#3B0EEF (or 0x3B0EEF) is known color: Han Purple. HEX triplet: 3B, 0E and EF. RGB value is (59,14,239). Sum of RGB (Red+Green+Blue) = 59+14+239=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B0EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0EEF is #C4F110. Grayscale: #343434. Windows color (decimal): -12906769 or 15666747. OLE color: 15666747.
HSL color Cylindrical-coordinate representation of color #3B0EEF: hue angle of 252º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EEF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 14 | 239 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.06 |
| HSL | 252º | 0.89% | 0.5% | - |
| HSV(B) | 252º | 0.94% | 0.94% | - |
| XYZ | 17.54 | 7.48 | 82.18 | - |
| YUV | 53.11 | 232.91 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 239 | 0.75 | 0.94 | 0 | 0.06 | 252 | 0.89 | 0.5 |
| Hex | 3B | E | EF | 4B | 5E | 0 | 6 | FC | 59 | 32 |
| Octal | 73 | 16 | 357 | 113 | 136 | 0 | 6 | 374 | 131 | 62 |
| Binary | 111011 | 1110 | 11101111 | 1001011 | 1011110 | 0 | 110 | 11111100 | 1011001 | 110010 |
Color Harmonies of #3B0EEF
Complementary color
Monochromatic Colors of #3B0EEF
Black with #3B0EEF
Text Example
Text Example
White with #3B0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0EEF; }
p { color: rgb(59,14,239); }
H1.HeaderClassName
{
color: #3B0EEF;
}
.AnyTagClassName
{
color: #3B0EEF;
}
</style>
background-color css
<style>
a { background-color: #3B0EEF; }
a { background-color: rgb(59,14,239); }
div.DivClassName
{
background-color: #3B0EEF;
}
.BgClassName
{
background-color: #3B0EEF;
}
</style>
border-color css
<style>
span { border-color: #3B0EEF; }
span { border-color: rgb(59,14,239); }
td.TdClassName
{
border-color: #3B0EEF;
}
.TagClassName
{
border-color: #3B0EEF;
}
</style>