Shades of Han Purple #3A24EF
Tints of Han Purple #3A24EF
RGB
CMYK
RGB Variations
Color information
#3A24EF (or 0x3A24EF) is known color: Han Purple. HEX triplet: 3A, 24 and EF. RGB value is (58,36,239). Sum of RGB (Red+Green+Blue) = 58+36+239=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A24EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A24EF is #C5DB10. Grayscale: #404040. Windows color (decimal): -12966673 or 15672378. OLE color: 15672378.
HSL color Cylindrical-coordinate representation of color #3A24EF: hue angle of 246.5º 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 #3A24EF is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 36 | 239 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.06 |
| HSL | 246.5º | 0.86% | 0.54% | - |
| HSV(B) | 246.5º | 0.85% | 0.94% | - |
| XYZ | 17.96 | 8.39 | 82.34 | - |
| YUV | 65.72 | 225.79 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 239 | 0.76 | 0.85 | 0 | 0.06 | 246.5 | 0.86 | 0.54 |
| Hex | 3A | 24 | EF | 4C | 55 | 0 | 6 | F7 | 56 | 36 |
| Octal | 72 | 44 | 357 | 114 | 125 | 0 | 6 | 367 | 126 | 66 |
| Binary | 111010 | 100100 | 11101111 | 1001100 | 1010101 | 0 | 110 | 11110111 | 1010110 | 110110 |
Color Harmonies of #3A24EF
Complementary color
Monochromatic Colors of #3A24EF
Black with #3A24EF
Text Example
Text Example
White with #3A24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A24EF; }
p { color: rgb(58,36,239); }
H1.HeaderClassName
{
color: #3A24EF;
}
.AnyTagClassName
{
color: #3A24EF;
}
</style>
background-color css
<style>
a { background-color: #3A24EF; }
a { background-color: rgb(58,36,239); }
div.DivClassName
{
background-color: #3A24EF;
}
.BgClassName
{
background-color: #3A24EF;
}
</style>
border-color css
<style>
span { border-color: #3A24EF; }
span { border-color: rgb(58,36,239); }
td.TdClassName
{
border-color: #3A24EF;
}
.TagClassName
{
border-color: #3A24EF;
}
</style>