Shades of Han Purple #3C0FFF
Tints of Han Purple #3C0FFF
RGB
CMYK
RGB Variations
Color information
#3C0FFF (or 0x3C0FFF) is known color: Han Purple. HEX triplet: 3C, 0F and FF. RGB value is (60,15,255). Sum of RGB (Red+Green+Blue) = 60+15+255=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C0FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0FFF is #C3F000. Grayscale: #363636. Windows color (decimal): -12840961 or 16715580. OLE color: 16715580.
HSL color Cylindrical-coordinate representation of color #3C0FFF: hue angle of 251.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0FFF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 15 | 255 | - |
| CMYK | 0.76 | 0.94 | 0 | 0 |
| HSL | 251.25º | 1% | 0.53% | - |
| HSV(B) | 251.25º | 0.94% | 1% | - |
| XYZ | 20.08 | 8.52 | 95.19 | - |
| YUV | 55.82 | 240.41 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 255 | 0.76 | 0.94 | 0 | 0 | 251.25 | 1 | 0.53 |
| Hex | 3C | F | FF | 4C | 5E | 0 | 0 | FB | 64 | 35 |
| Octal | 74 | 17 | 377 | 114 | 136 | 0 | 0 | 373 | 144 | 65 |
| Binary | 111100 | 1111 | 11111111 | 1001100 | 1011110 | 0 | 0 | 11111011 | 1100100 | 110101 |
Color Harmonies of #3C0FFF
Complementary color
Monochromatic Colors of #3C0FFF
Black with #3C0FFF
Text Example
Text Example
White with #3C0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0FFF; }
p { color: rgb(60,15,255); }
H1.HeaderClassName
{
color: #3C0FFF;
}
.AnyTagClassName
{
color: #3C0FFF;
}
</style>
background-color css
<style>
a { background-color: #3C0FFF; }
a { background-color: rgb(60,15,255); }
div.DivClassName
{
background-color: #3C0FFF;
}
.BgClassName
{
background-color: #3C0FFF;
}
</style>
border-color css
<style>
span { border-color: #3C0FFF; }
span { border-color: rgb(60,15,255); }
td.TdClassName
{
border-color: #3C0FFF;
}
.TagClassName
{
border-color: #3C0FFF;
}
</style>