Shades of Han Purple #3A06EA
Tints of Han Purple #3A06EA
RGB
CMYK
RGB Variations
Color information
#3A06EA (or 0x3A06EA) is known color: Han Purple. HEX triplet: 3A, 06 and EA. RGB value is (58,6,234). Sum of RGB (Red+Green+Blue) = 58+6+234=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A06EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A06EA is #C5F915. Grayscale: #2E2E2E. Windows color (decimal): -12974358 or 15337018. OLE color: 15337018.
HSL color Cylindrical-coordinate representation of color #3A06EA: hue angle of 253.68º degrees, saturation: 0.95, 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 #3A06EA is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 6 | 234 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.08 |
| HSL | 253.68º | 0.95% | 0.47% | - |
| HSV(B) | 253.68º | 0.97% | 0.92% | - |
| XYZ | 16.66 | 6.97 | 78.31 | - |
| YUV | 47.54 | 233.23 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 234 | 0.75 | 0.97 | 0 | 0.08 | 253.68 | 0.95 | 0.47 |
| Hex | 3A | 6 | EA | 4B | 61 | 0 | 8 | FE | 5F | 2F |
| Octal | 72 | 6 | 352 | 113 | 141 | 0 | 10 | 376 | 137 | 57 |
| Binary | 111010 | 110 | 11101010 | 1001011 | 1100001 | 0 | 1000 | 11111110 | 1011111 | 101111 |
Color Harmonies of #3A06EA
Complementary color
Monochromatic Colors of #3A06EA
Black with #3A06EA
Text Example
Text Example
White with #3A06EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A06EA; }
p { color: rgb(58,6,234); }
H1.HeaderClassName
{
color: #3A06EA;
}
.AnyTagClassName
{
color: #3A06EA;
}
</style>
background-color css
<style>
a { background-color: #3A06EA; }
a { background-color: rgb(58,6,234); }
div.DivClassName
{
background-color: #3A06EA;
}
.BgClassName
{
background-color: #3A06EA;
}
</style>
border-color css
<style>
span { border-color: #3A06EA; }
span { border-color: rgb(58,6,234); }
td.TdClassName
{
border-color: #3A06EA;
}
.TagClassName
{
border-color: #3A06EA;
}
</style>