Shades of Han Purple #3A07CF
Tints of Han Purple #3A07CF
RGB
CMYK
RGB Variations
Color information
#3A07CF (or 0x3A07CF) is known color: Han Purple. HEX triplet: 3A, 07 and CF. RGB value is (58,7,207). Sum of RGB (Red+Green+Blue) = 58+7+207=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A07CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A07CF is #C5F830. Grayscale: #2C2C2C. Windows color (decimal): -12974129 or 13567802. OLE color: 13567802.
HSL color Cylindrical-coordinate representation of color #3A07CF: hue angle of 255.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A07CF is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 7 | 207 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.19 |
| HSL | 255.3º | 0.93% | 0.42% | - |
| HSV(B) | 255.3º | 0.97% | 0.81% | - |
| XYZ | 13.08 | 5.56 | 59.41 | - |
| YUV | 45.05 | 219.4 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 207 | 0.72 | 0.97 | 0 | 0.19 | 255.3 | 0.93 | 0.42 |
| Hex | 3A | 7 | CF | 48 | 61 | 0 | 13 | FF | 5D | 2A |
| Octal | 72 | 7 | 317 | 110 | 141 | 0 | 23 | 377 | 135 | 52 |
| Binary | 111010 | 111 | 11001111 | 1001000 | 1100001 | 0 | 10011 | 11111111 | 1011101 | 101010 |
Color Harmonies of #3A07CF
Complementary color
Monochromatic Colors of #3A07CF
Black with #3A07CF
Text Example
Text Example
White with #3A07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07CF; }
p { color: rgb(58,7,207); }
H1.HeaderClassName
{
color: #3A07CF;
}
.AnyTagClassName
{
color: #3A07CF;
}
</style>
background-color css
<style>
a { background-color: #3A07CF; }
a { background-color: rgb(58,7,207); }
div.DivClassName
{
background-color: #3A07CF;
}
.BgClassName
{
background-color: #3A07CF;
}
</style>
border-color css
<style>
span { border-color: #3A07CF; }
span { border-color: rgb(58,7,207); }
td.TdClassName
{
border-color: #3A07CF;
}
.TagClassName
{
border-color: #3A07CF;
}
</style>