Shades of Han Purple #3A0BFC
Tints of Han Purple #3A0BFC
RGB
CMYK
RGB Variations
Color information
#3A0BFC (or 0x3A0BFC) is known color: Han Purple. HEX triplet: 3A, 0B and FC. RGB value is (58,11,252). Sum of RGB (Red+Green+Blue) = 58+11+252=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A0BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0BFC is #C5F403. Grayscale: #333333. Windows color (decimal): -12973060 or 16517946. OLE color: 16517946.
HSL color Cylindrical-coordinate representation of color #3A0BFC: hue angle of 251.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0BFC is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 11 | 252 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.01 |
| HSL | 251.7º | 0.98% | 0.52% | - |
| HSV(B) | 251.7º | 0.96% | 0.99% | - |
| XYZ | 19.44 | 8.17 | 92.65 | - |
| YUV | 52.53 | 240.57 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 252 | 0.77 | 0.96 | 0 | 0.01 | 251.7 | 0.98 | 0.52 |
| Hex | 3A | B | FC | 4D | 60 | 0 | 1 | FC | 62 | 34 |
| Octal | 72 | 13 | 374 | 115 | 140 | 0 | 1 | 374 | 142 | 64 |
| Binary | 111010 | 1011 | 11111100 | 1001101 | 1100000 | 0 | 1 | 11111100 | 1100010 | 110100 |
Color Harmonies of #3A0BFC
Complementary color
Monochromatic Colors of #3A0BFC
Black with #3A0BFC
Text Example
Text Example
White with #3A0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BFC; }
p { color: rgb(58,11,252); }
H1.HeaderClassName
{
color: #3A0BFC;
}
.AnyTagClassName
{
color: #3A0BFC;
}
</style>
background-color css
<style>
a { background-color: #3A0BFC; }
a { background-color: rgb(58,11,252); }
div.DivClassName
{
background-color: #3A0BFC;
}
.BgClassName
{
background-color: #3A0BFC;
}
</style>
border-color css
<style>
span { border-color: #3A0BFC; }
span { border-color: rgb(58,11,252); }
td.TdClassName
{
border-color: #3A0BFC;
}
.TagClassName
{
border-color: #3A0BFC;
}
</style>