Shades of Han Purple #3C22EB
Tints of Han Purple #3C22EB
RGB
CMYK
RGB Variations
Color information
#3C22EB (or 0x3C22EB) is known color: Han Purple. HEX triplet: 3C, 22 and EB. RGB value is (60,34,235). Sum of RGB (Red+Green+Blue) = 60+34+235=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C22EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C22EB is #C3DD14. Grayscale: #3F3F3F. Windows color (decimal): -12836117 or 15409724. OLE color: 15409724.
HSL color Cylindrical-coordinate representation of color #3C22EB: hue angle of 247.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C22EB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 34 | 235 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.08 |
| HSL | 247.76º | 0.83% | 0.53% | - |
| HSV(B) | 247.76º | 0.86% | 0.92% | - |
| XYZ | 17.43 | 8.1 | 79.24 | - |
| YUV | 64.69 | 224.11 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 235 | 0.74 | 0.86 | 0 | 0.08 | 247.76 | 0.83 | 0.53 |
| Hex | 3C | 22 | EB | 4A | 56 | 0 | 8 | F8 | 53 | 35 |
| Octal | 74 | 42 | 353 | 112 | 126 | 0 | 10 | 370 | 123 | 65 |
| Binary | 111100 | 100010 | 11101011 | 1001010 | 1010110 | 0 | 1000 | 11111000 | 1010011 | 110101 |
Color Harmonies of #3C22EB
Complementary color
Monochromatic Colors of #3C22EB
Black with #3C22EB
Text Example
Text Example
White with #3C22EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C22EB; }
p { color: rgb(60,34,235); }
H1.HeaderClassName
{
color: #3C22EB;
}
.AnyTagClassName
{
color: #3C22EB;
}
</style>
background-color css
<style>
a { background-color: #3C22EB; }
a { background-color: rgb(60,34,235); }
div.DivClassName
{
background-color: #3C22EB;
}
.BgClassName
{
background-color: #3C22EB;
}
</style>
border-color css
<style>
span { border-color: #3C22EB; }
span { border-color: rgb(60,34,235); }
td.TdClassName
{
border-color: #3C22EB;
}
.TagClassName
{
border-color: #3C22EB;
}
</style>