Shades of Han Purple #3C24EB
Tints of Han Purple #3C24EB
RGB
CMYK
RGB Variations
Color information
#3C24EB (or 0x3C24EB) is known color: Han Purple. HEX triplet: 3C, 24 and EB. RGB value is (60,36,235). Sum of RGB (Red+Green+Blue) = 60+36+235=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C24EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C24EB is #C3DB14. Grayscale: #414141. Windows color (decimal): -12835605 or 15410236. OLE color: 15410236.
HSL color Cylindrical-coordinate representation of color #3C24EB: hue angle of 247.24º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C24EB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 36 | 235 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.08 |
| HSL | 247.24º | 0.83% | 0.53% | - |
| HSV(B) | 247.24º | 0.85% | 0.92% | - |
| XYZ | 17.49 | 8.22 | 79.26 | - |
| YUV | 65.86 | 223.45 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 235 | 0.74 | 0.85 | 0 | 0.08 | 247.24 | 0.83 | 0.53 |
| Hex | 3C | 24 | EB | 4A | 55 | 0 | 8 | F7 | 53 | 35 |
| Octal | 74 | 44 | 353 | 112 | 125 | 0 | 10 | 367 | 123 | 65 |
| Binary | 111100 | 100100 | 11101011 | 1001010 | 1010101 | 0 | 1000 | 11110111 | 1010011 | 110101 |
Color Harmonies of #3C24EB
Complementary color
Monochromatic Colors of #3C24EB
Black with #3C24EB
Text Example
Text Example
White with #3C24EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24EB; }
p { color: rgb(60,36,235); }
H1.HeaderClassName
{
color: #3C24EB;
}
.AnyTagClassName
{
color: #3C24EB;
}
</style>
background-color css
<style>
a { background-color: #3C24EB; }
a { background-color: rgb(60,36,235); }
div.DivClassName
{
background-color: #3C24EB;
}
.BgClassName
{
background-color: #3C24EB;
}
</style>
border-color css
<style>
span { border-color: #3C24EB; }
span { border-color: rgb(60,36,235); }
td.TdClassName
{
border-color: #3C24EB;
}
.TagClassName
{
border-color: #3C24EB;
}
</style>