Shades of Han Purple #3A07F4
Tints of Han Purple #3A07F4
RGB
CMYK
RGB Variations
Color information
#3A07F4 (or 0x3A07F4) is known color: Han Purple. HEX triplet: 3A, 07 and F4. RGB value is (58,7,244). Sum of RGB (Red+Green+Blue) = 58+7+244=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 244 (95.70% from 255 or 78.96% from 309); Max value from RGB is 244 - color contains mainly: blue. Hex color #3A07F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A07F4 is #C5F80B. Grayscale: #303030. Windows color (decimal): -12974092 or 15992634. OLE color: 15992634.
HSL color Cylindrical-coordinate representation of color #3A07F4: hue angle of 252.91º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A07F4 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 7 | 244 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.04 |
| HSL | 252.91º | 0.94% | 0.49% | - |
| HSV(B) | 252.91º | 0.97% | 0.96% | - |
| XYZ | 18.15 | 7.58 | 86.1 | - |
| YUV | 49.27 | 237.9 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 244 | 0.76 | 0.97 | 0 | 0.04 | 252.91 | 0.94 | 0.49 |
| Hex | 3A | 7 | F4 | 4C | 61 | 0 | 4 | FD | 5E | 31 |
| Octal | 72 | 7 | 364 | 114 | 141 | 0 | 4 | 375 | 136 | 61 |
| Binary | 111010 | 111 | 11110100 | 1001100 | 1100001 | 0 | 100 | 11111101 | 1011110 | 110001 |
Color Harmonies of #3A07F4
Complementary color
Monochromatic Colors of #3A07F4
Black with #3A07F4
Text Example
Text Example
White with #3A07F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07F4; }
p { color: rgb(58,7,244); }
H1.HeaderClassName
{
color: #3A07F4;
}
.AnyTagClassName
{
color: #3A07F4;
}
</style>
background-color css
<style>
a { background-color: #3A07F4; }
a { background-color: rgb(58,7,244); }
div.DivClassName
{
background-color: #3A07F4;
}
.BgClassName
{
background-color: #3A07F4;
}
</style>
border-color css
<style>
span { border-color: #3A07F4; }
span { border-color: rgb(58,7,244); }
td.TdClassName
{
border-color: #3A07F4;
}
.TagClassName
{
border-color: #3A07F4;
}
</style>