Shades of Han Purple #3A1FFD
Tints of Han Purple #3A1FFD
RGB
CMYK
RGB Variations
Color information
#3A1FFD (or 0x3A1FFD) is known color: Han Purple. HEX triplet: 3A, 1F and FD. RGB value is (58,31,253). Sum of RGB (Red+Green+Blue) = 58+31+253=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A1FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1FFD is #C5E002. Grayscale: #3F3F3F. Windows color (decimal): -12967939 or 16588602. OLE color: 16588602.
HSL color Cylindrical-coordinate representation of color #3A1FFD: hue angle of 247.3º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1FFD is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 31 | 253 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.01 |
| HSL | 247.3º | 0.98% | 0.56% | - |
| HSV(B) | 247.3º | 0.88% | 0.99% | - |
| XYZ | 19.96 | 8.97 | 93.61 | - |
| YUV | 64.38 | 234.45 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 253 | 0.77 | 0.88 | 0 | 0.01 | 247.3 | 0.98 | 0.56 |
| Hex | 3A | 1F | FD | 4D | 58 | 0 | 1 | F7 | 62 | 38 |
| Octal | 72 | 37 | 375 | 115 | 130 | 0 | 1 | 367 | 142 | 70 |
| Binary | 111010 | 11111 | 11111101 | 1001101 | 1011000 | 0 | 1 | 11110111 | 1100010 | 111000 |
Color Harmonies of #3A1FFD
Complementary color
Monochromatic Colors of #3A1FFD
Black with #3A1FFD
Text Example
Text Example
White with #3A1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FFD; }
p { color: rgb(58,31,253); }
H1.HeaderClassName
{
color: #3A1FFD;
}
.AnyTagClassName
{
color: #3A1FFD;
}
</style>
background-color css
<style>
a { background-color: #3A1FFD; }
a { background-color: rgb(58,31,253); }
div.DivClassName
{
background-color: #3A1FFD;
}
.BgClassName
{
background-color: #3A1FFD;
}
</style>
border-color css
<style>
span { border-color: #3A1FFD; }
span { border-color: rgb(58,31,253); }
td.TdClassName
{
border-color: #3A1FFD;
}
.TagClassName
{
border-color: #3A1FFD;
}
</style>