Shades of Han Purple #3C28FC
Tints of Han Purple #3C28FC
RGB
CMYK
RGB Variations
Color information
#3C28FC (or 0x3C28FC) is known color: Han Purple. HEX triplet: 3C, 28 and FC. RGB value is (60,40,252). Sum of RGB (Red+Green+Blue) = 60+40+252=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C28FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C28FC is #C3D703. Grayscale: #454545. Windows color (decimal): -12834564 or 16525372. OLE color: 16525372.
HSL color Cylindrical-coordinate representation of color #3C28FC: hue angle of 245.66º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C28FC is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 40 | 252 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.01 |
| HSL | 245.66º | 0.97% | 0.57% | - |
| HSV(B) | 245.66º | 0.84% | 0.99% | - |
| XYZ | 20.19 | 9.51 | 92.87 | - |
| YUV | 70.15 | 230.63 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 252 | 0.76 | 0.84 | 0 | 0.01 | 245.66 | 0.97 | 0.57 |
| Hex | 3C | 28 | FC | 4C | 54 | 0 | 1 | F6 | 61 | 39 |
| Octal | 74 | 50 | 374 | 114 | 124 | 0 | 1 | 366 | 141 | 71 |
| Binary | 111100 | 101000 | 11111100 | 1001100 | 1010100 | 0 | 1 | 11110110 | 1100001 | 111001 |
Color Harmonies of #3C28FC
Complementary color
Monochromatic Colors of #3C28FC
Black with #3C28FC
Text Example
Text Example
White with #3C28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28FC; }
p { color: rgb(60,40,252); }
H1.HeaderClassName
{
color: #3C28FC;
}
.AnyTagClassName
{
color: #3C28FC;
}
</style>
background-color css
<style>
a { background-color: #3C28FC; }
a { background-color: rgb(60,40,252); }
div.DivClassName
{
background-color: #3C28FC;
}
.BgClassName
{
background-color: #3C28FC;
}
</style>
border-color css
<style>
span { border-color: #3C28FC; }
span { border-color: rgb(60,40,252); }
td.TdClassName
{
border-color: #3C28FC;
}
.TagClassName
{
border-color: #3C28FC;
}
</style>