Shades of Han Purple #3B06EC
Tints of Han Purple #3B06EC
RGB
CMYK
RGB Variations
Color information
#3B06EC (or 0x3B06EC) is known color: Han Purple. HEX triplet: 3B, 06 and EC. RGB value is (59,6,236). Sum of RGB (Red+Green+Blue) = 59+6+236=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B06EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B06EC is #C4F913. Grayscale: #2F2F2F. Windows color (decimal): -12908820 or 15468091. OLE color: 15468091.
HSL color Cylindrical-coordinate representation of color #3B06EC: hue angle of 253.83º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B06EC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 6 | 236 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.07 |
| HSL | 253.83º | 0.95% | 0.47% | - |
| HSV(B) | 253.83º | 0.97% | 0.93% | - |
| XYZ | 17.01 | 7.12 | 79.83 | - |
| YUV | 48.07 | 234.06 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 236 | 0.75 | 0.97 | 0 | 0.07 | 253.83 | 0.95 | 0.47 |
| Hex | 3B | 6 | EC | 4B | 61 | 0 | 7 | FE | 5F | 2F |
| Octal | 73 | 6 | 354 | 113 | 141 | 0 | 7 | 376 | 137 | 57 |
| Binary | 111011 | 110 | 11101100 | 1001011 | 1100001 | 0 | 111 | 11111110 | 1011111 | 101111 |
Color Harmonies of #3B06EC
Complementary color
Monochromatic Colors of #3B06EC
Black with #3B06EC
Text Example
Text Example
White with #3B06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B06EC; }
p { color: rgb(59,6,236); }
H1.HeaderClassName
{
color: #3B06EC;
}
.AnyTagClassName
{
color: #3B06EC;
}
</style>
background-color css
<style>
a { background-color: #3B06EC; }
a { background-color: rgb(59,6,236); }
div.DivClassName
{
background-color: #3B06EC;
}
.BgClassName
{
background-color: #3B06EC;
}
</style>
border-color css
<style>
span { border-color: #3B06EC; }
span { border-color: rgb(59,6,236); }
td.TdClassName
{
border-color: #3B06EC;
}
.TagClassName
{
border-color: #3B06EC;
}
</style>