Shades of Han Purple #3C10FF
Tints of Han Purple #3C10FF
RGB
CMYK
RGB Variations
Color information
#3C10FF (or 0x3C10FF) is known color: Han Purple. HEX triplet: 3C, 10 and FF. RGB value is (60,16,255). Sum of RGB (Red+Green+Blue) = 60+16+255=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C10FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C10FF is #C3EF00. Grayscale: #373737. Windows color (decimal): -12840705 or 16715836. OLE color: 16715836.
HSL color Cylindrical-coordinate representation of color #3C10FF: hue angle of 251.05º 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 #3C10FF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 16 | 255 | - |
| CMYK | 0.76 | 0.94 | 0 | 0 |
| HSL | 251.05º | 1% | 0.53% | - |
| HSV(B) | 251.05º | 0.94% | 1% | - |
| XYZ | 20.1 | 8.55 | 95.2 | - |
| YUV | 56.4 | 240.08 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 255 | 0.76 | 0.94 | 0 | 0 | 251.05 | 1 | 0.53 |
| Hex | 3C | 10 | FF | 4C | 5E | 0 | 0 | FB | 64 | 35 |
| Octal | 74 | 20 | 377 | 114 | 136 | 0 | 0 | 373 | 144 | 65 |
| Binary | 111100 | 10000 | 11111111 | 1001100 | 1011110 | 0 | 0 | 11111011 | 1100100 | 110101 |
Color Harmonies of #3C10FF
Complementary color
Monochromatic Colors of #3C10FF
Black with #3C10FF
Text Example
Text Example
White with #3C10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10FF; }
p { color: rgb(60,16,255); }
H1.HeaderClassName
{
color: #3C10FF;
}
.AnyTagClassName
{
color: #3C10FF;
}
</style>
background-color css
<style>
a { background-color: #3C10FF; }
a { background-color: rgb(60,16,255); }
div.DivClassName
{
background-color: #3C10FF;
}
.BgClassName
{
background-color: #3C10FF;
}
</style>
border-color css
<style>
span { border-color: #3C10FF; }
span { border-color: rgb(60,16,255); }
td.TdClassName
{
border-color: #3C10FF;
}
.TagClassName
{
border-color: #3C10FF;
}
</style>