Shades of Han Purple #3A03FF
Tints of Han Purple #3A03FF
RGB
CMYK
RGB Variations
Color information
#3A03FF (or 0x3A03FF) is known color: Han Purple. HEX triplet: 3A, 03 and FF. RGB value is (58,3,255). Sum of RGB (Red+Green+Blue) = 58+3+255=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A03FF is #C5FC00. Grayscale: #2F2F2F. Windows color (decimal): -12975105 or 16712506. OLE color: 16712506.
HSL color Cylindrical-coordinate representation of color #3A03FF: hue angle of 253.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A03FF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 3 | 255 | - |
| CMYK | 0.77 | 0.99 | 0 | 0 |
| HSL | 253.1º | 1% | 0.51% | - |
| HSV(B) | 253.1º | 0.99% | 1% | - |
| XYZ | 19.83 | 8.18 | 95.14 | - |
| YUV | 48.17 | 244.72 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 255 | 0.77 | 0.99 | 0 | 0 | 253.1 | 1 | 0.51 |
| Hex | 3A | 3 | FF | 4D | 63 | 0 | 0 | FD | 64 | 33 |
| Octal | 72 | 3 | 377 | 115 | 143 | 0 | 0 | 375 | 144 | 63 |
| Binary | 111010 | 11 | 11111111 | 1001101 | 1100011 | 0 | 0 | 11111101 | 1100100 | 110011 |
Color Harmonies of #3A03FF
Complementary color
Monochromatic Colors of #3A03FF
Black with #3A03FF
Text Example
Text Example
White with #3A03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03FF; }
p { color: rgb(58,3,255); }
H1.HeaderClassName
{
color: #3A03FF;
}
.AnyTagClassName
{
color: #3A03FF;
}
</style>
background-color css
<style>
a { background-color: #3A03FF; }
a { background-color: rgb(58,3,255); }
div.DivClassName
{
background-color: #3A03FF;
}
.BgClassName
{
background-color: #3A03FF;
}
</style>
border-color css
<style>
span { border-color: #3A03FF; }
span { border-color: rgb(58,3,255); }
td.TdClassName
{
border-color: #3A03FF;
}
.TagClassName
{
border-color: #3A03FF;
}
</style>