Shades of Han Purple #3C24E4
Tints of Han Purple #3C24E4
RGB
CMYK
RGB Variations
Color information
#3C24E4 (or 0x3C24E4) is known color: Han Purple. HEX triplet: 3C, 24 and E4. RGB value is (60,36,228). Sum of RGB (Red+Green+Blue) = 60+36+228=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 228 (89.45% from 255 or 70.37% from 324); Max value from RGB is 228 - color contains mainly: blue. Hex color #3C24E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C24E4 is #C3DB1B. Grayscale: #404040. Windows color (decimal): -12835612 or 14951484. OLE color: 14951484.
HSL color Cylindrical-coordinate representation of color #3C24E4: hue angle of 247.5º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C24E4 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 36 | 228 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.11 |
| HSL | 247.5º | 0.78% | 0.52% | - |
| HSV(B) | 247.5º | 0.84% | 0.89% | - |
| XYZ | 16.5 | 7.82 | 74.04 | - |
| YUV | 65.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 228 | 0.74 | 0.84 | 0 | 0.11 | 247.5 | 0.78 | 0.52 |
| Hex | 3C | 24 | E4 | 4A | 54 | 0 | B | F8 | 4E | 34 |
| Octal | 74 | 44 | 344 | 112 | 124 | 0 | 13 | 370 | 116 | 64 |
| Binary | 111100 | 100100 | 11100100 | 1001010 | 1010100 | 0 | 1011 | 11111000 | 1001110 | 110100 |
Color Harmonies of #3C24E4
Complementary color
Monochromatic Colors of #3C24E4
Black with #3C24E4
Text Example
Text Example
White with #3C24E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24E4; }
p { color: rgb(60,36,228); }
H1.HeaderClassName
{
color: #3C24E4;
}
.AnyTagClassName
{
color: #3C24E4;
}
</style>
background-color css
<style>
a { background-color: #3C24E4; }
a { background-color: rgb(60,36,228); }
div.DivClassName
{
background-color: #3C24E4;
}
.BgClassName
{
background-color: #3C24E4;
}
</style>
border-color css
<style>
span { border-color: #3C24E4; }
span { border-color: rgb(60,36,228); }
td.TdClassName
{
border-color: #3C24E4;
}
.TagClassName
{
border-color: #3C24E4;
}
</style>