Shades of Han Purple #3B0CE3
Tints of Han Purple #3B0CE3
RGB
CMYK
RGB Variations
Color information
#3B0CE3 (or 0x3B0CE3) is known color: Han Purple. HEX triplet: 3B, 0C and E3. RGB value is (59,12,227). Sum of RGB (Red+Green+Blue) = 59+12+227=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 227 (89.06% from 255 or 76.17% from 298); Max value from RGB is 227 - color contains mainly: blue. Hex color #3B0CE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0CE3 is #C4F31C. Grayscale: #313131. Windows color (decimal): -12907293 or 14879803. OLE color: 14879803.
HSL color Cylindrical-coordinate representation of color #3B0CE3: hue angle of 253.12º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0CE3 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 12 | 227 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.11 |
| HSL | 253.12º | 0.9% | 0.47% | - |
| HSV(B) | 253.12º | 0.95% | 0.89% | - |
| XYZ | 15.8 | 6.74 | 73.14 | - |
| YUV | 50.56 | 227.57 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 227 | 0.74 | 0.95 | 0 | 0.11 | 253.12 | 0.9 | 0.47 |
| Hex | 3B | C | E3 | 4A | 5F | 0 | B | FD | 5A | 2F |
| Octal | 73 | 14 | 343 | 112 | 137 | 0 | 13 | 375 | 132 | 57 |
| Binary | 111011 | 1100 | 11100011 | 1001010 | 1011111 | 0 | 1011 | 11111101 | 1011010 | 101111 |
Color Harmonies of #3B0CE3
Complementary color
Monochromatic Colors of #3B0CE3
Black with #3B0CE3
Text Example
Text Example
White with #3B0CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0CE3; }
p { color: rgb(59,12,227); }
H1.HeaderClassName
{
color: #3B0CE3;
}
.AnyTagClassName
{
color: #3B0CE3;
}
</style>
background-color css
<style>
a { background-color: #3B0CE3; }
a { background-color: rgb(59,12,227); }
div.DivClassName
{
background-color: #3B0CE3;
}
.BgClassName
{
background-color: #3B0CE3;
}
</style>
border-color css
<style>
span { border-color: #3B0CE3; }
span { border-color: rgb(59,12,227); }
td.TdClassName
{
border-color: #3B0CE3;
}
.TagClassName
{
border-color: #3B0CE3;
}
</style>