Shades of Han Purple #3A13EA
Tints of Han Purple #3A13EA
RGB
CMYK
RGB Variations
Color information
#3A13EA (or 0x3A13EA) is known color: Han Purple. HEX triplet: 3A, 13 and EA. RGB value is (58,19,234). Sum of RGB (Red+Green+Blue) = 58+19+234=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A13EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A13EA is #C5EC15. Grayscale: #363636. Windows color (decimal): -12971030 or 15340346. OLE color: 15340346.
HSL color Cylindrical-coordinate representation of color #3A13EA: hue angle of 250.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A13EA is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 19 | 234 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.08 |
| HSL | 250.88º | 0.85% | 0.5% | - |
| HSV(B) | 250.88º | 0.92% | 0.92% | - |
| XYZ | 16.83 | 7.31 | 78.37 | - |
| YUV | 55.17 | 228.92 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 234 | 0.75 | 0.92 | 0 | 0.08 | 250.88 | 0.85 | 0.5 |
| Hex | 3A | 13 | EA | 4B | 5C | 0 | 8 | FB | 55 | 32 |
| Octal | 72 | 23 | 352 | 113 | 134 | 0 | 10 | 373 | 125 | 62 |
| Binary | 111010 | 10011 | 11101010 | 1001011 | 1011100 | 0 | 1000 | 11111011 | 1010101 | 110010 |
Color Harmonies of #3A13EA
Complementary color
Monochromatic Colors of #3A13EA
Black with #3A13EA
Text Example
Text Example
White with #3A13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A13EA; }
p { color: rgb(58,19,234); }
H1.HeaderClassName
{
color: #3A13EA;
}
.AnyTagClassName
{
color: #3A13EA;
}
</style>
background-color css
<style>
a { background-color: #3A13EA; }
a { background-color: rgb(58,19,234); }
div.DivClassName
{
background-color: #3A13EA;
}
.BgClassName
{
background-color: #3A13EA;
}
</style>
border-color css
<style>
span { border-color: #3A13EA; }
span { border-color: rgb(58,19,234); }
td.TdClassName
{
border-color: #3A13EA;
}
.TagClassName
{
border-color: #3A13EA;
}
</style>