Shades of Han Purple #3A15DD
Tints of Han Purple #3A15DD
RGB
CMYK
RGB Variations
Color information
#3A15DD (or 0x3A15DD) is known color: Han Purple. HEX triplet: 3A, 15 and DD. RGB value is (58,21,221). Sum of RGB (Red+Green+Blue) = 58+21+221=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A15DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15DD is #C5EA22. Grayscale: #363636. Windows color (decimal): -12970531 or 14488890. OLE color: 14488890.
HSL color Cylindrical-coordinate representation of color #3A15DD: hue angle of 251.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A15DD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 21 | 221 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.13 |
| HSL | 251.1º | 0.83% | 0.47% | - |
| HSV(B) | 251.1º | 0.9% | 0.87% | - |
| XYZ | 15.06 | 6.66 | 68.9 | - |
| YUV | 54.86 | 221.76 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 221 | 0.74 | 0.90 | 0 | 0.13 | 251.1 | 0.83 | 0.47 |
| Hex | 3A | 15 | DD | 4A | 5A | 0 | D | FB | 53 | 2F |
| Octal | 72 | 25 | 335 | 112 | 132 | 0 | 15 | 373 | 123 | 57 |
| Binary | 111010 | 10101 | 11011101 | 1001010 | 1011010 | 0 | 1101 | 11111011 | 1010011 | 101111 |
Color Harmonies of #3A15DD
Complementary color
Monochromatic Colors of #3A15DD
Black with #3A15DD
Text Example
Text Example
White with #3A15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A15DD; }
p { color: rgb(58,21,221); }
H1.HeaderClassName
{
color: #3A15DD;
}
.AnyTagClassName
{
color: #3A15DD;
}
</style>
background-color css
<style>
a { background-color: #3A15DD; }
a { background-color: rgb(58,21,221); }
div.DivClassName
{
background-color: #3A15DD;
}
.BgClassName
{
background-color: #3A15DD;
}
</style>
border-color css
<style>
span { border-color: #3A15DD; }
span { border-color: rgb(58,21,221); }
td.TdClassName
{
border-color: #3A15DD;
}
.TagClassName
{
border-color: #3A15DD;
}
</style>