Shades of Han Purple #3A1FFE
Tints of Han Purple #3A1FFE
RGB
CMYK
RGB Variations
Color information
#3A1FFE (or 0x3A1FFE) is known color: Han Purple. HEX triplet: 3A, 1F and FE. RGB value is (58,31,254). Sum of RGB (Red+Green+Blue) = 58+31+254=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A1FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1FFE is #C5E001. Grayscale: #3F3F3F. Windows color (decimal): -12967938 or 16654138. OLE color: 16654138.
HSL color Cylindrical-coordinate representation of color #3A1FFE: hue angle of 247.26º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1FFE is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 31 | 254 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.00 |
| HSL | 247.26º | 0.99% | 0.56% | - |
| HSV(B) | 247.26º | 0.88% | 1% | - |
| XYZ | 20.12 | 9.04 | 94.45 | - |
| YUV | 64.5 | 234.95 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 254 | 0.77 | 0.88 | 0 | 0.00 | 247.26 | 0.99 | 0.56 |
| Hex | 3A | 1F | FE | 4D | 58 | 0 | 0 | F7 | 63 | 38 |
| Octal | 72 | 37 | 376 | 115 | 130 | 0 | 0 | 367 | 143 | 70 |
| Binary | 111010 | 11111 | 11111110 | 1001101 | 1011000 | 0 | 0 | 11110111 | 1100011 | 111000 |
Color Harmonies of #3A1FFE
Complementary color
Monochromatic Colors of #3A1FFE
Black with #3A1FFE
Text Example
Text Example
White with #3A1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FFE; }
p { color: rgb(58,31,254); }
H1.HeaderClassName
{
color: #3A1FFE;
}
.AnyTagClassName
{
color: #3A1FFE;
}
</style>
background-color css
<style>
a { background-color: #3A1FFE; }
a { background-color: rgb(58,31,254); }
div.DivClassName
{
background-color: #3A1FFE;
}
.BgClassName
{
background-color: #3A1FFE;
}
</style>
border-color css
<style>
span { border-color: #3A1FFE; }
span { border-color: rgb(58,31,254); }
td.TdClassName
{
border-color: #3A1FFE;
}
.TagClassName
{
border-color: #3A1FFE;
}
</style>