Shades of Han Purple #3A0CFE
Tints of Han Purple #3A0CFE
RGB
CMYK
RGB Variations
Color information
#3A0CFE (or 0x3A0CFE) is known color: Han Purple. HEX triplet: 3A, 0C and FE. RGB value is (58,12,254). Sum of RGB (Red+Green+Blue) = 58+12+254=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A0CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0CFE is #C5F301. Grayscale: #343434. Windows color (decimal): -12972802 or 16649274. OLE color: 16649274.
HSL color Cylindrical-coordinate representation of color #3A0CFE: hue angle of 251.4º 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 #3A0CFE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 12 | 254 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.00 |
| HSL | 251.41º | 0.99% | 0.52% | - |
| HSV(B) | 251.41º | 0.95% | 1% | - |
| XYZ | 19.77 | 8.32 | 94.33 | - |
| YUV | 53.34 | 241.24 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 254 | 0.77 | 0.95 | 0 | 0.00 | 251.41 | 0.99 | 0.52 |
| Hex | 3A | C | FE | 4D | 5F | 0 | 0 | FB | 63 | 34 |
| Octal | 72 | 14 | 376 | 115 | 137 | 0 | 0 | 373 | 143 | 64 |
| Binary | 111010 | 1100 | 11111110 | 1001101 | 1011111 | 0 | 0 | 11111011 | 1100011 | 110100 |
Color Harmonies of #3A0CFE
Complementary color
Monochromatic Colors of #3A0CFE
Black with #3A0CFE
Text Example
Text Example
White with #3A0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CFE; }
p { color: rgb(58,12,254); }
H1.HeaderClassName
{
color: #3A0CFE;
}
.AnyTagClassName
{
color: #3A0CFE;
}
</style>
background-color css
<style>
a { background-color: #3A0CFE; }
a { background-color: rgb(58,12,254); }
div.DivClassName
{
background-color: #3A0CFE;
}
.BgClassName
{
background-color: #3A0CFE;
}
</style>
border-color css
<style>
span { border-color: #3A0CFE; }
span { border-color: rgb(58,12,254); }
td.TdClassName
{
border-color: #3A0CFE;
}
.TagClassName
{
border-color: #3A0CFE;
}
</style>