Shades of Han Purple #3A1BEA
Tints of Han Purple #3A1BEA
RGB
CMYK
RGB Variations
Color information
#3A1BEA (or 0x3A1BEA) is known color: Han Purple. HEX triplet: 3A, 1B and EA. RGB value is (58,27,234). Sum of RGB (Red+Green+Blue) = 58+27+234=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A1BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1BEA is #C5E415. Grayscale: #3B3B3B. Windows color (decimal): -12968982 or 15342394. OLE color: 15342394.
HSL color Cylindrical-coordinate representation of color #3A1BEA: hue angle of 248.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1BEA is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 27 | 234 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.08 |
| HSL | 248.99º | 0.83% | 0.51% | - |
| HSV(B) | 248.99º | 0.88% | 0.92% | - |
| XYZ | 16.99 | 7.62 | 78.42 | - |
| YUV | 59.87 | 226.27 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 234 | 0.75 | 0.88 | 0 | 0.08 | 248.99 | 0.83 | 0.51 |
| Hex | 3A | 1B | EA | 4B | 58 | 0 | 8 | F9 | 53 | 33 |
| Octal | 72 | 33 | 352 | 113 | 130 | 0 | 10 | 371 | 123 | 63 |
| Binary | 111010 | 11011 | 11101010 | 1001011 | 1011000 | 0 | 1000 | 11111001 | 1010011 | 110011 |
Color Harmonies of #3A1BEA
Complementary color
Monochromatic Colors of #3A1BEA
Black with #3A1BEA
Text Example
Text Example
White with #3A1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BEA; }
p { color: rgb(58,27,234); }
H1.HeaderClassName
{
color: #3A1BEA;
}
.AnyTagClassName
{
color: #3A1BEA;
}
</style>
background-color css
<style>
a { background-color: #3A1BEA; }
a { background-color: rgb(58,27,234); }
div.DivClassName
{
background-color: #3A1BEA;
}
.BgClassName
{
background-color: #3A1BEA;
}
</style>
border-color css
<style>
span { border-color: #3A1BEA; }
span { border-color: rgb(58,27,234); }
td.TdClassName
{
border-color: #3A1BEA;
}
.TagClassName
{
border-color: #3A1BEA;
}
</style>