Shades of Han Purple #3A18EE
Tints of Han Purple #3A18EE
RGB
CMYK
RGB Variations
Color information
#3A18EE (or 0x3A18EE) is known color: Han Purple. HEX triplet: 3A, 18 and EE. RGB value is (58,24,238). Sum of RGB (Red+Green+Blue) = 58+24+238=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #3A18EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A18EE is #C5E711. Grayscale: #393939. Windows color (decimal): -12969746 or 15603770. OLE color: 15603770.
HSL color Cylindrical-coordinate representation of color #3A18EE: hue angle of 249.53º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A18EE is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 24 | 238 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.07 |
| HSL | 249.53º | 0.86% | 0.51% | - |
| HSV(B) | 249.53º | 0.9% | 0.93% | - |
| XYZ | 17.5 | 7.73 | 81.46 | - |
| YUV | 58.56 | 229.26 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 238 | 0.76 | 0.90 | 0 | 0.07 | 249.53 | 0.86 | 0.51 |
| Hex | 3A | 18 | EE | 4C | 5A | 0 | 7 | FA | 56 | 33 |
| Octal | 72 | 30 | 356 | 114 | 132 | 0 | 7 | 372 | 126 | 63 |
| Binary | 111010 | 11000 | 11101110 | 1001100 | 1011010 | 0 | 111 | 11111010 | 1010110 | 110011 |
Color Harmonies of #3A18EE
Complementary color
Monochromatic Colors of #3A18EE
Black with #3A18EE
Text Example
Text Example
White with #3A18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A18EE; }
p { color: rgb(58,24,238); }
H1.HeaderClassName
{
color: #3A18EE;
}
.AnyTagClassName
{
color: #3A18EE;
}
</style>
background-color css
<style>
a { background-color: #3A18EE; }
a { background-color: rgb(58,24,238); }
div.DivClassName
{
background-color: #3A18EE;
}
.BgClassName
{
background-color: #3A18EE;
}
</style>
border-color css
<style>
span { border-color: #3A18EE; }
span { border-color: rgb(58,24,238); }
td.TdClassName
{
border-color: #3A18EE;
}
.TagClassName
{
border-color: #3A18EE;
}
</style>