Shades of Han Purple #3C20FB
Tints of Han Purple #3C20FB
RGB
CMYK
RGB Variations
Color information
#3C20FB (or 0x3C20FB) is known color: Han Purple. HEX triplet: 3C, 20 and FB. RGB value is (60,32,251). Sum of RGB (Red+Green+Blue) = 60+32+251=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C20FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C20FB is #C3DF04. Grayscale: #404040. Windows color (decimal): -12836613 or 16457788. OLE color: 16457788.
HSL color Cylindrical-coordinate representation of color #3C20FB: hue angle of 247.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C20FB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 32 | 251 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.02 |
| HSL | 247.67º | 0.96% | 0.55% | - |
| HSV(B) | 247.67º | 0.87% | 0.98% | - |
| XYZ | 19.79 | 8.96 | 91.95 | - |
| YUV | 65.34 | 232.78 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 251 | 0.76 | 0.87 | 0 | 0.02 | 247.67 | 0.96 | 0.55 |
| Hex | 3C | 20 | FB | 4C | 57 | 0 | 2 | F8 | 60 | 37 |
| Octal | 74 | 40 | 373 | 114 | 127 | 0 | 2 | 370 | 140 | 67 |
| Binary | 111100 | 100000 | 11111011 | 1001100 | 1010111 | 0 | 10 | 11111000 | 1100000 | 110111 |
Color Harmonies of #3C20FB
Complementary color
Monochromatic Colors of #3C20FB
Black with #3C20FB
Text Example
Text Example
White with #3C20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20FB; }
p { color: rgb(60,32,251); }
H1.HeaderClassName
{
color: #3C20FB;
}
.AnyTagClassName
{
color: #3C20FB;
}
</style>
background-color css
<style>
a { background-color: #3C20FB; }
a { background-color: rgb(60,32,251); }
div.DivClassName
{
background-color: #3C20FB;
}
.BgClassName
{
background-color: #3C20FB;
}
</style>
border-color css
<style>
span { border-color: #3C20FB; }
span { border-color: rgb(60,32,251); }
td.TdClassName
{
border-color: #3C20FB;
}
.TagClassName
{
border-color: #3C20FB;
}
</style>