Shades of Han Purple #3C24F0
Tints of Han Purple #3C24F0
RGB
CMYK
RGB Variations
Color information
#3C24F0 (or 0x3C24F0) is known color: Han Purple. HEX triplet: 3C, 24 and F0. RGB value is (60,36,240). Sum of RGB (Red+Green+Blue) = 60+36+240=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #3C24F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C24F0 is #C3DB0F. Grayscale: #414141. Windows color (decimal): -12835600 or 15737916. OLE color: 15737916.
HSL color Cylindrical-coordinate representation of color #3C24F0: hue angle of 247.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C24F0 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 36 | 240 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.06 |
| HSL | 247.06º | 0.87% | 0.54% | - |
| HSV(B) | 247.06º | 0.85% | 0.94% | - |
| XYZ | 18.22 | 8.51 | 83.12 | - |
| YUV | 66.43 | 225.95 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 240 | 0.75 | 0.85 | 0 | 0.06 | 247.06 | 0.87 | 0.54 |
| Hex | 3C | 24 | F0 | 4B | 55 | 0 | 6 | F7 | 57 | 36 |
| Octal | 74 | 44 | 360 | 113 | 125 | 0 | 6 | 367 | 127 | 66 |
| Binary | 111100 | 100100 | 11110000 | 1001011 | 1010101 | 0 | 110 | 11110111 | 1010111 | 110110 |
Color Harmonies of #3C24F0
Complementary color
Monochromatic Colors of #3C24F0
Black with #3C24F0
Text Example
Text Example
White with #3C24F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24F0; }
p { color: rgb(60,36,240); }
H1.HeaderClassName
{
color: #3C24F0;
}
.AnyTagClassName
{
color: #3C24F0;
}
</style>
background-color css
<style>
a { background-color: #3C24F0; }
a { background-color: rgb(60,36,240); }
div.DivClassName
{
background-color: #3C24F0;
}
.BgClassName
{
background-color: #3C24F0;
}
</style>
border-color css
<style>
span { border-color: #3C24F0; }
span { border-color: rgb(60,36,240); }
td.TdClassName
{
border-color: #3C24F0;
}
.TagClassName
{
border-color: #3C24F0;
}
</style>