Shades of Han Purple #3C25FF
Tints of Han Purple #3C25FF
RGB
CMYK
RGB Variations
Color information
#3C25FF (or 0x3C25FF) is known color: Han Purple. HEX triplet: 3C, 25 and FF. RGB value is (60,37,255). Sum of RGB (Red+Green+Blue) = 60+37+255=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C25FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C25FF is #C3DA00. Grayscale: #434343. Windows color (decimal): -12835329 or 16721212. OLE color: 16721212.
HSL color Cylindrical-coordinate representation of color #3C25FF: hue angle of 246.33º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C25FF is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 37 | 255 | - |
| CMYK | 0.76 | 0.85 | 0 | 0 |
| HSL | 246.33º | 1% | 0.57% | - |
| HSV(B) | 246.33º | 0.85% | 1% | - |
| XYZ | 20.58 | 9.5 | 95.36 | - |
| YUV | 68.73 | 233.12 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 255 | 0.76 | 0.85 | 0 | 0 | 246.33 | 1 | 0.57 |
| Hex | 3C | 25 | FF | 4C | 55 | 0 | 0 | F6 | 64 | 39 |
| Octal | 74 | 45 | 377 | 114 | 125 | 0 | 0 | 366 | 144 | 71 |
| Binary | 111100 | 100101 | 11111111 | 1001100 | 1010101 | 0 | 0 | 11110110 | 1100100 | 111001 |
Color Harmonies of #3C25FF
Complementary color
Monochromatic Colors of #3C25FF
Black with #3C25FF
Text Example
Text Example
White with #3C25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C25FF; }
p { color: rgb(60,37,255); }
H1.HeaderClassName
{
color: #3C25FF;
}
.AnyTagClassName
{
color: #3C25FF;
}
</style>
background-color css
<style>
a { background-color: #3C25FF; }
a { background-color: rgb(60,37,255); }
div.DivClassName
{
background-color: #3C25FF;
}
.BgClassName
{
background-color: #3C25FF;
}
</style>
border-color css
<style>
span { border-color: #3C25FF; }
span { border-color: rgb(60,37,255); }
td.TdClassName
{
border-color: #3C25FF;
}
.TagClassName
{
border-color: #3C25FF;
}
</style>