Shades of Han Purple #3A2BFF
Tints of Han Purple #3A2BFF
RGB
CMYK
RGB Variations
Color information
#3A2BFF (or 0x3A2BFF) is known color: Han Purple. HEX triplet: 3A, 2B and FF. RGB value is (58,43,255). Sum of RGB (Red+Green+Blue) = 58+43+255=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A2BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2BFF is #C5D400. Grayscale: #464646. Windows color (decimal): -12964865 or 16722746. OLE color: 16722746.
HSL color Cylindrical-coordinate representation of color #3A2BFF: hue angle of 244.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A2BFF is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 43 | 255 | - |
| CMYK | 0.77 | 0.83 | 0 | 0 |
| HSL | 244.25º | 1% | 0.58% | - |
| HSV(B) | 244.25º | 0.83% | 1% | - |
| XYZ | 20.66 | 9.85 | 95.42 | - |
| YUV | 71.65 | 231.47 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 255 | 0.77 | 0.83 | 0 | 0 | 244.25 | 1 | 0.58 |
| Hex | 3A | 2B | FF | 4D | 53 | 0 | 0 | F4 | 64 | 3A |
| Octal | 72 | 53 | 377 | 115 | 123 | 0 | 0 | 364 | 144 | 72 |
| Binary | 111010 | 101011 | 11111111 | 1001101 | 1010011 | 0 | 0 | 11110100 | 1100100 | 111010 |
Color Harmonies of #3A2BFF
Complementary color
Monochromatic Colors of #3A2BFF
Black with #3A2BFF
Text Example
Text Example
White with #3A2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BFF; }
p { color: rgb(58,43,255); }
H1.HeaderClassName
{
color: #3A2BFF;
}
.AnyTagClassName
{
color: #3A2BFF;
}
</style>
background-color css
<style>
a { background-color: #3A2BFF; }
a { background-color: rgb(58,43,255); }
div.DivClassName
{
background-color: #3A2BFF;
}
.BgClassName
{
background-color: #3A2BFF;
}
</style>
border-color css
<style>
span { border-color: #3A2BFF; }
span { border-color: rgb(58,43,255); }
td.TdClassName
{
border-color: #3A2BFF;
}
.TagClassName
{
border-color: #3A2BFF;
}
</style>