Shades of Han Purple #3B12CE
Tints of Han Purple #3B12CE
RGB
CMYK
RGB Variations
Color information
#3B12CE (or 0x3B12CE) is known color: Han Purple. HEX triplet: 3B, 12 and CE. RGB value is (59,18,206). Sum of RGB (Red+Green+Blue) = 59+18+206=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B12CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B12CE is #C4ED31. Grayscale: #323232. Windows color (decimal): -12905778 or 13505083. OLE color: 13505083.
HSL color Cylindrical-coordinate representation of color #3B12CE: hue angle of 253.09º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B12CE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 18 | 206 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.19 |
| HSL | 253.09º | 0.84% | 0.44% | - |
| HSV(B) | 253.09º | 0.91% | 0.81% | - |
| XYZ | 13.16 | 5.82 | 58.82 | - |
| YUV | 51.69 | 215.08 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 206 | 0.71 | 0.91 | 0 | 0.19 | 253.09 | 0.84 | 0.44 |
| Hex | 3B | 12 | CE | 47 | 5B | 0 | 13 | FD | 54 | 2C |
| Octal | 73 | 22 | 316 | 107 | 133 | 0 | 23 | 375 | 124 | 54 |
| Binary | 111011 | 10010 | 11001110 | 1000111 | 1011011 | 0 | 10011 | 11111101 | 1010100 | 101100 |
Color Harmonies of #3B12CE
Complementary color
Monochromatic Colors of #3B12CE
Black with #3B12CE
Text Example
Text Example
White with #3B12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B12CE; }
p { color: rgb(59,18,206); }
H1.HeaderClassName
{
color: #3B12CE;
}
.AnyTagClassName
{
color: #3B12CE;
}
</style>
background-color css
<style>
a { background-color: #3B12CE; }
a { background-color: rgb(59,18,206); }
div.DivClassName
{
background-color: #3B12CE;
}
.BgClassName
{
background-color: #3B12CE;
}
</style>
border-color css
<style>
span { border-color: #3B12CE; }
span { border-color: rgb(59,18,206); }
td.TdClassName
{
border-color: #3B12CE;
}
.TagClassName
{
border-color: #3B12CE;
}
</style>