Shades of Han Purple #3C28EF
Tints of Han Purple #3C28EF
RGB
CMYK
RGB Variations
Color information
#3C28EF (or 0x3C28EF) is known color: Han Purple. HEX triplet: 3C, 28 and EF. RGB value is (60,40,239). Sum of RGB (Red+Green+Blue) = 60+40+239=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C28EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C28EF is #C3D710. Grayscale: #434343. Windows color (decimal): -12834577 or 15673404. OLE color: 15673404.
HSL color Cylindrical-coordinate representation of color #3C28EF: hue angle of 246.03º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C28EF is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 40 | 239 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.06 |
| HSL | 246.03º | 0.86% | 0.55% | - |
| HSV(B) | 246.03º | 0.83% | 0.94% | - |
| XYZ | 18.2 | 8.71 | 82.38 | - |
| YUV | 68.67 | 224.13 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 239 | 0.75 | 0.83 | 0 | 0.06 | 246.03 | 0.86 | 0.55 |
| Hex | 3C | 28 | EF | 4B | 53 | 0 | 6 | F6 | 56 | 37 |
| Octal | 74 | 50 | 357 | 113 | 123 | 0 | 6 | 366 | 126 | 67 |
| Binary | 111100 | 101000 | 11101111 | 1001011 | 1010011 | 0 | 110 | 11110110 | 1010110 | 110111 |
Color Harmonies of #3C28EF
Complementary color
Monochromatic Colors of #3C28EF
Black with #3C28EF
Text Example
Text Example
White with #3C28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C28EF; }
p { color: rgb(60,40,239); }
H1.HeaderClassName
{
color: #3C28EF;
}
.AnyTagClassName
{
color: #3C28EF;
}
</style>
background-color css
<style>
a { background-color: #3C28EF; }
a { background-color: rgb(60,40,239); }
div.DivClassName
{
background-color: #3C28EF;
}
.BgClassName
{
background-color: #3C28EF;
}
</style>
border-color css
<style>
span { border-color: #3C28EF; }
span { border-color: rgb(60,40,239); }
td.TdClassName
{
border-color: #3C28EF;
}
.TagClassName
{
border-color: #3C28EF;
}
</style>