Shades of Han Purple #3B0BCE
Tints of Han Purple #3B0BCE
RGB
CMYK
RGB Variations
Color information
#3B0BCE (or 0x3B0BCE) is known color: Han Purple. HEX triplet: 3B, 0B and CE. RGB value is (59,11,206). Sum of RGB (Red+Green+Blue) = 59+11+206=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B0BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0BCE is #C4F431. Grayscale: #2E2E2E. Windows color (decimal): -12907570 or 13503291. OLE color: 13503291.
HSL color Cylindrical-coordinate representation of color #3B0BCE: hue angle of 254.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0BCE is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 11 | 206 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.19 |
| HSL | 254.77º | 0.9% | 0.43% | - |
| HSV(B) | 254.77º | 0.95% | 0.81% | - |
| XYZ | 13.06 | 5.63 | 58.79 | - |
| YUV | 47.58 | 217.4 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 206 | 0.71 | 0.95 | 0 | 0.19 | 254.77 | 0.9 | 0.43 |
| Hex | 3B | B | CE | 47 | 5F | 0 | 13 | FF | 5A | 2B |
| Octal | 73 | 13 | 316 | 107 | 137 | 0 | 23 | 377 | 132 | 53 |
| Binary | 111011 | 1011 | 11001110 | 1000111 | 1011111 | 0 | 10011 | 11111111 | 1011010 | 101011 |
Color Harmonies of #3B0BCE
Complementary color
Monochromatic Colors of #3B0BCE
Black with #3B0BCE
Text Example
Text Example
White with #3B0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0BCE; }
p { color: rgb(59,11,206); }
H1.HeaderClassName
{
color: #3B0BCE;
}
.AnyTagClassName
{
color: #3B0BCE;
}
</style>
background-color css
<style>
a { background-color: #3B0BCE; }
a { background-color: rgb(59,11,206); }
div.DivClassName
{
background-color: #3B0BCE;
}
.BgClassName
{
background-color: #3B0BCE;
}
</style>
border-color css
<style>
span { border-color: #3B0BCE; }
span { border-color: rgb(59,11,206); }
td.TdClassName
{
border-color: #3B0BCE;
}
.TagClassName
{
border-color: #3B0BCE;
}
</style>