Shades of Han Purple #3024EC
Tints of Han Purple #3024EC
RGB
CMYK
RGB Variations
Color information
#3024EC (or 0x3024EC) is known color: Han Purple. HEX triplet: 30, 24 and EC. RGB value is (48,36,236). Sum of RGB (Red+Green+Blue) = 48+36+236=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #3024EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3024EC is #CFDB13. Grayscale: #3D3D3D. Windows color (decimal): -13622036 or 15475760. OLE color: 15475760.
HSL color Cylindrical-coordinate representation of color #3024EC: hue angle of 243.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3024EC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 36 | 236 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.07 |
| HSL | 243.6º | 0.84% | 0.53% | - |
| HSV(B) | 243.6º | 0.85% | 0.93% | - |
| XYZ | 16.99 | 7.95 | 80 | - |
| YUV | 62.39 | 225.98 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 236 | 0.80 | 0.85 | 0 | 0.07 | 243.6 | 0.84 | 0.53 |
| Hex | 30 | 24 | EC | 50 | 55 | 0 | 7 | F4 | 54 | 35 |
| Octal | 60 | 44 | 354 | 120 | 125 | 0 | 7 | 364 | 124 | 65 |
| Binary | 110000 | 100100 | 11101100 | 1010000 | 1010101 | 0 | 111 | 11110100 | 1010100 | 110101 |
Color Harmonies of #3024EC
Complementary color
Monochromatic Colors of #3024EC
Black with #3024EC
Text Example
Text Example
White with #3024EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024EC; }
p { color: rgb(48,36,236); }
H1.HeaderClassName
{
color: #3024EC;
}
.AnyTagClassName
{
color: #3024EC;
}
</style>
background-color css
<style>
a { background-color: #3024EC; }
a { background-color: rgb(48,36,236); }
div.DivClassName
{
background-color: #3024EC;
}
.BgClassName
{
background-color: #3024EC;
}
</style>
border-color css
<style>
span { border-color: #3024EC; }
span { border-color: rgb(48,36,236); }
td.TdClassName
{
border-color: #3024EC;
}
.TagClassName
{
border-color: #3024EC;
}
</style>