Shades of Han Purple #3A07FB
Tints of Han Purple #3A07FB
RGB
CMYK
RGB Variations
Color information
#3A07FB (or 0x3A07FB) is known color: Han Purple. HEX triplet: 3A, 07 and FB. RGB value is (58,7,251). Sum of RGB (Red+Green+Blue) = 58+7+251=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A07FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A07FB is #C5F804. Grayscale: #313131. Windows color (decimal): -12974085 or 16451386. OLE color: 16451386.
HSL color Cylindrical-coordinate representation of color #3A07FB: hue angle of 252.54º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A07FB is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 7 | 251 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.02 |
| HSL | 252.54º | 0.97% | 0.51% | - |
| HSV(B) | 252.54º | 0.97% | 0.98% | - |
| XYZ | 19.23 | 8.02 | 91.8 | - |
| YUV | 50.07 | 241.4 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 251 | 0.77 | 0.97 | 0 | 0.02 | 252.54 | 0.97 | 0.51 |
| Hex | 3A | 7 | FB | 4D | 61 | 0 | 2 | FD | 61 | 33 |
| Octal | 72 | 7 | 373 | 115 | 141 | 0 | 2 | 375 | 141 | 63 |
| Binary | 111010 | 111 | 11111011 | 1001101 | 1100001 | 0 | 10 | 11111101 | 1100001 | 110011 |
Color Harmonies of #3A07FB
Complementary color
Monochromatic Colors of #3A07FB
Black with #3A07FB
Text Example
Text Example
White with #3A07FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07FB; }
p { color: rgb(58,7,251); }
H1.HeaderClassName
{
color: #3A07FB;
}
.AnyTagClassName
{
color: #3A07FB;
}
</style>
background-color css
<style>
a { background-color: #3A07FB; }
a { background-color: rgb(58,7,251); }
div.DivClassName
{
background-color: #3A07FB;
}
.BgClassName
{
background-color: #3A07FB;
}
</style>
border-color css
<style>
span { border-color: #3A07FB; }
span { border-color: rgb(58,7,251); }
td.TdClassName
{
border-color: #3A07FB;
}
.TagClassName
{
border-color: #3A07FB;
}
</style>