Shades of Han Purple #3C01FE
Tints of Han Purple #3C01FE
RGB
CMYK
RGB Variations
Color information
#3C01FE (or 0x3C01FE) is known color: Han Purple. HEX triplet: 3C, 01 and FE. RGB value is (60,1,254). Sum of RGB (Red+Green+Blue) = 60+1+254=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C01FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C01FE is #C3FE01. Grayscale: #2E2E2E. Windows color (decimal): -12844546 or 16646460. OLE color: 16646460.
HSL color Cylindrical-coordinate representation of color #3C01FE: hue angle of 253.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01FE is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 1 | 254 | - |
| CMYK | 0.76 | 1.00 | 0 | 0.00 |
| HSL | 253.99º | 0.99% | 0.5% | - |
| HSV(B) | 253.99º | 1% | 1% | - |
| XYZ | 19.76 | 8.14 | 94.3 | - |
| YUV | 47.48 | 244.55 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 254 | 0.76 | 1.00 | 0 | 0.00 | 253.99 | 0.99 | 0.5 |
| Hex | 3C | 1 | FE | 4C | 64 | 0 | 0 | FE | 63 | 32 |
| Octal | 74 | 1 | 376 | 114 | 144 | 0 | 0 | 376 | 143 | 62 |
| Binary | 111100 | 1 | 11111110 | 1001100 | 1100100 | 0 | 0 | 11111110 | 1100011 | 110010 |
Color Harmonies of #3C01FE
Complementary color
Monochromatic Colors of #3C01FE
Black with #3C01FE
Text Example
Text Example
White with #3C01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01FE; }
p { color: rgb(60,1,254); }
H1.HeaderClassName
{
color: #3C01FE;
}
.AnyTagClassName
{
color: #3C01FE;
}
</style>
background-color css
<style>
a { background-color: #3C01FE; }
a { background-color: rgb(60,1,254); }
div.DivClassName
{
background-color: #3C01FE;
}
.BgClassName
{
background-color: #3C01FE;
}
</style>
border-color css
<style>
span { border-color: #3C01FE; }
span { border-color: rgb(60,1,254); }
td.TdClassName
{
border-color: #3C01FE;
}
.TagClassName
{
border-color: #3C01FE;
}
</style>