Shades of Han Purple #3A0CEF
Tints of Han Purple #3A0CEF
RGB
CMYK
RGB Variations
Color information
#3A0CEF (or 0x3A0CEF) is known color: Han Purple. HEX triplet: 3A, 0C and EF. RGB value is (58,12,239). Sum of RGB (Red+Green+Blue) = 58+12+239=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A0CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0CEF is #C5F310. Grayscale: #323232. Windows color (decimal): -12972817 or 15666234. OLE color: 15666234.
HSL color Cylindrical-coordinate representation of color #3A0CEF: hue angle of 252.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0CEF is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 12 | 239 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.06 |
| HSL | 252.16º | 0.9% | 0.49% | - |
| HSV(B) | 252.16º | 0.95% | 0.94% | - |
| XYZ | 17.46 | 7.39 | 82.17 | - |
| YUV | 51.63 | 233.74 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 239 | 0.76 | 0.95 | 0 | 0.06 | 252.16 | 0.9 | 0.49 |
| Hex | 3A | C | EF | 4C | 5F | 0 | 6 | FC | 5A | 31 |
| Octal | 72 | 14 | 357 | 114 | 137 | 0 | 6 | 374 | 132 | 61 |
| Binary | 111010 | 1100 | 11101111 | 1001100 | 1011111 | 0 | 110 | 11111100 | 1011010 | 110001 |
Color Harmonies of #3A0CEF
Complementary color
Monochromatic Colors of #3A0CEF
Black with #3A0CEF
Text Example
Text Example
White with #3A0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CEF; }
p { color: rgb(58,12,239); }
H1.HeaderClassName
{
color: #3A0CEF;
}
.AnyTagClassName
{
color: #3A0CEF;
}
</style>
background-color css
<style>
a { background-color: #3A0CEF; }
a { background-color: rgb(58,12,239); }
div.DivClassName
{
background-color: #3A0CEF;
}
.BgClassName
{
background-color: #3A0CEF;
}
</style>
border-color css
<style>
span { border-color: #3A0CEF; }
span { border-color: rgb(58,12,239); }
td.TdClassName
{
border-color: #3A0CEF;
}
.TagClassName
{
border-color: #3A0CEF;
}
</style>