Shades of Han Purple #3A2AFD
Tints of Han Purple #3A2AFD
RGB
CMYK
RGB Variations
Color information
#3A2AFD (or 0x3A2AFD) is known color: Han Purple. HEX triplet: 3A, 2A and FD. RGB value is (58,42,253). Sum of RGB (Red+Green+Blue) = 58+42+253=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A2AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2AFD is #C5D502. Grayscale: #464646. Windows color (decimal): -12965123 or 16591418. OLE color: 16591418.
HSL color Cylindrical-coordinate representation of color #3A2AFD: hue angle of 244.55º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A2AFD is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 42 | 253 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.01 |
| HSL | 244.55º | 0.98% | 0.58% | - |
| HSV(B) | 244.55º | 0.83% | 0.99% | - |
| XYZ | 20.3 | 9.65 | 93.72 | - |
| YUV | 70.84 | 230.8 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 253 | 0.77 | 0.83 | 0 | 0.01 | 244.55 | 0.98 | 0.58 |
| Hex | 3A | 2A | FD | 4D | 53 | 0 | 1 | F5 | 62 | 3A |
| Octal | 72 | 52 | 375 | 115 | 123 | 0 | 1 | 365 | 142 | 72 |
| Binary | 111010 | 101010 | 11111101 | 1001101 | 1010011 | 0 | 1 | 11110101 | 1100010 | 111010 |
Color Harmonies of #3A2AFD
Complementary color
Monochromatic Colors of #3A2AFD
Black with #3A2AFD
Text Example
Text Example
White with #3A2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2AFD; }
p { color: rgb(58,42,253); }
H1.HeaderClassName
{
color: #3A2AFD;
}
.AnyTagClassName
{
color: #3A2AFD;
}
</style>
background-color css
<style>
a { background-color: #3A2AFD; }
a { background-color: rgb(58,42,253); }
div.DivClassName
{
background-color: #3A2AFD;
}
.BgClassName
{
background-color: #3A2AFD;
}
</style>
border-color css
<style>
span { border-color: #3A2AFD; }
span { border-color: rgb(58,42,253); }
td.TdClassName
{
border-color: #3A2AFD;
}
.TagClassName
{
border-color: #3A2AFD;
}
</style>