Shades of Han Purple #3C0BFB
Tints of Han Purple #3C0BFB
RGB
CMYK
RGB Variations
Color information
#3C0BFB (or 0x3C0BFB) is known color: Han Purple. HEX triplet: 3C, 0B and FB. RGB value is (60,11,251). Sum of RGB (Red+Green+Blue) = 60+11+251=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C0BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0BFB is #C3F404. Grayscale: #343434. Windows color (decimal): -12841989 or 16452412. OLE color: 16452412.
HSL color Cylindrical-coordinate representation of color #3C0BFB: hue angle of 252.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0BFB is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 11 | 251 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.02 |
| HSL | 252.25º | 0.97% | 0.51% | - |
| HSV(B) | 252.25º | 0.96% | 0.98% | - |
| XYZ | 19.4 | 8.17 | 91.82 | - |
| YUV | 53.01 | 239.73 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 251 | 0.76 | 0.96 | 0 | 0.02 | 252.25 | 0.97 | 0.51 |
| Hex | 3C | B | FB | 4C | 60 | 0 | 2 | FC | 61 | 33 |
| Octal | 74 | 13 | 373 | 114 | 140 | 0 | 2 | 374 | 141 | 63 |
| Binary | 111100 | 1011 | 11111011 | 1001100 | 1100000 | 0 | 10 | 11111100 | 1100001 | 110011 |
Color Harmonies of #3C0BFB
Complementary color
Monochromatic Colors of #3C0BFB
Black with #3C0BFB
Text Example
Text Example
White with #3C0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BFB; }
p { color: rgb(60,11,251); }
H1.HeaderClassName
{
color: #3C0BFB;
}
.AnyTagClassName
{
color: #3C0BFB;
}
</style>
background-color css
<style>
a { background-color: #3C0BFB; }
a { background-color: rgb(60,11,251); }
div.DivClassName
{
background-color: #3C0BFB;
}
.BgClassName
{
background-color: #3C0BFB;
}
</style>
border-color css
<style>
span { border-color: #3C0BFB; }
span { border-color: rgb(60,11,251); }
td.TdClassName
{
border-color: #3C0BFB;
}
.TagClassName
{
border-color: #3C0BFB;
}
</style>