Shades of Han Purple #3A1FFF
Tints of Han Purple #3A1FFF
RGB
CMYK
RGB Variations
Color information
#3A1FFF (or 0x3A1FFF) is known color: Han Purple. HEX triplet: 3A, 1F and FF. RGB value is (58,31,255). Sum of RGB (Red+Green+Blue) = 58+31+255=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A1FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1FFF is #C5E000. Grayscale: #3F3F3F. Windows color (decimal): -12967937 or 16719674. OLE color: 16719674.
HSL color Cylindrical-coordinate representation of color #3A1FFF: hue angle of 247.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1FFF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 31 | 255 | - |
| CMYK | 0.77 | 0.88 | 0 | 0 |
| HSL | 247.23º | 1% | 0.56% | - |
| HSV(B) | 247.23º | 0.88% | 1% | - |
| XYZ | 20.28 | 9.1 | 95.29 | - |
| YUV | 64.61 | 235.45 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 255 | 0.77 | 0.88 | 0 | 0 | 247.23 | 1 | 0.56 |
| Hex | 3A | 1F | FF | 4D | 58 | 0 | 0 | F7 | 64 | 38 |
| Octal | 72 | 37 | 377 | 115 | 130 | 0 | 0 | 367 | 144 | 70 |
| Binary | 111010 | 11111 | 11111111 | 1001101 | 1011000 | 0 | 0 | 11110111 | 1100100 | 111000 |
Color Harmonies of #3A1FFF
Complementary color
Monochromatic Colors of #3A1FFF
Black with #3A1FFF
Text Example
Text Example
White with #3A1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FFF; }
p { color: rgb(58,31,255); }
H1.HeaderClassName
{
color: #3A1FFF;
}
.AnyTagClassName
{
color: #3A1FFF;
}
</style>
background-color css
<style>
a { background-color: #3A1FFF; }
a { background-color: rgb(58,31,255); }
div.DivClassName
{
background-color: #3A1FFF;
}
.BgClassName
{
background-color: #3A1FFF;
}
</style>
border-color css
<style>
span { border-color: #3A1FFF; }
span { border-color: rgb(58,31,255); }
td.TdClassName
{
border-color: #3A1FFF;
}
.TagClassName
{
border-color: #3A1FFF;
}
</style>