Shades of Han Purple #3A09FC
Tints of Han Purple #3A09FC
RGB
CMYK
RGB Variations
Color information
#3A09FC (or 0x3A09FC) is known color: Han Purple. HEX triplet: 3A, 09 and FC. RGB value is (58,9,252). Sum of RGB (Red+Green+Blue) = 58+9+252=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A09FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A09FC is #C5F603. Grayscale: #323232. Windows color (decimal): -12973572 or 16517434. OLE color: 16517434.
HSL color Cylindrical-coordinate representation of color #3A09FC: hue angle of 252.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A09FC is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 9 | 252 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.01 |
| HSL | 252.1º | 0.98% | 0.51% | - |
| HSV(B) | 252.1º | 0.96% | 0.99% | - |
| XYZ | 19.41 | 8.12 | 92.64 | - |
| YUV | 51.35 | 241.23 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 252 | 0.77 | 0.96 | 0 | 0.01 | 252.1 | 0.98 | 0.51 |
| Hex | 3A | 9 | FC | 4D | 60 | 0 | 1 | FC | 62 | 33 |
| Octal | 72 | 11 | 374 | 115 | 140 | 0 | 1 | 374 | 142 | 63 |
| Binary | 111010 | 1001 | 11111100 | 1001101 | 1100000 | 0 | 1 | 11111100 | 1100010 | 110011 |
Color Harmonies of #3A09FC
Complementary color
Monochromatic Colors of #3A09FC
Black with #3A09FC
Text Example
Text Example
White with #3A09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A09FC; }
p { color: rgb(58,9,252); }
H1.HeaderClassName
{
color: #3A09FC;
}
.AnyTagClassName
{
color: #3A09FC;
}
</style>
background-color css
<style>
a { background-color: #3A09FC; }
a { background-color: rgb(58,9,252); }
div.DivClassName
{
background-color: #3A09FC;
}
.BgClassName
{
background-color: #3A09FC;
}
</style>
border-color css
<style>
span { border-color: #3A09FC; }
span { border-color: rgb(58,9,252); }
td.TdClassName
{
border-color: #3A09FC;
}
.TagClassName
{
border-color: #3A09FC;
}
</style>