Shades of Han Purple #3A08EA
Tints of Han Purple #3A08EA
RGB
CMYK
RGB Variations
Color information
#3A08EA (or 0x3A08EA) is known color: Han Purple. HEX triplet: 3A, 08 and EA. RGB value is (58,8,234). Sum of RGB (Red+Green+Blue) = 58+8+234=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A08EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A08EA is #C5F715. Grayscale: #2F2F2F. Windows color (decimal): -12973846 or 15337530. OLE color: 15337530.
HSL color Cylindrical-coordinate representation of color #3A08EA: hue angle of 253.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A08EA is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 8 | 234 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.08 |
| HSL | 253.27º | 0.93% | 0.47% | - |
| HSV(B) | 253.27º | 0.97% | 0.92% | - |
| XYZ | 16.68 | 7.01 | 78.32 | - |
| YUV | 48.71 | 232.57 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 234 | 0.75 | 0.97 | 0 | 0.08 | 253.27 | 0.93 | 0.47 |
| Hex | 3A | 8 | EA | 4B | 61 | 0 | 8 | FD | 5D | 2F |
| Octal | 72 | 10 | 352 | 113 | 141 | 0 | 10 | 375 | 135 | 57 |
| Binary | 111010 | 1000 | 11101010 | 1001011 | 1100001 | 0 | 1000 | 11111101 | 1011101 | 101111 |
Color Harmonies of #3A08EA
Complementary color
Monochromatic Colors of #3A08EA
Black with #3A08EA
Text Example
Text Example
White with #3A08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A08EA; }
p { color: rgb(58,8,234); }
H1.HeaderClassName
{
color: #3A08EA;
}
.AnyTagClassName
{
color: #3A08EA;
}
</style>
background-color css
<style>
a { background-color: #3A08EA; }
a { background-color: rgb(58,8,234); }
div.DivClassName
{
background-color: #3A08EA;
}
.BgClassName
{
background-color: #3A08EA;
}
</style>
border-color css
<style>
span { border-color: #3A08EA; }
span { border-color: rgb(58,8,234); }
td.TdClassName
{
border-color: #3A08EA;
}
.TagClassName
{
border-color: #3A08EA;
}
</style>