Shades of Han Purple #3A06E9
Tints of Han Purple #3A06E9
RGB
CMYK
RGB Variations
Color information
#3A06E9 (or 0x3A06E9) is known color: Han Purple. HEX triplet: 3A, 06 and E9. RGB value is (58,6,233). Sum of RGB (Red+Green+Blue) = 58+6+233=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 233 (91.41% from 255 or 78.45% from 297); Max value from RGB is 233 - color contains mainly: blue. Hex color #3A06E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A06E9 is #C5F916. Grayscale: #2E2E2E. Windows color (decimal): -12974359 or 15271482. OLE color: 15271482.
HSL color Cylindrical-coordinate representation of color #3A06E9: hue angle of 253.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A06E9 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 6 | 233 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.09 |
| HSL | 253.74º | 0.95% | 0.47% | - |
| HSV(B) | 253.74º | 0.97% | 0.91% | - |
| XYZ | 16.52 | 6.91 | 77.55 | - |
| YUV | 47.43 | 232.73 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 233 | 0.75 | 0.97 | 0 | 0.09 | 253.74 | 0.95 | 0.47 |
| Hex | 3A | 6 | E9 | 4B | 61 | 0 | 9 | FE | 5F | 2F |
| Octal | 72 | 6 | 351 | 113 | 141 | 0 | 11 | 376 | 137 | 57 |
| Binary | 111010 | 110 | 11101001 | 1001011 | 1100001 | 0 | 1001 | 11111110 | 1011111 | 101111 |
Color Harmonies of #3A06E9
Complementary color
Monochromatic Colors of #3A06E9
Black with #3A06E9
Text Example
Text Example
White with #3A06E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A06E9; }
p { color: rgb(58,6,233); }
H1.HeaderClassName
{
color: #3A06E9;
}
.AnyTagClassName
{
color: #3A06E9;
}
</style>
background-color css
<style>
a { background-color: #3A06E9; }
a { background-color: rgb(58,6,233); }
div.DivClassName
{
background-color: #3A06E9;
}
.BgClassName
{
background-color: #3A06E9;
}
</style>
border-color css
<style>
span { border-color: #3A06E9; }
span { border-color: rgb(58,6,233); }
td.TdClassName
{
border-color: #3A06E9;
}
.TagClassName
{
border-color: #3A06E9;
}
</style>