Shades of Han Purple #3A1FEA
Tints of Han Purple #3A1FEA
RGB
CMYK
RGB Variations
Color information
#3A1FEA (or 0x3A1FEA) is known color: Han Purple. HEX triplet: 3A, 1F and EA. RGB value is (58,31,234). Sum of RGB (Red+Green+Blue) = 58+31+234=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A1FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1FEA is #C5E015. Grayscale: #3D3D3D. Windows color (decimal): -12967958 or 15343418. OLE color: 15343418.
HSL color Cylindrical-coordinate representation of color #3A1FEA: hue angle of 247.98º 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 #3A1FEA is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 31 | 234 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.08 |
| HSL | 247.98º | 0.83% | 0.52% | - |
| HSV(B) | 247.98º | 0.87% | 0.92% | - |
| XYZ | 17.09 | 7.82 | 78.45 | - |
| YUV | 62.22 | 224.95 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 234 | 0.75 | 0.87 | 0 | 0.08 | 247.98 | 0.83 | 0.52 |
| Hex | 3A | 1F | EA | 4B | 57 | 0 | 8 | F8 | 53 | 34 |
| Octal | 72 | 37 | 352 | 113 | 127 | 0 | 10 | 370 | 123 | 64 |
| Binary | 111010 | 11111 | 11101010 | 1001011 | 1010111 | 0 | 1000 | 11111000 | 1010011 | 110100 |
Color Harmonies of #3A1FEA
Complementary color
Monochromatic Colors of #3A1FEA
Black with #3A1FEA
Text Example
Text Example
White with #3A1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FEA; }
p { color: rgb(58,31,234); }
H1.HeaderClassName
{
color: #3A1FEA;
}
.AnyTagClassName
{
color: #3A1FEA;
}
</style>
background-color css
<style>
a { background-color: #3A1FEA; }
a { background-color: rgb(58,31,234); }
div.DivClassName
{
background-color: #3A1FEA;
}
.BgClassName
{
background-color: #3A1FEA;
}
</style>
border-color css
<style>
span { border-color: #3A1FEA; }
span { border-color: rgb(58,31,234); }
td.TdClassName
{
border-color: #3A1FEA;
}
.TagClassName
{
border-color: #3A1FEA;
}
</style>