Shades of Han Purple #3C20EB
Tints of Han Purple #3C20EB
RGB
CMYK
RGB Variations
Color information
#3C20EB (or 0x3C20EB) is known color: Han Purple. HEX triplet: 3C, 20 and EB. RGB value is (60,32,235). Sum of RGB (Red+Green+Blue) = 60+32+235=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C20EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C20EB is #C3DF14. Grayscale: #3E3E3E. Windows color (decimal): -12836629 or 15409212. OLE color: 15409212.
HSL color Cylindrical-coordinate representation of color #3C20EB: hue angle of 248.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C20EB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 32 | 235 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.08 |
| HSL | 248.28º | 0.84% | 0.52% | - |
| HSV(B) | 248.28º | 0.86% | 0.92% | - |
| XYZ | 17.38 | 7.99 | 79.22 | - |
| YUV | 63.51 | 224.78 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 235 | 0.74 | 0.86 | 0 | 0.08 | 248.28 | 0.84 | 0.52 |
| Hex | 3C | 20 | EB | 4A | 56 | 0 | 8 | F8 | 54 | 34 |
| Octal | 74 | 40 | 353 | 112 | 126 | 0 | 10 | 370 | 124 | 64 |
| Binary | 111100 | 100000 | 11101011 | 1001010 | 1010110 | 0 | 1000 | 11111000 | 1010100 | 110100 |
Color Harmonies of #3C20EB
Complementary color
Monochromatic Colors of #3C20EB
Black with #3C20EB
Text Example
Text Example
White with #3C20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20EB; }
p { color: rgb(60,32,235); }
H1.HeaderClassName
{
color: #3C20EB;
}
.AnyTagClassName
{
color: #3C20EB;
}
</style>
background-color css
<style>
a { background-color: #3C20EB; }
a { background-color: rgb(60,32,235); }
div.DivClassName
{
background-color: #3C20EB;
}
.BgClassName
{
background-color: #3C20EB;
}
</style>
border-color css
<style>
span { border-color: #3C20EB; }
span { border-color: rgb(60,32,235); }
td.TdClassName
{
border-color: #3C20EB;
}
.TagClassName
{
border-color: #3C20EB;
}
</style>