Shades of Han Purple #3C0BF8
Tints of Han Purple #3C0BF8
RGB
CMYK
RGB Variations
Color information
#3C0BF8 (or 0x3C0BF8) is known color: Han Purple. HEX triplet: 3C, 0B and F8. RGB value is (60,11,248). Sum of RGB (Red+Green+Blue) = 60+11+248=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 248 (97.27% from 255 or 77.74% from 319); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C0BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0BF8 is #C3F407. Grayscale: #333333. Windows color (decimal): -12841992 or 16255804. OLE color: 16255804.
HSL color Cylindrical-coordinate representation of color #3C0BF8: hue angle of 252.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0BF8 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 11 | 248 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.03 |
| HSL | 252.41º | 0.94% | 0.51% | - |
| HSV(B) | 252.41º | 0.96% | 0.97% | - |
| XYZ | 18.93 | 7.98 | 89.35 | - |
| YUV | 52.67 | 238.23 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 248 | 0.76 | 0.96 | 0 | 0.03 | 252.41 | 0.94 | 0.51 |
| Hex | 3C | B | F8 | 4C | 60 | 0 | 3 | FC | 5E | 33 |
| Octal | 74 | 13 | 370 | 114 | 140 | 0 | 3 | 374 | 136 | 63 |
| Binary | 111100 | 1011 | 11111000 | 1001100 | 1100000 | 0 | 11 | 11111100 | 1011110 | 110011 |
Color Harmonies of #3C0BF8
Complementary color
Monochromatic Colors of #3C0BF8
Black with #3C0BF8
Text Example
Text Example
White with #3C0BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BF8; }
p { color: rgb(60,11,248); }
H1.HeaderClassName
{
color: #3C0BF8;
}
.AnyTagClassName
{
color: #3C0BF8;
}
</style>
background-color css
<style>
a { background-color: #3C0BF8; }
a { background-color: rgb(60,11,248); }
div.DivClassName
{
background-color: #3C0BF8;
}
.BgClassName
{
background-color: #3C0BF8;
}
</style>
border-color css
<style>
span { border-color: #3C0BF8; }
span { border-color: rgb(60,11,248); }
td.TdClassName
{
border-color: #3C0BF8;
}
.TagClassName
{
border-color: #3C0BF8;
}
</style>