Shades of Han Purple #3C20DF
Tints of Han Purple #3C20DF
RGB
CMYK
RGB Variations
Color information
#3C20DF (or 0x3C20DF) is known color: Han Purple. HEX triplet: 3C, 20 and DF. RGB value is (60,32,223). Sum of RGB (Red+Green+Blue) = 60+32+223=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C20DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C20DF is #C3DF20. Grayscale: #3D3D3D. Windows color (decimal): -12836641 or 14622780. OLE color: 14622780.
HSL color Cylindrical-coordinate representation of color #3C20DF: hue angle of 248.8º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C20DF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 32 | 223 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.13 |
| HSL | 248.8º | 0.75% | 0.5% | - |
| HSV(B) | 248.8º | 0.86% | 0.87% | - |
| XYZ | 15.7 | 7.32 | 70.4 | - |
| YUV | 62.15 | 218.78 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 223 | 0.73 | 0.86 | 0 | 0.13 | 248.8 | 0.75 | 0.5 |
| Hex | 3C | 20 | DF | 49 | 56 | 0 | D | F9 | 4B | 32 |
| Octal | 74 | 40 | 337 | 111 | 126 | 0 | 15 | 371 | 113 | 62 |
| Binary | 111100 | 100000 | 11011111 | 1001001 | 1010110 | 0 | 1101 | 11111001 | 1001011 | 110010 |
Color Harmonies of #3C20DF
Complementary color
Monochromatic Colors of #3C20DF
Black with #3C20DF
Text Example
Text Example
White with #3C20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20DF; }
p { color: rgb(60,32,223); }
H1.HeaderClassName
{
color: #3C20DF;
}
.AnyTagClassName
{
color: #3C20DF;
}
</style>
background-color css
<style>
a { background-color: #3C20DF; }
a { background-color: rgb(60,32,223); }
div.DivClassName
{
background-color: #3C20DF;
}
.BgClassName
{
background-color: #3C20DF;
}
</style>
border-color css
<style>
span { border-color: #3C20DF; }
span { border-color: rgb(60,32,223); }
td.TdClassName
{
border-color: #3C20DF;
}
.TagClassName
{
border-color: #3C20DF;
}
</style>