Shades of Han Purple #3B0CDF
Tints of Han Purple #3B0CDF
RGB
CMYK
RGB Variations
Color information
#3B0CDF (or 0x3B0CDF) is known color: Han Purple. HEX triplet: 3B, 0C and DF. RGB value is (59,12,223). Sum of RGB (Red+Green+Blue) = 59+12+223=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B0CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0CDF is #C4F320. Grayscale: #313131. Windows color (decimal): -12907297 or 14617659. OLE color: 14617659.
HSL color Cylindrical-coordinate representation of color #3B0CDF: hue angle of 253.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0CDF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 12 | 223 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.13 |
| HSL | 253.36º | 0.9% | 0.46% | - |
| HSV(B) | 253.36º | 0.95% | 0.87% | - |
| XYZ | 15.25 | 6.52 | 70.27 | - |
| YUV | 50.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 223 | 0.74 | 0.95 | 0 | 0.13 | 253.36 | 0.9 | 0.46 |
| Hex | 3B | C | DF | 4A | 5F | 0 | D | FD | 5A | 2E |
| Octal | 73 | 14 | 337 | 112 | 137 | 0 | 15 | 375 | 132 | 56 |
| Binary | 111011 | 1100 | 11011111 | 1001010 | 1011111 | 0 | 1101 | 11111101 | 1011010 | 101110 |
Color Harmonies of #3B0CDF
Complementary color
Monochromatic Colors of #3B0CDF
Black with #3B0CDF
Text Example
Text Example
White with #3B0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0CDF; }
p { color: rgb(59,12,223); }
H1.HeaderClassName
{
color: #3B0CDF;
}
.AnyTagClassName
{
color: #3B0CDF;
}
</style>
background-color css
<style>
a { background-color: #3B0CDF; }
a { background-color: rgb(59,12,223); }
div.DivClassName
{
background-color: #3B0CDF;
}
.BgClassName
{
background-color: #3B0CDF;
}
</style>
border-color css
<style>
span { border-color: #3B0CDF; }
span { border-color: rgb(59,12,223); }
td.TdClassName
{
border-color: #3B0CDF;
}
.TagClassName
{
border-color: #3B0CDF;
}
</style>