Shades of Han Purple #3C28E0
Tints of Han Purple #3C28E0
RGB
CMYK
RGB Variations
Color information
#3C28E0 (or 0x3C28E0) is known color: Han Purple. HEX triplet: 3C, 28 and E0. RGB value is (60,40,224). Sum of RGB (Red+Green+Blue) = 60+40+224=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C28E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28E0 is #C3D71F. Grayscale: #424242. Windows color (decimal): -12834592 or 14690364. OLE color: 14690364.
HSL color Cylindrical-coordinate representation of color #3C28E0: hue angle of 246.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C28E0 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 40 | 224 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.12 |
| HSL | 246.52º | 0.75% | 0.52% | - |
| HSV(B) | 246.52º | 0.82% | 0.88% | - |
| XYZ | 16.08 | 7.86 | 71.19 | - |
| YUV | 66.96 | 216.63 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 224 | 0.73 | 0.82 | 0 | 0.12 | 246.52 | 0.75 | 0.52 |
| Hex | 3C | 28 | E0 | 49 | 52 | 0 | C | F7 | 4B | 34 |
| Octal | 74 | 50 | 340 | 111 | 122 | 0 | 14 | 367 | 113 | 64 |
| Binary | 111100 | 101000 | 11100000 | 1001001 | 1010010 | 0 | 1100 | 11110111 | 1001011 | 110100 |
Color Harmonies of #3C28E0
Complementary color
Monochromatic Colors of #3C28E0
Black with #3C28E0
Text Example
Text Example
White with #3C28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28E0; }
p { color: rgb(60,40,224); }
H1.HeaderClassName
{
color: #3C28E0;
}
.AnyTagClassName
{
color: #3C28E0;
}
</style>
background-color css
<style>
a { background-color: #3C28E0; }
a { background-color: rgb(60,40,224); }
div.DivClassName
{
background-color: #3C28E0;
}
.BgClassName
{
background-color: #3C28E0;
}
</style>
border-color css
<style>
span { border-color: #3C28E0; }
span { border-color: rgb(60,40,224); }
td.TdClassName
{
border-color: #3C28E0;
}
.TagClassName
{
border-color: #3C28E0;
}
</style>