Shades of Han Purple #3A14CD
Tints of Han Purple #3A14CD
RGB
CMYK
RGB Variations
Color information
#3A14CD (or 0x3A14CD) is known color: Han Purple. HEX triplet: 3A, 14 and CD. RGB value is (58,20,205). Sum of RGB (Red+Green+Blue) = 58+20+205=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A14CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14CD is #C5EB32. Grayscale: #333333. Windows color (decimal): -12970803 or 13440058. OLE color: 13440058.
HSL color Cylindrical-coordinate representation of color #3A14CD: hue angle of 252.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A14CD is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 20 | 205 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.20 |
| HSL | 252.32º | 0.82% | 0.44% | - |
| HSV(B) | 252.32º | 0.9% | 0.8% | - |
| XYZ | 13.01 | 5.81 | 58.19 | - |
| YUV | 52.45 | 214.09 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 205 | 0.72 | 0.90 | 0 | 0.20 | 252.32 | 0.82 | 0.44 |
| Hex | 3A | 14 | CD | 48 | 5A | 0 | 14 | FC | 52 | 2C |
| Octal | 72 | 24 | 315 | 110 | 132 | 0 | 24 | 374 | 122 | 54 |
| Binary | 111010 | 10100 | 11001101 | 1001000 | 1011010 | 0 | 10100 | 11111100 | 1010010 | 101100 |
Color Harmonies of #3A14CD
Complementary color
Monochromatic Colors of #3A14CD
Black with #3A14CD
Text Example
Text Example
White with #3A14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A14CD; }
p { color: rgb(58,20,205); }
H1.HeaderClassName
{
color: #3A14CD;
}
.AnyTagClassName
{
color: #3A14CD;
}
</style>
background-color css
<style>
a { background-color: #3A14CD; }
a { background-color: rgb(58,20,205); }
div.DivClassName
{
background-color: #3A14CD;
}
.BgClassName
{
background-color: #3A14CD;
}
</style>
border-color css
<style>
span { border-color: #3A14CD; }
span { border-color: rgb(58,20,205); }
td.TdClassName
{
border-color: #3A14CD;
}
.TagClassName
{
border-color: #3A14CD;
}
</style>