Shades of Han Purple #3C21F2
Tints of Han Purple #3C21F2
RGB
CMYK
RGB Variations
Color information
#3C21F2 (or 0x3C21F2) is known color: Han Purple. HEX triplet: 3C, 21 and F2. RGB value is (60,33,242). Sum of RGB (Red+Green+Blue) = 60+33+242=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #3C21F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C21F2 is #C3DE0D. Grayscale: #404040. Windows color (decimal): -12836366 or 15868220. OLE color: 15868220.
HSL color Cylindrical-coordinate representation of color #3C21F2: hue angle of 247.75º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C21F2 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 33 | 242 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.05 |
| HSL | 247.75º | 0.89% | 0.54% | - |
| HSV(B) | 247.75º | 0.86% | 0.95% | - |
| XYZ | 18.43 | 8.46 | 84.67 | - |
| YUV | 64.9 | 227.95 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 242 | 0.75 | 0.86 | 0 | 0.05 | 247.75 | 0.89 | 0.54 |
| Hex | 3C | 21 | F2 | 4B | 56 | 0 | 5 | F8 | 59 | 36 |
| Octal | 74 | 41 | 362 | 113 | 126 | 0 | 5 | 370 | 131 | 66 |
| Binary | 111100 | 100001 | 11110010 | 1001011 | 1010110 | 0 | 101 | 11111000 | 1011001 | 110110 |
Color Harmonies of #3C21F2
Complementary color
Monochromatic Colors of #3C21F2
Black with #3C21F2
Text Example
Text Example
White with #3C21F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C21F2; }
p { color: rgb(60,33,242); }
H1.HeaderClassName
{
color: #3C21F2;
}
.AnyTagClassName
{
color: #3C21F2;
}
</style>
background-color css
<style>
a { background-color: #3C21F2; }
a { background-color: rgb(60,33,242); }
div.DivClassName
{
background-color: #3C21F2;
}
.BgClassName
{
background-color: #3C21F2;
}
</style>
border-color css
<style>
span { border-color: #3C21F2; }
span { border-color: rgb(60,33,242); }
td.TdClassName
{
border-color: #3C21F2;
}
.TagClassName
{
border-color: #3C21F2;
}
</style>