Shades of Han Purple #3C19FD
Tints of Han Purple #3C19FD
RGB
CMYK
RGB Variations
Color information
#3C19FD (or 0x3C19FD) is known color: Han Purple. HEX triplet: 3C, 19 and FD. RGB value is (60,25,253). Sum of RGB (Red+Green+Blue) = 60+25+253=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C19FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C19FD is #C3E602. Grayscale: #3C3C3C. Windows color (decimal): -12838403 or 16587068. OLE color: 16587068.
HSL color Cylindrical-coordinate representation of color #3C19FD: hue angle of 249.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C19FD is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 25 | 253 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.01 |
| HSL | 249.21º | 0.98% | 0.55% | - |
| HSV(B) | 249.21º | 0.9% | 0.99% | - |
| XYZ | 19.94 | 8.75 | 93.57 | - |
| YUV | 61.46 | 236.1 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 253 | 0.76 | 0.90 | 0 | 0.01 | 249.21 | 0.98 | 0.55 |
| Hex | 3C | 19 | FD | 4C | 5A | 0 | 1 | F9 | 62 | 37 |
| Octal | 74 | 31 | 375 | 114 | 132 | 0 | 1 | 371 | 142 | 67 |
| Binary | 111100 | 11001 | 11111101 | 1001100 | 1011010 | 0 | 1 | 11111001 | 1100010 | 110111 |
Color Harmonies of #3C19FD
Complementary color
Monochromatic Colors of #3C19FD
Black with #3C19FD
Text Example
Text Example
White with #3C19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19FD; }
p { color: rgb(60,25,253); }
H1.HeaderClassName
{
color: #3C19FD;
}
.AnyTagClassName
{
color: #3C19FD;
}
</style>
background-color css
<style>
a { background-color: #3C19FD; }
a { background-color: rgb(60,25,253); }
div.DivClassName
{
background-color: #3C19FD;
}
.BgClassName
{
background-color: #3C19FD;
}
</style>
border-color css
<style>
span { border-color: #3C19FD; }
span { border-color: rgb(60,25,253); }
td.TdClassName
{
border-color: #3C19FD;
}
.TagClassName
{
border-color: #3C19FD;
}
</style>