Shades of Han Purple #3A15DC
Tints of Han Purple #3A15DC
RGB
CMYK
RGB Variations
Color information
#3A15DC (or 0x3A15DC) is known color: Han Purple. HEX triplet: 3A, 15 and DC. RGB value is (58,21,220). Sum of RGB (Red+Green+Blue) = 58+21+220=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A15DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15DC is #C5EA23. Grayscale: #353535. Windows color (decimal): -12970532 or 14423354. OLE color: 14423354.
HSL color Cylindrical-coordinate representation of color #3A15DC: hue angle of 251.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A15DC is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 21 | 220 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.14 |
| HSL | 251.16º | 0.83% | 0.47% | - |
| HSV(B) | 251.16º | 0.9% | 0.86% | - |
| XYZ | 14.93 | 6.6 | 68.2 | - |
| YUV | 54.75 | 221.26 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 220 | 0.74 | 0.90 | 0 | 0.14 | 251.16 | 0.83 | 0.47 |
| Hex | 3A | 15 | DC | 4A | 5A | 0 | E | FB | 53 | 2F |
| Octal | 72 | 25 | 334 | 112 | 132 | 0 | 16 | 373 | 123 | 57 |
| Binary | 111010 | 10101 | 11011100 | 1001010 | 1011010 | 0 | 1110 | 11111011 | 1010011 | 101111 |
Color Harmonies of #3A15DC
Complementary color
Monochromatic Colors of #3A15DC
Black with #3A15DC
Text Example
Text Example
White with #3A15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A15DC; }
p { color: rgb(58,21,220); }
H1.HeaderClassName
{
color: #3A15DC;
}
.AnyTagClassName
{
color: #3A15DC;
}
</style>
background-color css
<style>
a { background-color: #3A15DC; }
a { background-color: rgb(58,21,220); }
div.DivClassName
{
background-color: #3A15DC;
}
.BgClassName
{
background-color: #3A15DC;
}
</style>
border-color css
<style>
span { border-color: #3A15DC; }
span { border-color: rgb(58,21,220); }
td.TdClassName
{
border-color: #3A15DC;
}
.TagClassName
{
border-color: #3A15DC;
}
</style>