Shades of Han Purple #3C28FD
Tints of Han Purple #3C28FD
RGB
CMYK
RGB Variations
Color information
#3C28FD (or 0x3C28FD) is known color: Han Purple. HEX triplet: 3C, 28 and FD. RGB value is (60,40,253). Sum of RGB (Red+Green+Blue) = 60+40+253=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C28FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C28FD is #C3D702. Grayscale: #454545. Windows color (decimal): -12834563 or 16590908. OLE color: 16590908.
HSL color Cylindrical-coordinate representation of color #3C28FD: hue angle of 245.63º degrees, saturation: 0.98, 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 #3C28FD is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 40 | 253 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.01 |
| HSL | 245.63º | 0.98% | 0.57% | - |
| HSV(B) | 245.63º | 0.84% | 0.99% | - |
| XYZ | 20.35 | 9.57 | 93.7 | - |
| YUV | 70.26 | 231.13 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 253 | 0.76 | 0.84 | 0 | 0.01 | 245.63 | 0.98 | 0.57 |
| Hex | 3C | 28 | FD | 4C | 54 | 0 | 1 | F6 | 62 | 39 |
| Octal | 74 | 50 | 375 | 114 | 124 | 0 | 1 | 366 | 142 | 71 |
| Binary | 111100 | 101000 | 11111101 | 1001100 | 1010100 | 0 | 1 | 11110110 | 1100010 | 111001 |
Color Harmonies of #3C28FD
Complementary color
Monochromatic Colors of #3C28FD
Black with #3C28FD
Text Example
Text Example
White with #3C28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28FD; }
p { color: rgb(60,40,253); }
H1.HeaderClassName
{
color: #3C28FD;
}
.AnyTagClassName
{
color: #3C28FD;
}
</style>
background-color css
<style>
a { background-color: #3C28FD; }
a { background-color: rgb(60,40,253); }
div.DivClassName
{
background-color: #3C28FD;
}
.BgClassName
{
background-color: #3C28FD;
}
</style>
border-color css
<style>
span { border-color: #3C28FD; }
span { border-color: rgb(60,40,253); }
td.TdClassName
{
border-color: #3C28FD;
}
.TagClassName
{
border-color: #3C28FD;
}
</style>