Shades of Han Purple #3A0DFF
Tints of Han Purple #3A0DFF
RGB
CMYK
RGB Variations
Color information
#3A0DFF (or 0x3A0DFF) is known color: Han Purple. HEX triplet: 3A, 0D and FF. RGB value is (58,13,255). Sum of RGB (Red+Green+Blue) = 58+13+255=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A0DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0DFF is #C5F200. Grayscale: #353535. Windows color (decimal): -12972545 or 16715066. OLE color: 16715066.
HSL color Cylindrical-coordinate representation of color #3A0DFF: hue angle of 251.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0DFF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 13 | 255 | - |
| CMYK | 0.77 | 0.95 | 0 | 0 |
| HSL | 251.16º | 1% | 0.53% | - |
| HSV(B) | 251.16º | 0.95% | 1% | - |
| XYZ | 19.94 | 8.41 | 95.18 | - |
| YUV | 54.04 | 241.41 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 255 | 0.77 | 0.95 | 0 | 0 | 251.16 | 1 | 0.53 |
| Hex | 3A | D | FF | 4D | 5F | 0 | 0 | FB | 64 | 35 |
| Octal | 72 | 15 | 377 | 115 | 137 | 0 | 0 | 373 | 144 | 65 |
| Binary | 111010 | 1101 | 11111111 | 1001101 | 1011111 | 0 | 0 | 11111011 | 1100100 | 110101 |
Color Harmonies of #3A0DFF
Complementary color
Monochromatic Colors of #3A0DFF
Black with #3A0DFF
Text Example
Text Example
White with #3A0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DFF; }
p { color: rgb(58,13,255); }
H1.HeaderClassName
{
color: #3A0DFF;
}
.AnyTagClassName
{
color: #3A0DFF;
}
</style>
background-color css
<style>
a { background-color: #3A0DFF; }
a { background-color: rgb(58,13,255); }
div.DivClassName
{
background-color: #3A0DFF;
}
.BgClassName
{
background-color: #3A0DFF;
}
</style>
border-color css
<style>
span { border-color: #3A0DFF; }
span { border-color: rgb(58,13,255); }
td.TdClassName
{
border-color: #3A0DFF;
}
.TagClassName
{
border-color: #3A0DFF;
}
</style>