Shades of Han Purple #3A2CFC
Tints of Han Purple #3A2CFC
RGB
CMYK
RGB Variations
Color information
#3A2CFC (or 0x3A2CFC) is known color: Han Purple. HEX triplet: 3A, 2C and FC. RGB value is (58,44,252). Sum of RGB (Red+Green+Blue) = 58+44+252=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A2CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2CFC is #C5D303. Grayscale: #474747. Windows color (decimal): -12964612 or 16526394. OLE color: 16526394.
HSL color Cylindrical-coordinate representation of color #3A2CFC: hue angle of 244.04º degrees, saturation: 0.97, 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 #3A2CFC is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 44 | 252 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.01 |
| HSL | 244.04º | 0.97% | 0.58% | - |
| HSV(B) | 244.04º | 0.83% | 0.99% | - |
| XYZ | 20.22 | 9.73 | 92.91 | - |
| YUV | 71.9 | 229.64 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 252 | 0.77 | 0.83 | 0 | 0.01 | 244.04 | 0.97 | 0.58 |
| Hex | 3A | 2C | FC | 4D | 53 | 0 | 1 | F4 | 61 | 3A |
| Octal | 72 | 54 | 374 | 115 | 123 | 0 | 1 | 364 | 141 | 72 |
| Binary | 111010 | 101100 | 11111100 | 1001101 | 1010011 | 0 | 1 | 11110100 | 1100001 | 111010 |
Color Harmonies of #3A2CFC
Complementary color
Monochromatic Colors of #3A2CFC
Black with #3A2CFC
Text Example
Text Example
White with #3A2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2CFC; }
p { color: rgb(58,44,252); }
H1.HeaderClassName
{
color: #3A2CFC;
}
.AnyTagClassName
{
color: #3A2CFC;
}
</style>
background-color css
<style>
a { background-color: #3A2CFC; }
a { background-color: rgb(58,44,252); }
div.DivClassName
{
background-color: #3A2CFC;
}
.BgClassName
{
background-color: #3A2CFC;
}
</style>
border-color css
<style>
span { border-color: #3A2CFC; }
span { border-color: rgb(58,44,252); }
td.TdClassName
{
border-color: #3A2CFC;
}
.TagClassName
{
border-color: #3A2CFC;
}
</style>