Shades of Han Purple #3A18FD
Tints of Han Purple #3A18FD
RGB
CMYK
RGB Variations
Color information
#3A18FD (or 0x3A18FD) is known color: Han Purple. HEX triplet: 3A, 18 and FD. RGB value is (58,24,253). Sum of RGB (Red+Green+Blue) = 58+24+253=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A18FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A18FD is #C5E702. Grayscale: #3B3B3B. Windows color (decimal): -12969731 or 16586810. OLE color: 16586810.
HSL color Cylindrical-coordinate representation of color #3A18FD: hue angle of 248.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A18FD is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 24 | 253 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.01 |
| HSL | 248.91º | 0.98% | 0.54% | - |
| HSV(B) | 248.91º | 0.91% | 0.99% | - |
| XYZ | 19.8 | 8.64 | 93.55 | - |
| YUV | 60.27 | 236.76 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 253 | 0.77 | 0.91 | 0 | 0.01 | 248.91 | 0.98 | 0.54 |
| Hex | 3A | 18 | FD | 4D | 5B | 0 | 1 | F9 | 62 | 36 |
| Octal | 72 | 30 | 375 | 115 | 133 | 0 | 1 | 371 | 142 | 66 |
| Binary | 111010 | 11000 | 11111101 | 1001101 | 1011011 | 0 | 1 | 11111001 | 1100010 | 110110 |
Color Harmonies of #3A18FD
Complementary color
Monochromatic Colors of #3A18FD
Black with #3A18FD
Text Example
Text Example
White with #3A18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A18FD; }
p { color: rgb(58,24,253); }
H1.HeaderClassName
{
color: #3A18FD;
}
.AnyTagClassName
{
color: #3A18FD;
}
</style>
background-color css
<style>
a { background-color: #3A18FD; }
a { background-color: rgb(58,24,253); }
div.DivClassName
{
background-color: #3A18FD;
}
.BgClassName
{
background-color: #3A18FD;
}
</style>
border-color css
<style>
span { border-color: #3A18FD; }
span { border-color: rgb(58,24,253); }
td.TdClassName
{
border-color: #3A18FD;
}
.TagClassName
{
border-color: #3A18FD;
}
</style>