Shades of Han Purple #3C22DA
Tints of Han Purple #3C22DA
RGB
CMYK
RGB Variations
Color information
#3C22DA (or 0x3C22DA) is known color: Han Purple. HEX triplet: 3C, 22 and DA. RGB value is (60,34,218). Sum of RGB (Red+Green+Blue) = 60+34+218=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C22DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C22DA is #C3DD25. Grayscale: #3E3E3E. Windows color (decimal): -12836134 or 14295612. OLE color: 14295612.
HSL color Cylindrical-coordinate representation of color #3C22DA: hue angle of 248.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C22DA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 34 | 218 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.15 |
| HSL | 248.48º | 0.73% | 0.49% | - |
| HSV(B) | 248.48º | 0.84% | 0.85% | - |
| XYZ | 15.09 | 7.17 | 66.92 | - |
| YUV | 62.75 | 215.61 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 218 | 0.72 | 0.84 | 0 | 0.15 | 248.48 | 0.73 | 0.49 |
| Hex | 3C | 22 | DA | 48 | 54 | 0 | F | F8 | 49 | 31 |
| Octal | 74 | 42 | 332 | 110 | 124 | 0 | 17 | 370 | 111 | 61 |
| Binary | 111100 | 100010 | 11011010 | 1001000 | 1010100 | 0 | 1111 | 11111000 | 1001001 | 110001 |
Color Harmonies of #3C22DA
Complementary color
Monochromatic Colors of #3C22DA
Black with #3C22DA
Text Example
Text Example
White with #3C22DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C22DA; }
p { color: rgb(60,34,218); }
H1.HeaderClassName
{
color: #3C22DA;
}
.AnyTagClassName
{
color: #3C22DA;
}
</style>
background-color css
<style>
a { background-color: #3C22DA; }
a { background-color: rgb(60,34,218); }
div.DivClassName
{
background-color: #3C22DA;
}
.BgClassName
{
background-color: #3C22DA;
}
</style>
border-color css
<style>
span { border-color: #3C22DA; }
span { border-color: rgb(60,34,218); }
td.TdClassName
{
border-color: #3C22DA;
}
.TagClassName
{
border-color: #3C22DA;
}
</style>