Shades of Han Purple #3A0AEF
Tints of Han Purple #3A0AEF
RGB
CMYK
RGB Variations
Color information
#3A0AEF (or 0x3A0AEF) is known color: Han Purple. HEX triplet: 3A, 0A and EF. RGB value is (58,10,239). Sum of RGB (Red+Green+Blue) = 58+10+239=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0AEF is #C5F510. Grayscale: #313131. Windows color (decimal): -12973329 or 15665722. OLE color: 15665722.
HSL color Cylindrical-coordinate representation of color #3A0AEF: hue angle of 252.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0AEF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 10 | 239 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.06 |
| HSL | 252.58º | 0.92% | 0.49% | - |
| HSV(B) | 252.58º | 0.96% | 0.94% | - |
| XYZ | 17.43 | 7.35 | 82.16 | - |
| YUV | 50.46 | 234.4 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 239 | 0.76 | 0.96 | 0 | 0.06 | 252.58 | 0.92 | 0.49 |
| Hex | 3A | A | EF | 4C | 60 | 0 | 6 | FD | 5C | 31 |
| Octal | 72 | 12 | 357 | 114 | 140 | 0 | 6 | 375 | 134 | 61 |
| Binary | 111010 | 1010 | 11101111 | 1001100 | 1100000 | 0 | 110 | 11111101 | 1011100 | 110001 |
Color Harmonies of #3A0AEF
Complementary color
Monochromatic Colors of #3A0AEF
Black with #3A0AEF
Text Example
Text Example
White with #3A0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0AEF; }
p { color: rgb(58,10,239); }
H1.HeaderClassName
{
color: #3A0AEF;
}
.AnyTagClassName
{
color: #3A0AEF;
}
</style>
background-color css
<style>
a { background-color: #3A0AEF; }
a { background-color: rgb(58,10,239); }
div.DivClassName
{
background-color: #3A0AEF;
}
.BgClassName
{
background-color: #3A0AEF;
}
</style>
border-color css
<style>
span { border-color: #3A0AEF; }
span { border-color: rgb(58,10,239); }
td.TdClassName
{
border-color: #3A0AEF;
}
.TagClassName
{
border-color: #3A0AEF;
}
</style>