Shades of Han Purple #3A0DFE
Tints of Han Purple #3A0DFE
RGB
CMYK
RGB Variations
Color information
#3A0DFE (or 0x3A0DFE) is known color: Han Purple. HEX triplet: 3A, 0D and FE. RGB value is (58,13,254). Sum of RGB (Red+Green+Blue) = 58+13+254=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A0DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0DFE is #C5F201. Grayscale: #353535. Windows color (decimal): -12972546 or 16649530. OLE color: 16649530.
HSL color Cylindrical-coordinate representation of color #3A0DFE: hue angle of 251.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0DFE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 13 | 254 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.00 |
| HSL | 251.2º | 0.99% | 0.52% | - |
| HSV(B) | 251.2º | 0.95% | 1% | - |
| XYZ | 19.78 | 8.34 | 94.33 | - |
| YUV | 53.93 | 240.91 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 254 | 0.77 | 0.95 | 0 | 0.00 | 251.2 | 0.99 | 0.52 |
| Hex | 3A | D | FE | 4D | 5F | 0 | 0 | FB | 63 | 34 |
| Octal | 72 | 15 | 376 | 115 | 137 | 0 | 0 | 373 | 143 | 64 |
| Binary | 111010 | 1101 | 11111110 | 1001101 | 1011111 | 0 | 0 | 11111011 | 1100011 | 110100 |
Color Harmonies of #3A0DFE
Complementary color
Monochromatic Colors of #3A0DFE
Black with #3A0DFE
Text Example
Text Example
White with #3A0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DFE; }
p { color: rgb(58,13,254); }
H1.HeaderClassName
{
color: #3A0DFE;
}
.AnyTagClassName
{
color: #3A0DFE;
}
</style>
background-color css
<style>
a { background-color: #3A0DFE; }
a { background-color: rgb(58,13,254); }
div.DivClassName
{
background-color: #3A0DFE;
}
.BgClassName
{
background-color: #3A0DFE;
}
</style>
border-color css
<style>
span { border-color: #3A0DFE; }
span { border-color: rgb(58,13,254); }
td.TdClassName
{
border-color: #3A0DFE;
}
.TagClassName
{
border-color: #3A0DFE;
}
</style>