Shades of Han Purple #3A0DCE
Tints of Han Purple #3A0DCE
RGB
CMYK
RGB Variations
Color information
#3A0DCE (or 0x3A0DCE) is known color: Han Purple. HEX triplet: 3A, 0D and CE. RGB value is (58,13,206). Sum of RGB (Red+Green+Blue) = 58+13+206=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A0DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DCE is #C5F231. Grayscale: #2F2F2F. Windows color (decimal): -12972594 or 13503802. OLE color: 13503802.
HSL color Cylindrical-coordinate representation of color #3A0DCE: hue angle of 253.99º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0DCE is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 13 | 206 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.19 |
| HSL | 253.99º | 0.88% | 0.43% | - |
| HSV(B) | 253.99º | 0.94% | 0.81% | - |
| XYZ | 13.03 | 5.64 | 58.8 | - |
| YUV | 48.46 | 216.91 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 206 | 0.72 | 0.94 | 0 | 0.19 | 253.99 | 0.88 | 0.43 |
| Hex | 3A | D | CE | 48 | 5E | 0 | 13 | FE | 58 | 2B |
| Octal | 72 | 15 | 316 | 110 | 136 | 0 | 23 | 376 | 130 | 53 |
| Binary | 111010 | 1101 | 11001110 | 1001000 | 1011110 | 0 | 10011 | 11111110 | 1011000 | 101011 |
Color Harmonies of #3A0DCE
Complementary color
Monochromatic Colors of #3A0DCE
Black with #3A0DCE
Text Example
Text Example
White with #3A0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DCE; }
p { color: rgb(58,13,206); }
H1.HeaderClassName
{
color: #3A0DCE;
}
.AnyTagClassName
{
color: #3A0DCE;
}
</style>
background-color css
<style>
a { background-color: #3A0DCE; }
a { background-color: rgb(58,13,206); }
div.DivClassName
{
background-color: #3A0DCE;
}
.BgClassName
{
background-color: #3A0DCE;
}
</style>
border-color css
<style>
span { border-color: #3A0DCE; }
span { border-color: rgb(58,13,206); }
td.TdClassName
{
border-color: #3A0DCE;
}
.TagClassName
{
border-color: #3A0DCE;
}
</style>