Shades of Han Purple #3A07F3
Tints of Han Purple #3A07F3
RGB
CMYK
RGB Variations
Color information
#3A07F3 (or 0x3A07F3) is known color: Han Purple. HEX triplet: 3A, 07 and F3. RGB value is (58,7,243). Sum of RGB (Red+Green+Blue) = 58+7+243=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 243 (95.31% from 255 or 78.90% from 308); Max value from RGB is 243 - color contains mainly: blue. Hex color #3A07F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A07F3 is #C5F80C. Grayscale: #303030. Windows color (decimal): -12974093 or 15927098. OLE color: 15927098.
HSL color Cylindrical-coordinate representation of color #3A07F3: hue angle of 252.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A07F3 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 7 | 243 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.05 |
| HSL | 252.97º | 0.94% | 0.49% | - |
| HSV(B) | 252.97º | 0.97% | 0.95% | - |
| XYZ | 18 | 7.52 | 85.3 | - |
| YUV | 49.15 | 237.4 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 243 | 0.76 | 0.97 | 0 | 0.05 | 252.97 | 0.94 | 0.49 |
| Hex | 3A | 7 | F3 | 4C | 61 | 0 | 5 | FD | 5E | 31 |
| Octal | 72 | 7 | 363 | 114 | 141 | 0 | 5 | 375 | 136 | 61 |
| Binary | 111010 | 111 | 11110011 | 1001100 | 1100001 | 0 | 101 | 11111101 | 1011110 | 110001 |
Color Harmonies of #3A07F3
Complementary color
Monochromatic Colors of #3A07F3
Black with #3A07F3
Text Example
Text Example
White with #3A07F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07F3; }
p { color: rgb(58,7,243); }
H1.HeaderClassName
{
color: #3A07F3;
}
.AnyTagClassName
{
color: #3A07F3;
}
</style>
background-color css
<style>
a { background-color: #3A07F3; }
a { background-color: rgb(58,7,243); }
div.DivClassName
{
background-color: #3A07F3;
}
.BgClassName
{
background-color: #3A07F3;
}
</style>
border-color css
<style>
span { border-color: #3A07F3; }
span { border-color: rgb(58,7,243); }
td.TdClassName
{
border-color: #3A07F3;
}
.TagClassName
{
border-color: #3A07F3;
}
</style>