Shades of Han Purple #3A13DF
Tints of Han Purple #3A13DF
RGB
CMYK
RGB Variations
Color information
#3A13DF (or 0x3A13DF) is known color: Han Purple. HEX triplet: 3A, 13 and DF. RGB value is (58,19,223). Sum of RGB (Red+Green+Blue) = 58+19+223=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A13DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A13DF is #C5EC20. Grayscale: #353535. Windows color (decimal): -12971041 or 14619450. OLE color: 14619450.
HSL color Cylindrical-coordinate representation of color #3A13DF: hue angle of 251.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A13DF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 19 | 223 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.13 |
| HSL | 251.47º | 0.84% | 0.47% | - |
| HSV(B) | 251.47º | 0.91% | 0.87% | - |
| XYZ | 15.3 | 6.69 | 70.3 | - |
| YUV | 53.92 | 223.42 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 223 | 0.74 | 0.91 | 0 | 0.13 | 251.47 | 0.84 | 0.47 |
| Hex | 3A | 13 | DF | 4A | 5B | 0 | D | FB | 54 | 2F |
| Octal | 72 | 23 | 337 | 112 | 133 | 0 | 15 | 373 | 124 | 57 |
| Binary | 111010 | 10011 | 11011111 | 1001010 | 1011011 | 0 | 1101 | 11111011 | 1010100 | 101111 |
Color Harmonies of #3A13DF
Complementary color
Monochromatic Colors of #3A13DF
Black with #3A13DF
Text Example
Text Example
White with #3A13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A13DF; }
p { color: rgb(58,19,223); }
H1.HeaderClassName
{
color: #3A13DF;
}
.AnyTagClassName
{
color: #3A13DF;
}
</style>
background-color css
<style>
a { background-color: #3A13DF; }
a { background-color: rgb(58,19,223); }
div.DivClassName
{
background-color: #3A13DF;
}
.BgClassName
{
background-color: #3A13DF;
}
</style>
border-color css
<style>
span { border-color: #3A13DF; }
span { border-color: rgb(58,19,223); }
td.TdClassName
{
border-color: #3A13DF;
}
.TagClassName
{
border-color: #3A13DF;
}
</style>