Shades of Han Purple #3A1EEA
Tints of Han Purple #3A1EEA
RGB
CMYK
RGB Variations
Color information
#3A1EEA (or 0x3A1EEA) is known color: Han Purple. HEX triplet: 3A, 1E and EA. RGB value is (58,30,234). Sum of RGB (Red+Green+Blue) = 58+30+234=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A1EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1EEA is #C5E115. Grayscale: #3C3C3C. Windows color (decimal): -12968214 or 15343162. OLE color: 15343162.
HSL color Cylindrical-coordinate representation of color #3A1EEA: hue angle of 248.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1EEA is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 30 | 234 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.08 |
| HSL | 248.24º | 0.83% | 0.52% | - |
| HSV(B) | 248.24º | 0.87% | 0.92% | - |
| XYZ | 17.06 | 7.77 | 78.44 | - |
| YUV | 61.63 | 225.28 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 234 | 0.75 | 0.87 | 0 | 0.08 | 248.24 | 0.83 | 0.52 |
| Hex | 3A | 1E | EA | 4B | 57 | 0 | 8 | F8 | 53 | 34 |
| Octal | 72 | 36 | 352 | 113 | 127 | 0 | 10 | 370 | 123 | 64 |
| Binary | 111010 | 11110 | 11101010 | 1001011 | 1010111 | 0 | 1000 | 11111000 | 1010011 | 110100 |
Color Harmonies of #3A1EEA
Complementary color
Monochromatic Colors of #3A1EEA
Black with #3A1EEA
Text Example
Text Example
White with #3A1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1EEA; }
p { color: rgb(58,30,234); }
H1.HeaderClassName
{
color: #3A1EEA;
}
.AnyTagClassName
{
color: #3A1EEA;
}
</style>
background-color css
<style>
a { background-color: #3A1EEA; }
a { background-color: rgb(58,30,234); }
div.DivClassName
{
background-color: #3A1EEA;
}
.BgClassName
{
background-color: #3A1EEA;
}
</style>
border-color css
<style>
span { border-color: #3A1EEA; }
span { border-color: rgb(58,30,234); }
td.TdClassName
{
border-color: #3A1EEA;
}
.TagClassName
{
border-color: #3A1EEA;
}
</style>