Shades of Han Purple #3C01EF
Tints of Han Purple #3C01EF
RGB
CMYK
RGB Variations
Color information
#3C01EF (or 0x3C01EF) is known color: Han Purple. HEX triplet: 3C, 01 and EF. RGB value is (60,1,239). Sum of RGB (Red+Green+Blue) = 60+1+239=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C01EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C01EF is #C3FE10. Grayscale: #2C2C2C. Windows color (decimal): -12844561 or 15663420. OLE color: 15663420.
HSL color Cylindrical-coordinate representation of color #3C01EF: hue angle of 254.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01EF is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 1 | 239 | - |
| CMYK | 0.75 | 1.00 | 0 | 0.06 |
| HSL | 254.87º | 0.99% | 0.47% | - |
| HSV(B) | 254.87º | 1% | 0.94% | - |
| XYZ | 17.45 | 7.21 | 82.13 | - |
| YUV | 45.77 | 237.05 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 239 | 0.75 | 1.00 | 0 | 0.06 | 254.87 | 0.99 | 0.47 |
| Hex | 3C | 1 | EF | 4B | 64 | 0 | 6 | FF | 63 | 2F |
| Octal | 74 | 1 | 357 | 113 | 144 | 0 | 6 | 377 | 143 | 57 |
| Binary | 111100 | 1 | 11101111 | 1001011 | 1100100 | 0 | 110 | 11111111 | 1100011 | 101111 |
Color Harmonies of #3C01EF
Complementary color
Monochromatic Colors of #3C01EF
Black with #3C01EF
Text Example
Text Example
White with #3C01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01EF; }
p { color: rgb(60,1,239); }
H1.HeaderClassName
{
color: #3C01EF;
}
.AnyTagClassName
{
color: #3C01EF;
}
</style>
background-color css
<style>
a { background-color: #3C01EF; }
a { background-color: rgb(60,1,239); }
div.DivClassName
{
background-color: #3C01EF;
}
.BgClassName
{
background-color: #3C01EF;
}
</style>
border-color css
<style>
span { border-color: #3C01EF; }
span { border-color: rgb(60,1,239); }
td.TdClassName
{
border-color: #3C01EF;
}
.TagClassName
{
border-color: #3C01EF;
}
</style>