Shades of Han Purple #3A1DDE
Tints of Han Purple #3A1DDE
RGB
CMYK
RGB Variations
Color information
#3A1DDE (or 0x3A1DDE) is known color: Han Purple. HEX triplet: 3A, 1D and DE. RGB value is (58,29,222). Sum of RGB (Red+Green+Blue) = 58+29+222=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A1DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DDE is #C5E221. Grayscale: #3A3A3A. Windows color (decimal): -12968482 or 14556474. OLE color: 14556474.
HSL color Cylindrical-coordinate representation of color #3A1DDE: hue angle of 249.02º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1DDE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 29 | 222 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.13 |
| HSL | 249.02º | 0.77% | 0.49% | - |
| HSV(B) | 249.02º | 0.87% | 0.87% | - |
| XYZ | 15.37 | 7.05 | 69.66 | - |
| YUV | 59.67 | 219.61 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 222 | 0.74 | 0.87 | 0 | 0.13 | 249.02 | 0.77 | 0.49 |
| Hex | 3A | 1D | DE | 4A | 57 | 0 | D | F9 | 4D | 31 |
| Octal | 72 | 35 | 336 | 112 | 127 | 0 | 15 | 371 | 115 | 61 |
| Binary | 111010 | 11101 | 11011110 | 1001010 | 1010111 | 0 | 1101 | 11111001 | 1001101 | 110001 |
Color Harmonies of #3A1DDE
Complementary color
Monochromatic Colors of #3A1DDE
Black with #3A1DDE
Text Example
Text Example
White with #3A1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DDE; }
p { color: rgb(58,29,222); }
H1.HeaderClassName
{
color: #3A1DDE;
}
.AnyTagClassName
{
color: #3A1DDE;
}
</style>
background-color css
<style>
a { background-color: #3A1DDE; }
a { background-color: rgb(58,29,222); }
div.DivClassName
{
background-color: #3A1DDE;
}
.BgClassName
{
background-color: #3A1DDE;
}
</style>
border-color css
<style>
span { border-color: #3A1DDE; }
span { border-color: rgb(58,29,222); }
td.TdClassName
{
border-color: #3A1DDE;
}
.TagClassName
{
border-color: #3A1DDE;
}
</style>