Shades of Han Purple #3A09FA
Tints of Han Purple #3A09FA
RGB
CMYK
RGB Variations
Color information
#3A09FA (or 0x3A09FA) is known color: Han Purple. HEX triplet: 3A, 09 and FA. RGB value is (58,9,250). Sum of RGB (Red+Green+Blue) = 58+9+250=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A09FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A09FA is #C5F605. Grayscale: #323232. Windows color (decimal): -12973574 or 16386362. OLE color: 16386362.
HSL color Cylindrical-coordinate representation of color #3A09FA: hue angle of 252.2º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A09FA is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 9 | 250 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.02 |
| HSL | 252.2º | 0.96% | 0.51% | - |
| HSV(B) | 252.2º | 0.96% | 0.98% | - |
| XYZ | 19.1 | 8 | 90.98 | - |
| YUV | 51.13 | 240.23 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 250 | 0.77 | 0.96 | 0 | 0.02 | 252.2 | 0.96 | 0.51 |
| Hex | 3A | 9 | FA | 4D | 60 | 0 | 2 | FC | 60 | 33 |
| Octal | 72 | 11 | 372 | 115 | 140 | 0 | 2 | 374 | 140 | 63 |
| Binary | 111010 | 1001 | 11111010 | 1001101 | 1100000 | 0 | 10 | 11111100 | 1100000 | 110011 |
Color Harmonies of #3A09FA
Complementary color
Monochromatic Colors of #3A09FA
Black with #3A09FA
Text Example
Text Example
White with #3A09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A09FA; }
p { color: rgb(58,9,250); }
H1.HeaderClassName
{
color: #3A09FA;
}
.AnyTagClassName
{
color: #3A09FA;
}
</style>
background-color css
<style>
a { background-color: #3A09FA; }
a { background-color: rgb(58,9,250); }
div.DivClassName
{
background-color: #3A09FA;
}
.BgClassName
{
background-color: #3A09FA;
}
</style>
border-color css
<style>
span { border-color: #3A09FA; }
span { border-color: rgb(58,9,250); }
td.TdClassName
{
border-color: #3A09FA;
}
.TagClassName
{
border-color: #3A09FA;
}
</style>