Shades of Han Purple #3A07ED
Tints of Han Purple #3A07ED
RGB
CMYK
RGB Variations
Color information
#3A07ED (or 0x3A07ED) is known color: Han Purple. HEX triplet: 3A, 07 and ED. RGB value is (58,7,237). Sum of RGB (Red+Green+Blue) = 58+7+237=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #3A07ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A07ED is #C5F812. Grayscale: #2F2F2F. Windows color (decimal): -12974099 or 15533882. OLE color: 15533882.
HSL color Cylindrical-coordinate representation of color #3A07ED: hue angle of 253.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A07ED is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 7 | 237 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.07 |
| HSL | 253.3º | 0.94% | 0.48% | - |
| HSV(B) | 253.3º | 0.97% | 0.93% | - |
| XYZ | 17.11 | 7.17 | 80.6 | - |
| YUV | 48.47 | 234.4 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 237 | 0.76 | 0.97 | 0 | 0.07 | 253.3 | 0.94 | 0.48 |
| Hex | 3A | 7 | ED | 4C | 61 | 0 | 7 | FD | 5E | 30 |
| Octal | 72 | 7 | 355 | 114 | 141 | 0 | 7 | 375 | 136 | 60 |
| Binary | 111010 | 111 | 11101101 | 1001100 | 1100001 | 0 | 111 | 11111101 | 1011110 | 110000 |
Color Harmonies of #3A07ED
Complementary color
Monochromatic Colors of #3A07ED
Black with #3A07ED
Text Example
Text Example
White with #3A07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07ED; }
p { color: rgb(58,7,237); }
H1.HeaderClassName
{
color: #3A07ED;
}
.AnyTagClassName
{
color: #3A07ED;
}
</style>
background-color css
<style>
a { background-color: #3A07ED; }
a { background-color: rgb(58,7,237); }
div.DivClassName
{
background-color: #3A07ED;
}
.BgClassName
{
background-color: #3A07ED;
}
</style>
border-color css
<style>
span { border-color: #3A07ED; }
span { border-color: rgb(58,7,237); }
td.TdClassName
{
border-color: #3A07ED;
}
.TagClassName
{
border-color: #3A07ED;
}
</style>