Shades of Han Purple #3B0EDF
Tints of Han Purple #3B0EDF
RGB
CMYK
RGB Variations
Color information
#3B0EDF (or 0x3B0EDF) is known color: Han Purple. HEX triplet: 3B, 0E and DF. RGB value is (59,14,223). Sum of RGB (Red+Green+Blue) = 59+14+223=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B0EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0EDF is #C4F120. Grayscale: #323232. Windows color (decimal): -12906785 or 14618171. OLE color: 14618171.
HSL color Cylindrical-coordinate representation of color #3B0EDF: hue angle of 252.92º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EDF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 14 | 223 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.13 |
| HSL | 252.92º | 0.88% | 0.46% | - |
| HSV(B) | 252.92º | 0.94% | 0.87% | - |
| XYZ | 15.28 | 6.57 | 70.28 | - |
| YUV | 51.28 | 224.91 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 223 | 0.74 | 0.94 | 0 | 0.13 | 252.92 | 0.88 | 0.46 |
| Hex | 3B | E | DF | 4A | 5E | 0 | D | FD | 58 | 2E |
| Octal | 73 | 16 | 337 | 112 | 136 | 0 | 15 | 375 | 130 | 56 |
| Binary | 111011 | 1110 | 11011111 | 1001010 | 1011110 | 0 | 1101 | 11111101 | 1011000 | 101110 |
Color Harmonies of #3B0EDF
Complementary color
Monochromatic Colors of #3B0EDF
Black with #3B0EDF
Text Example
Text Example
White with #3B0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0EDF; }
p { color: rgb(59,14,223); }
H1.HeaderClassName
{
color: #3B0EDF;
}
.AnyTagClassName
{
color: #3B0EDF;
}
</style>
background-color css
<style>
a { background-color: #3B0EDF; }
a { background-color: rgb(59,14,223); }
div.DivClassName
{
background-color: #3B0EDF;
}
.BgClassName
{
background-color: #3B0EDF;
}
</style>
border-color css
<style>
span { border-color: #3B0EDF; }
span { border-color: rgb(59,14,223); }
td.TdClassName
{
border-color: #3B0EDF;
}
.TagClassName
{
border-color: #3B0EDF;
}
</style>