Shades of Han Purple #3B12FF
Tints of Han Purple #3B12FF
RGB
CMYK
RGB Variations
Color information
#3B12FF (or 0x3B12FF) is known color: Han Purple. HEX triplet: 3B, 12 and FF. RGB value is (59,18,255). Sum of RGB (Red+Green+Blue) = 59+18+255=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B12FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B12FF is #C4ED00. Grayscale: #383838. Windows color (decimal): -12905729 or 16716347. OLE color: 16716347.
HSL color Cylindrical-coordinate representation of color #3B12FF: hue angle of 250.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B12FF is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 18 | 255 | - |
| CMYK | 0.77 | 0.93 | 0 | 0 |
| HSL | 250.38º | 1% | 0.54% | - |
| HSV(B) | 250.38º | 0.93% | 1% | - |
| XYZ | 20.07 | 8.58 | 95.21 | - |
| YUV | 57.28 | 239.58 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 255 | 0.77 | 0.93 | 0 | 0 | 250.38 | 1 | 0.54 |
| Hex | 3B | 12 | FF | 4D | 5D | 0 | 0 | FA | 64 | 36 |
| Octal | 73 | 22 | 377 | 115 | 135 | 0 | 0 | 372 | 144 | 66 |
| Binary | 111011 | 10010 | 11111111 | 1001101 | 1011101 | 0 | 0 | 11111010 | 1100100 | 110110 |
Color Harmonies of #3B12FF
Complementary color
Monochromatic Colors of #3B12FF
Black with #3B12FF
Text Example
Text Example
White with #3B12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B12FF; }
p { color: rgb(59,18,255); }
H1.HeaderClassName
{
color: #3B12FF;
}
.AnyTagClassName
{
color: #3B12FF;
}
</style>
background-color css
<style>
a { background-color: #3B12FF; }
a { background-color: rgb(59,18,255); }
div.DivClassName
{
background-color: #3B12FF;
}
.BgClassName
{
background-color: #3B12FF;
}
</style>
border-color css
<style>
span { border-color: #3B12FF; }
span { border-color: rgb(59,18,255); }
td.TdClassName
{
border-color: #3B12FF;
}
.TagClassName
{
border-color: #3B12FF;
}
</style>