Shades of Han Purple #3A13CF
Tints of Han Purple #3A13CF
RGB
CMYK
RGB Variations
Color information
#3A13CF (or 0x3A13CF) is known color: Han Purple. HEX triplet: 3A, 13 and CF. RGB value is (58,19,207). Sum of RGB (Red+Green+Blue) = 58+19+207=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A13CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A13CF is #C5EC30. Grayscale: #333333. Windows color (decimal): -12971057 or 13570874. OLE color: 13570874.
HSL color Cylindrical-coordinate representation of color #3A13CF: hue angle of 252.45º 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 #3A13CF is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 19 | 207 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.19 |
| HSL | 252.45º | 0.83% | 0.44% | - |
| HSV(B) | 252.45º | 0.91% | 0.81% | - |
| XYZ | 13.24 | 5.87 | 59.47 | - |
| YUV | 52.09 | 215.42 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 207 | 0.72 | 0.91 | 0 | 0.19 | 252.45 | 0.83 | 0.44 |
| Hex | 3A | 13 | CF | 48 | 5B | 0 | 13 | FC | 53 | 2C |
| Octal | 72 | 23 | 317 | 110 | 133 | 0 | 23 | 374 | 123 | 54 |
| Binary | 111010 | 10011 | 11001111 | 1001000 | 1011011 | 0 | 10011 | 11111100 | 1010011 | 101100 |
Color Harmonies of #3A13CF
Complementary color
Monochromatic Colors of #3A13CF
Black with #3A13CF
Text Example
Text Example
White with #3A13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A13CF; }
p { color: rgb(58,19,207); }
H1.HeaderClassName
{
color: #3A13CF;
}
.AnyTagClassName
{
color: #3A13CF;
}
</style>
background-color css
<style>
a { background-color: #3A13CF; }
a { background-color: rgb(58,19,207); }
div.DivClassName
{
background-color: #3A13CF;
}
.BgClassName
{
background-color: #3A13CF;
}
</style>
border-color css
<style>
span { border-color: #3A13CF; }
span { border-color: rgb(58,19,207); }
td.TdClassName
{
border-color: #3A13CF;
}
.TagClassName
{
border-color: #3A13CF;
}
</style>