Shades of Han Purple #3024EF
Tints of Han Purple #3024EF
RGB
CMYK
RGB Variations
Color information
#3024EF (or 0x3024EF) is known color: Han Purple. HEX triplet: 30, 24 and EF. RGB value is (48,36,239). Sum of RGB (Red+Green+Blue) = 48+36+239=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #3024EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3024EF is #CFDB10. Grayscale: #3D3D3D. Windows color (decimal): -13622033 or 15672368. OLE color: 15672368.
HSL color Cylindrical-coordinate representation of color #3024EF: hue angle of 243.55º degrees, saturation: 0.86, 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 #3024EF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 36 | 239 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.06 |
| HSL | 243.55º | 0.86% | 0.54% | - |
| HSV(B) | 243.55º | 0.85% | 0.94% | - |
| XYZ | 17.43 | 8.12 | 82.31 | - |
| YUV | 62.73 | 227.48 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 239 | 0.80 | 0.85 | 0 | 0.06 | 243.55 | 0.86 | 0.54 |
| Hex | 30 | 24 | EF | 50 | 55 | 0 | 6 | F4 | 56 | 36 |
| Octal | 60 | 44 | 357 | 120 | 125 | 0 | 6 | 364 | 126 | 66 |
| Binary | 110000 | 100100 | 11101111 | 1010000 | 1010101 | 0 | 110 | 11110100 | 1010110 | 110110 |
Color Harmonies of #3024EF
Complementary color
Monochromatic Colors of #3024EF
Black with #3024EF
Text Example
Text Example
White with #3024EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024EF; }
p { color: rgb(48,36,239); }
H1.HeaderClassName
{
color: #3024EF;
}
.AnyTagClassName
{
color: #3024EF;
}
</style>
background-color css
<style>
a { background-color: #3024EF; }
a { background-color: rgb(48,36,239); }
div.DivClassName
{
background-color: #3024EF;
}
.BgClassName
{
background-color: #3024EF;
}
</style>
border-color css
<style>
span { border-color: #3024EF; }
span { border-color: rgb(48,36,239); }
td.TdClassName
{
border-color: #3024EF;
}
.TagClassName
{
border-color: #3024EF;
}
</style>