Shades of Han Purple #3A27FB
Tints of Han Purple #3A27FB
RGB
CMYK
RGB Variations
Color information
#3A27FB (or 0x3A27FB) is known color: Han Purple. HEX triplet: 3A, 27 and FB. RGB value is (58,39,251). Sum of RGB (Red+Green+Blue) = 58+39+251=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A27FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A27FB is #C5D804. Grayscale: #444444. Windows color (decimal): -12965893 or 16459578. OLE color: 16459578.
HSL color Cylindrical-coordinate representation of color #3A27FB: hue angle of 245.38º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A27FB is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 39 | 251 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.02 |
| HSL | 245.38º | 0.96% | 0.57% | - |
| HSV(B) | 245.38º | 0.84% | 0.98% | - |
| XYZ | 19.88 | 9.32 | 92.02 | - |
| YUV | 68.85 | 230.79 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 251 | 0.77 | 0.84 | 0 | 0.02 | 245.38 | 0.96 | 0.57 |
| Hex | 3A | 27 | FB | 4D | 54 | 0 | 2 | F5 | 60 | 39 |
| Octal | 72 | 47 | 373 | 115 | 124 | 0 | 2 | 365 | 140 | 71 |
| Binary | 111010 | 100111 | 11111011 | 1001101 | 1010100 | 0 | 10 | 11110101 | 1100000 | 111001 |
Color Harmonies of #3A27FB
Complementary color
Monochromatic Colors of #3A27FB
Black with #3A27FB
Text Example
Text Example
White with #3A27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A27FB; }
p { color: rgb(58,39,251); }
H1.HeaderClassName
{
color: #3A27FB;
}
.AnyTagClassName
{
color: #3A27FB;
}
</style>
background-color css
<style>
a { background-color: #3A27FB; }
a { background-color: rgb(58,39,251); }
div.DivClassName
{
background-color: #3A27FB;
}
.BgClassName
{
background-color: #3A27FB;
}
</style>
border-color css
<style>
span { border-color: #3A27FB; }
span { border-color: rgb(58,39,251); }
td.TdClassName
{
border-color: #3A27FB;
}
.TagClassName
{
border-color: #3A27FB;
}
</style>