Shades of Han Purple #3A14CC
Tints of Han Purple #3A14CC
RGB
CMYK
RGB Variations
Color information
#3A14CC (or 0x3A14CC) is known color: Han Purple. HEX triplet: 3A, 14 and CC. RGB value is (58,20,204). Sum of RGB (Red+Green+Blue) = 58+20+204=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14CC is #C5EB33. Grayscale: #333333. Windows color (decimal): -12970804 or 13374522. OLE color: 13374522.
HSL color Cylindrical-coordinate representation of color #3A14CC: hue angle of 252.39º 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 #3A14CC is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 20 | 204 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.2 |
| HSL | 252.39º | 0.82% | 0.44% | - |
| HSV(B) | 252.39º | 0.9% | 0.8% | - |
| XYZ | 12.89 | 5.76 | 57.56 | - |
| YUV | 52.34 | 213.59 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 204 | 0.72 | 0.90 | 0 | 0.2 | 252.39 | 0.82 | 0.44 |
| Hex | 3A | 14 | CC | 48 | 5A | 0 | 14 | FC | 52 | 2C |
| Octal | 72 | 24 | 314 | 110 | 132 | 0 | 24 | 374 | 122 | 54 |
| Binary | 111010 | 10100 | 11001100 | 1001000 | 1011010 | 0 | 10100 | 11111100 | 1010010 | 101100 |
Color Harmonies of #3A14CC
Complementary color
Monochromatic Colors of #3A14CC
Black with #3A14CC
Text Example
Text Example
White with #3A14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A14CC; }
p { color: rgb(58,20,204); }
H1.HeaderClassName
{
color: #3A14CC;
}
.AnyTagClassName
{
color: #3A14CC;
}
</style>
background-color css
<style>
a { background-color: #3A14CC; }
a { background-color: rgb(58,20,204); }
div.DivClassName
{
background-color: #3A14CC;
}
.BgClassName
{
background-color: #3A14CC;
}
</style>
border-color css
<style>
span { border-color: #3A14CC; }
span { border-color: rgb(58,20,204); }
td.TdClassName
{
border-color: #3A14CC;
}
.TagClassName
{
border-color: #3A14CC;
}
</style>