Shades of Han Purple #3A0DDF
Tints of Han Purple #3A0DDF
RGB
CMYK
RGB Variations
Color information
#3A0DDF (or 0x3A0DDF) is known color: Han Purple. HEX triplet: 3A, 0D and DF. RGB value is (58,13,223). Sum of RGB (Red+Green+Blue) = 58+13+223=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DDF is #C5F220. Grayscale: #313131. Windows color (decimal): -12972577 or 14617914. OLE color: 14617914.
HSL color Cylindrical-coordinate representation of color #3A0DDF: hue angle of 252.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0DDF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 13 | 223 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.13 |
| HSL | 252.86º | 0.89% | 0.46% | - |
| HSV(B) | 252.86º | 0.94% | 0.87% | - |
| XYZ | 15.21 | 6.52 | 70.27 | - |
| YUV | 50.4 | 225.41 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 223 | 0.74 | 0.94 | 0 | 0.13 | 252.86 | 0.89 | 0.46 |
| Hex | 3A | D | DF | 4A | 5E | 0 | D | FD | 59 | 2E |
| Octal | 72 | 15 | 337 | 112 | 136 | 0 | 15 | 375 | 131 | 56 |
| Binary | 111010 | 1101 | 11011111 | 1001010 | 1011110 | 0 | 1101 | 11111101 | 1011001 | 101110 |
Color Harmonies of #3A0DDF
Complementary color
Monochromatic Colors of #3A0DDF
Black with #3A0DDF
Text Example
Text Example
White with #3A0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DDF; }
p { color: rgb(58,13,223); }
H1.HeaderClassName
{
color: #3A0DDF;
}
.AnyTagClassName
{
color: #3A0DDF;
}
</style>
background-color css
<style>
a { background-color: #3A0DDF; }
a { background-color: rgb(58,13,223); }
div.DivClassName
{
background-color: #3A0DDF;
}
.BgClassName
{
background-color: #3A0DDF;
}
</style>
border-color css
<style>
span { border-color: #3A0DDF; }
span { border-color: rgb(58,13,223); }
td.TdClassName
{
border-color: #3A0DDF;
}
.TagClassName
{
border-color: #3A0DDF;
}
</style>