Shades of Han Purple #3B01EC
Tints of Han Purple #3B01EC
RGB
CMYK
RGB Variations
Color information
#3B01EC (or 0x3B01EC) is known color: Han Purple. HEX triplet: 3B, 01 and EC. RGB value is (59,1,236). Sum of RGB (Red+Green+Blue) = 59+1+236=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 236 (92.58% from 255 or 79.73% from 296); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B01EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B01EC is #C4FE13. Grayscale: #2C2C2C. Windows color (decimal): -12910100 or 15466811. OLE color: 15466811.
HSL color Cylindrical-coordinate representation of color #3B01EC: hue angle of 254.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B01EC is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 1 | 236 | - |
| CMYK | 0.75 | 1.00 | 0 | 0.07 |
| HSL | 254.81º | 0.99% | 0.46% | - |
| HSV(B) | 254.81º | 1% | 0.93% | - |
| XYZ | 16.95 | 7.01 | 79.82 | - |
| YUV | 45.13 | 235.72 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 236 | 0.75 | 1.00 | 0 | 0.07 | 254.81 | 0.99 | 0.46 |
| Hex | 3B | 1 | EC | 4B | 64 | 0 | 7 | FF | 63 | 2E |
| Octal | 73 | 1 | 354 | 113 | 144 | 0 | 7 | 377 | 143 | 56 |
| Binary | 111011 | 1 | 11101100 | 1001011 | 1100100 | 0 | 111 | 11111111 | 1100011 | 101110 |
Color Harmonies of #3B01EC
Complementary color
Monochromatic Colors of #3B01EC
Black with #3B01EC
Text Example
Text Example
White with #3B01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B01EC; }
p { color: rgb(59,1,236); }
H1.HeaderClassName
{
color: #3B01EC;
}
.AnyTagClassName
{
color: #3B01EC;
}
</style>
background-color css
<style>
a { background-color: #3B01EC; }
a { background-color: rgb(59,1,236); }
div.DivClassName
{
background-color: #3B01EC;
}
.BgClassName
{
background-color: #3B01EC;
}
</style>
border-color css
<style>
span { border-color: #3B01EC; }
span { border-color: rgb(59,1,236); }
td.TdClassName
{
border-color: #3B01EC;
}
.TagClassName
{
border-color: #3B01EC;
}
</style>