Shades of Han Purple #3A00FE
Tints of Han Purple #3A00FE
RGB
CMYK
RGB Variations
Color information
#3A00FE (or 0x3A00FE) is known color: Han Purple. HEX triplet: 3A, 00 and FE. RGB value is (58,0,254). Sum of RGB (Red+Green+Blue) = 58+0+254=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A00FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00FE is #C5FF01. Grayscale: #2D2D2D. Windows color (decimal): -12975874 or 16646202. OLE color: 16646202.
HSL color Cylindrical-coordinate representation of color #3A00FE: hue angle of 253.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00FE is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 0 | 254 | - |
| CMYK | 0.77 | 1 | 0 | 0.00 |
| HSL | 253.7º | 1% | 0.5% | - |
| HSV(B) | 253.7º | 1% | 1% | - |
| XYZ | 19.63 | 8.06 | 94.29 | - |
| YUV | 46.3 | 245.22 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 254 | 0.77 | 1 | 0 | 0.00 | 253.7 | 1 | 0.5 |
| Hex | 3A | 0 | FE | 4D | 64 | 0 | 0 | FE | 64 | 32 |
| Octal | 72 | 0 | 376 | 115 | 144 | 0 | 0 | 376 | 144 | 62 |
| Binary | 111010 | 0 | 11111110 | 1001101 | 1100100 | 0 | 0 | 11111110 | 1100100 | 110010 |
Color Harmonies of #3A00FE
Complementary color
Monochromatic Colors of #3A00FE
Black with #3A00FE
Text Example
Text Example
White with #3A00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00FE; }
p { color: rgb(58,0,254); }
H1.HeaderClassName
{
color: #3A00FE;
}
.AnyTagClassName
{
color: #3A00FE;
}
</style>
background-color css
<style>
a { background-color: #3A00FE; }
a { background-color: rgb(58,0,254); }
div.DivClassName
{
background-color: #3A00FE;
}
.BgClassName
{
background-color: #3A00FE;
}
</style>
border-color css
<style>
span { border-color: #3A00FE; }
span { border-color: rgb(58,0,254); }
td.TdClassName
{
border-color: #3A00FE;
}
.TagClassName
{
border-color: #3A00FE;
}
</style>