Shades of Han Purple #3A13CE
Tints of Han Purple #3A13CE
RGB
CMYK
RGB Variations
Color information
#3A13CE (or 0x3A13CE) is known color: Han Purple. HEX triplet: 3A, 13 and CE. RGB value is (58,19,206). Sum of RGB (Red+Green+Blue) = 58+19+206=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A13CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A13CE is #C5EC31. Grayscale: #333333. Windows color (decimal): -12971058 or 13505338. OLE color: 13505338.
HSL color Cylindrical-coordinate representation of color #3A13CE: hue angle of 252.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A13CE is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 19 | 206 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.19 |
| HSL | 252.51º | 0.83% | 0.44% | - |
| HSV(B) | 252.51º | 0.91% | 0.81% | - |
| XYZ | 13.12 | 5.82 | 58.82 | - |
| YUV | 51.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 206 | 0.72 | 0.91 | 0 | 0.19 | 252.51 | 0.83 | 0.44 |
| Hex | 3A | 13 | CE | 48 | 5B | 0 | 13 | FD | 53 | 2C |
| Octal | 72 | 23 | 316 | 110 | 133 | 0 | 23 | 375 | 123 | 54 |
| Binary | 111010 | 10011 | 11001110 | 1001000 | 1011011 | 0 | 10011 | 11111101 | 1010011 | 101100 |
Color Harmonies of #3A13CE
Complementary color
Monochromatic Colors of #3A13CE
Black with #3A13CE
Text Example
Text Example
White with #3A13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A13CE; }
p { color: rgb(58,19,206); }
H1.HeaderClassName
{
color: #3A13CE;
}
.AnyTagClassName
{
color: #3A13CE;
}
</style>
background-color css
<style>
a { background-color: #3A13CE; }
a { background-color: rgb(58,19,206); }
div.DivClassName
{
background-color: #3A13CE;
}
.BgClassName
{
background-color: #3A13CE;
}
</style>
border-color css
<style>
span { border-color: #3A13CE; }
span { border-color: rgb(58,19,206); }
td.TdClassName
{
border-color: #3A13CE;
}
.TagClassName
{
border-color: #3A13CE;
}
</style>