Shades of Han Purple #3C03FC
Tints of Han Purple #3C03FC
RGB
CMYK
RGB Variations
Color information
#3C03FC (or 0x3C03FC) is known color: Han Purple. HEX triplet: 3C, 03 and FC. RGB value is (60,3,252). Sum of RGB (Red+Green+Blue) = 60+3+252=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C03FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C03FC is #C3FC03. Grayscale: #2F2F2F. Windows color (decimal): -12844036 or 16515900. OLE color: 16515900.
HSL color Cylindrical-coordinate representation of color #3C03FC: hue angle of 253.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C03FC is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 3 | 252 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.01 |
| HSL | 253.73º | 0.98% | 0.5% | - |
| HSV(B) | 253.73º | 0.99% | 0.99% | - |
| XYZ | 19.47 | 8.05 | 92.62 | - |
| YUV | 48.43 | 242.88 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 252 | 0.76 | 0.99 | 0 | 0.01 | 253.73 | 0.98 | 0.5 |
| Hex | 3C | 3 | FC | 4C | 63 | 0 | 1 | FE | 62 | 32 |
| Octal | 74 | 3 | 374 | 114 | 143 | 0 | 1 | 376 | 142 | 62 |
| Binary | 111100 | 11 | 11111100 | 1001100 | 1100011 | 0 | 1 | 11111110 | 1100010 | 110010 |
Color Harmonies of #3C03FC
Complementary color
Monochromatic Colors of #3C03FC
Black with #3C03FC
Text Example
Text Example
White with #3C03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03FC; }
p { color: rgb(60,3,252); }
H1.HeaderClassName
{
color: #3C03FC;
}
.AnyTagClassName
{
color: #3C03FC;
}
</style>
background-color css
<style>
a { background-color: #3C03FC; }
a { background-color: rgb(60,3,252); }
div.DivClassName
{
background-color: #3C03FC;
}
.BgClassName
{
background-color: #3C03FC;
}
</style>
border-color css
<style>
span { border-color: #3C03FC; }
span { border-color: rgb(60,3,252); }
td.TdClassName
{
border-color: #3C03FC;
}
.TagClassName
{
border-color: #3C03FC;
}
</style>