Shades of Han Purple #3A2FDF
Tints of Han Purple #3A2FDF
RGB
CMYK
RGB Variations
Color information
#3A2FDF (or 0x3A2FDF) is known color: Han Purple. HEX triplet: 3A, 2F and DF. RGB value is (58,47,223). Sum of RGB (Red+Green+Blue) = 58+47+223=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A2FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2FDF is #C5D020. Grayscale: #454545. Windows color (decimal): -12963873 or 14626618. OLE color: 14626618.
HSL color Cylindrical-coordinate representation of color #3A2FDF: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2FDF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 47 | 223 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.13 |
| HSL | 243.75º | 0.73% | 0.53% | - |
| HSV(B) | 243.75º | 0.79% | 0.87% | - |
| XYZ | 16.08 | 8.26 | 70.56 | - |
| YUV | 70.35 | 214.14 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 223 | 0.74 | 0.79 | 0 | 0.13 | 243.75 | 0.73 | 0.53 |
| Hex | 3A | 2F | DF | 4A | 4F | 0 | D | F4 | 49 | 35 |
| Octal | 72 | 57 | 337 | 112 | 117 | 0 | 15 | 364 | 111 | 65 |
| Binary | 111010 | 101111 | 11011111 | 1001010 | 1001111 | 0 | 1101 | 11110100 | 1001001 | 110101 |
Color Harmonies of #3A2FDF
Complementary color
Monochromatic Colors of #3A2FDF
Black with #3A2FDF
Text Example
Text Example
White with #3A2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FDF; }
p { color: rgb(58,47,223); }
H1.HeaderClassName
{
color: #3A2FDF;
}
.AnyTagClassName
{
color: #3A2FDF;
}
</style>
background-color css
<style>
a { background-color: #3A2FDF; }
a { background-color: rgb(58,47,223); }
div.DivClassName
{
background-color: #3A2FDF;
}
.BgClassName
{
background-color: #3A2FDF;
}
</style>
border-color css
<style>
span { border-color: #3A2FDF; }
span { border-color: rgb(58,47,223); }
td.TdClassName
{
border-color: #3A2FDF;
}
.TagClassName
{
border-color: #3A2FDF;
}
</style>