Shades of Han Purple #3A02FE
Tints of Han Purple #3A02FE
RGB
CMYK
RGB Variations
Color information
#3A02FE (or 0x3A02FE) is known color: Han Purple. HEX triplet: 3A, 02 and FE. RGB value is (58,2,254). Sum of RGB (Red+Green+Blue) = 58+2+254=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A02FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A02FE is #C5FD01. Grayscale: #2E2E2E. Windows color (decimal): -12975362 or 16646714. OLE color: 16646714.
HSL color Cylindrical-coordinate representation of color #3A02FE: hue angle of 253.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02FE is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 2 | 254 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.00 |
| HSL | 253.33º | 0.99% | 0.5% | - |
| HSV(B) | 253.33º | 0.99% | 1% | - |
| XYZ | 19.66 | 8.1 | 94.29 | - |
| YUV | 47.47 | 244.55 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 254 | 0.77 | 0.99 | 0 | 0.00 | 253.33 | 0.99 | 0.5 |
| Hex | 3A | 2 | FE | 4D | 63 | 0 | 0 | FD | 63 | 32 |
| Octal | 72 | 2 | 376 | 115 | 143 | 0 | 0 | 375 | 143 | 62 |
| Binary | 111010 | 10 | 11111110 | 1001101 | 1100011 | 0 | 0 | 11111101 | 1100011 | 110010 |
Color Harmonies of #3A02FE
Complementary color
Monochromatic Colors of #3A02FE
Black with #3A02FE
Text Example
Text Example
White with #3A02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02FE; }
p { color: rgb(58,2,254); }
H1.HeaderClassName
{
color: #3A02FE;
}
.AnyTagClassName
{
color: #3A02FE;
}
</style>
background-color css
<style>
a { background-color: #3A02FE; }
a { background-color: rgb(58,2,254); }
div.DivClassName
{
background-color: #3A02FE;
}
.BgClassName
{
background-color: #3A02FE;
}
</style>
border-color css
<style>
span { border-color: #3A02FE; }
span { border-color: rgb(58,2,254); }
td.TdClassName
{
border-color: #3A02FE;
}
.TagClassName
{
border-color: #3A02FE;
}
</style>