Shades of Han Purple #3A00FA
Tints of Han Purple #3A00FA
RGB
CMYK
RGB Variations
Color information
#3A00FA (or 0x3A00FA) is known color: Han Purple. HEX triplet: 3A, 00 and FA. RGB value is (58,0,250). Sum of RGB (Red+Green+Blue) = 58+0+250=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A00FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00FA is #C5FF05. Grayscale: #2C2C2C. Windows color (decimal): -12975878 or 16384058. OLE color: 16384058.
HSL color Cylindrical-coordinate representation of color #3A00FA: hue angle of 253.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00FA is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 0 | 250 | - |
| CMYK | 0.77 | 1 | 0 | 0.02 |
| HSL | 253.92º | 1% | 0.49% | - |
| HSV(B) | 253.92º | 1% | 0.98% | - |
| XYZ | 19 | 7.8 | 90.95 | - |
| YUV | 45.84 | 243.22 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 250 | 0.77 | 1 | 0 | 0.02 | 253.92 | 1 | 0.49 |
| Hex | 3A | 0 | FA | 4D | 64 | 0 | 2 | FE | 64 | 31 |
| Octal | 72 | 0 | 372 | 115 | 144 | 0 | 2 | 376 | 144 | 61 |
| Binary | 111010 | 0 | 11111010 | 1001101 | 1100100 | 0 | 10 | 11111110 | 1100100 | 110001 |
Color Harmonies of #3A00FA
Complementary color
Monochromatic Colors of #3A00FA
Black with #3A00FA
Text Example
Text Example
White with #3A00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00FA; }
p { color: rgb(58,0,250); }
H1.HeaderClassName
{
color: #3A00FA;
}
.AnyTagClassName
{
color: #3A00FA;
}
</style>
background-color css
<style>
a { background-color: #3A00FA; }
a { background-color: rgb(58,0,250); }
div.DivClassName
{
background-color: #3A00FA;
}
.BgClassName
{
background-color: #3A00FA;
}
</style>
border-color css
<style>
span { border-color: #3A00FA; }
span { border-color: rgb(58,0,250); }
td.TdClassName
{
border-color: #3A00FA;
}
.TagClassName
{
border-color: #3A00FA;
}
</style>