Shades of Han Purple #3C21FB
Tints of Han Purple #3C21FB
RGB
CMYK
RGB Variations
Color information
#3C21FB (or 0x3C21FB) is known color: Han Purple. HEX triplet: 3C, 21 and FB. RGB value is (60,33,251). Sum of RGB (Red+Green+Blue) = 60+33+251=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C21FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C21FB is #C3DE04. Grayscale: #414141. Windows color (decimal): -12836357 or 16458044. OLE color: 16458044.
HSL color Cylindrical-coordinate representation of color #3C21FB: hue angle of 247.43º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C21FB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 33 | 251 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.02 |
| HSL | 247.43º | 0.96% | 0.56% | - |
| HSV(B) | 247.43º | 0.87% | 0.98% | - |
| XYZ | 19.82 | 9.01 | 91.96 | - |
| YUV | 65.93 | 232.45 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 251 | 0.76 | 0.87 | 0 | 0.02 | 247.43 | 0.96 | 0.56 |
| Hex | 3C | 21 | FB | 4C | 57 | 0 | 2 | F7 | 60 | 38 |
| Octal | 74 | 41 | 373 | 114 | 127 | 0 | 2 | 367 | 140 | 70 |
| Binary | 111100 | 100001 | 11111011 | 1001100 | 1010111 | 0 | 10 | 11110111 | 1100000 | 111000 |
Color Harmonies of #3C21FB
Complementary color
Monochromatic Colors of #3C21FB
Black with #3C21FB
Text Example
Text Example
White with #3C21FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C21FB; }
p { color: rgb(60,33,251); }
H1.HeaderClassName
{
color: #3C21FB;
}
.AnyTagClassName
{
color: #3C21FB;
}
</style>
background-color css
<style>
a { background-color: #3C21FB; }
a { background-color: rgb(60,33,251); }
div.DivClassName
{
background-color: #3C21FB;
}
.BgClassName
{
background-color: #3C21FB;
}
</style>
border-color css
<style>
span { border-color: #3C21FB; }
span { border-color: rgb(60,33,251); }
td.TdClassName
{
border-color: #3C21FB;
}
.TagClassName
{
border-color: #3C21FB;
}
</style>