Shades of Han Purple #3A10DD
Tints of Han Purple #3A10DD
RGB
CMYK
RGB Variations
Color information
#3A10DD (or 0x3A10DD) is known color: Han Purple. HEX triplet: 3A, 10 and DD. RGB value is (58,16,221). Sum of RGB (Red+Green+Blue) = 58+16+221=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A10DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A10DD is #C5EF22. Grayscale: #333333. Windows color (decimal): -12971811 or 14487610. OLE color: 14487610.
HSL color Cylindrical-coordinate representation of color #3A10DD: hue angle of 252.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A10DD is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 16 | 221 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.13 |
| HSL | 252.29º | 0.86% | 0.46% | - |
| HSV(B) | 252.29º | 0.93% | 0.87% | - |
| XYZ | 14.98 | 6.49 | 68.87 | - |
| YUV | 51.93 | 223.41 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 221 | 0.74 | 0.93 | 0 | 0.13 | 252.29 | 0.86 | 0.46 |
| Hex | 3A | 10 | DD | 4A | 5D | 0 | D | FC | 56 | 2E |
| Octal | 72 | 20 | 335 | 112 | 135 | 0 | 15 | 374 | 126 | 56 |
| Binary | 111010 | 10000 | 11011101 | 1001010 | 1011101 | 0 | 1101 | 11111100 | 1010110 | 101110 |
Color Harmonies of #3A10DD
Complementary color
Monochromatic Colors of #3A10DD
Black with #3A10DD
Text Example
Text Example
White with #3A10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10DD; }
p { color: rgb(58,16,221); }
H1.HeaderClassName
{
color: #3A10DD;
}
.AnyTagClassName
{
color: #3A10DD;
}
</style>
background-color css
<style>
a { background-color: #3A10DD; }
a { background-color: rgb(58,16,221); }
div.DivClassName
{
background-color: #3A10DD;
}
.BgClassName
{
background-color: #3A10DD;
}
</style>
border-color css
<style>
span { border-color: #3A10DD; }
span { border-color: rgb(58,16,221); }
td.TdClassName
{
border-color: #3A10DD;
}
.TagClassName
{
border-color: #3A10DD;
}
</style>