Shades of Han Purple #3A2DFF
Tints of Han Purple #3A2DFF
RGB
CMYK
RGB Variations
Color information
#3A2DFF (or 0x3A2DFF) is known color: Han Purple. HEX triplet: 3A, 2D and FF. RGB value is (58,45,255). Sum of RGB (Red+Green+Blue) = 58+45+255=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A2DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2DFF is #C5D200. Grayscale: #484848. Windows color (decimal): -12964353 or 16723258. OLE color: 16723258.
HSL color Cylindrical-coordinate representation of color #3A2DFF: hue angle of 243.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A2DFF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 45 | 255 | - |
| CMYK | 0.77 | 0.82 | 0 | 0 |
| HSL | 243.71º | 1% | 0.59% | - |
| HSV(B) | 243.71º | 0.82% | 1% | - |
| XYZ | 20.73 | 10 | 95.44 | - |
| YUV | 72.83 | 230.81 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 255 | 0.77 | 0.82 | 0 | 0 | 243.71 | 1 | 0.59 |
| Hex | 3A | 2D | FF | 4D | 52 | 0 | 0 | F4 | 64 | 3B |
| Octal | 72 | 55 | 377 | 115 | 122 | 0 | 0 | 364 | 144 | 73 |
| Binary | 111010 | 101101 | 11111111 | 1001101 | 1010010 | 0 | 0 | 11110100 | 1100100 | 111011 |
Color Harmonies of #3A2DFF
Complementary color
Monochromatic Colors of #3A2DFF
Black with #3A2DFF
Text Example
Text Example
White with #3A2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2DFF; }
p { color: rgb(58,45,255); }
H1.HeaderClassName
{
color: #3A2DFF;
}
.AnyTagClassName
{
color: #3A2DFF;
}
</style>
background-color css
<style>
a { background-color: #3A2DFF; }
a { background-color: rgb(58,45,255); }
div.DivClassName
{
background-color: #3A2DFF;
}
.BgClassName
{
background-color: #3A2DFF;
}
</style>
border-color css
<style>
span { border-color: #3A2DFF; }
span { border-color: rgb(58,45,255); }
td.TdClassName
{
border-color: #3A2DFF;
}
.TagClassName
{
border-color: #3A2DFF;
}
</style>