Shades of Han Purple #3C19FF
Tints of Han Purple #3C19FF
RGB
CMYK
RGB Variations
Color information
#3C19FF (or 0x3C19FF) is known color: Han Purple. HEX triplet: 3C, 19 and FF. RGB value is (60,25,255). Sum of RGB (Red+Green+Blue) = 60+25+255=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C19FF is #C3E600. Grayscale: #3C3C3C. Windows color (decimal): -12838401 or 16718140. OLE color: 16718140.
HSL color Cylindrical-coordinate representation of color #3C19FF: hue angle of 249.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C19FF is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 25 | 255 | - |
| CMYK | 0.76 | 0.90 | 0 | 0 |
| HSL | 249.13º | 1% | 0.55% | - |
| HSV(B) | 249.13º | 0.9% | 1% | - |
| XYZ | 20.26 | 8.88 | 95.25 | - |
| YUV | 61.69 | 237.1 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 255 | 0.76 | 0.90 | 0 | 0 | 249.13 | 1 | 0.55 |
| Hex | 3C | 19 | FF | 4C | 5A | 0 | 0 | F9 | 64 | 37 |
| Octal | 74 | 31 | 377 | 114 | 132 | 0 | 0 | 371 | 144 | 67 |
| Binary | 111100 | 11001 | 11111111 | 1001100 | 1011010 | 0 | 0 | 11111001 | 1100100 | 110111 |
Color Harmonies of #3C19FF
Complementary color
Monochromatic Colors of #3C19FF
Black with #3C19FF
Text Example
Text Example
White with #3C19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19FF; }
p { color: rgb(60,25,255); }
H1.HeaderClassName
{
color: #3C19FF;
}
.AnyTagClassName
{
color: #3C19FF;
}
</style>
background-color css
<style>
a { background-color: #3C19FF; }
a { background-color: rgb(60,25,255); }
div.DivClassName
{
background-color: #3C19FF;
}
.BgClassName
{
background-color: #3C19FF;
}
</style>
border-color css
<style>
span { border-color: #3C19FF; }
span { border-color: rgb(60,25,255); }
td.TdClassName
{
border-color: #3C19FF;
}
.TagClassName
{
border-color: #3C19FF;
}
</style>