Shades of Han Purple #3A2BEF
Tints of Han Purple #3A2BEF
RGB
CMYK
RGB Variations
Color information
#3A2BEF (or 0x3A2BEF) is known color: Han Purple. HEX triplet: 3A, 2B and EF. RGB value is (58,43,239). Sum of RGB (Red+Green+Blue) = 58+43+239=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2BEF is #C5D410. Grayscale: #454545. Windows color (decimal): -12964881 or 15674170. OLE color: 15674170.
HSL color Cylindrical-coordinate representation of color #3A2BEF: hue angle of 244.59º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A2BEF is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 43 | 239 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.06 |
| HSL | 244.59º | 0.86% | 0.55% | - |
| HSV(B) | 244.59º | 0.82% | 0.94% | - |
| XYZ | 18.19 | 8.86 | 82.41 | - |
| YUV | 69.83 | 223.47 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 239 | 0.76 | 0.82 | 0 | 0.06 | 244.59 | 0.86 | 0.55 |
| Hex | 3A | 2B | EF | 4C | 52 | 0 | 6 | F5 | 56 | 37 |
| Octal | 72 | 53 | 357 | 114 | 122 | 0 | 6 | 365 | 126 | 67 |
| Binary | 111010 | 101011 | 11101111 | 1001100 | 1010010 | 0 | 110 | 11110101 | 1010110 | 110111 |
Color Harmonies of #3A2BEF
Complementary color
Monochromatic Colors of #3A2BEF
Black with #3A2BEF
Text Example
Text Example
White with #3A2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BEF; }
p { color: rgb(58,43,239); }
H1.HeaderClassName
{
color: #3A2BEF;
}
.AnyTagClassName
{
color: #3A2BEF;
}
</style>
background-color css
<style>
a { background-color: #3A2BEF; }
a { background-color: rgb(58,43,239); }
div.DivClassName
{
background-color: #3A2BEF;
}
.BgClassName
{
background-color: #3A2BEF;
}
</style>
border-color css
<style>
span { border-color: #3A2BEF; }
span { border-color: rgb(58,43,239); }
td.TdClassName
{
border-color: #3A2BEF;
}
.TagClassName
{
border-color: #3A2BEF;
}
</style>