Shades of Han Purple #3C0AFA
Tints of Han Purple #3C0AFA
RGB
CMYK
RGB Variations
Color information
#3C0AFA (or 0x3C0AFA) is known color: Han Purple. HEX triplet: 3C, 0A and FA. RGB value is (60,10,250). Sum of RGB (Red+Green+Blue) = 60+10+250=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C0AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0AFA is #C3F505. Grayscale: #333333. Windows color (decimal): -12842246 or 16386620. OLE color: 16386620.
HSL color Cylindrical-coordinate representation of color #3C0AFA: hue angle of 252.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0AFA is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 10 | 250 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.02 |
| HSL | 252.5º | 0.96% | 0.51% | - |
| HSV(B) | 252.5º | 0.96% | 0.98% | - |
| XYZ | 19.23 | 8.08 | 90.99 | - |
| YUV | 52.31 | 239.57 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 250 | 0.76 | 0.96 | 0 | 0.02 | 252.5 | 0.96 | 0.51 |
| Hex | 3C | A | FA | 4C | 60 | 0 | 2 | FD | 60 | 33 |
| Octal | 74 | 12 | 372 | 114 | 140 | 0 | 2 | 375 | 140 | 63 |
| Binary | 111100 | 1010 | 11111010 | 1001100 | 1100000 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #3C0AFA
Complementary color
Monochromatic Colors of #3C0AFA
Black with #3C0AFA
Text Example
Text Example
White with #3C0AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0AFA; }
p { color: rgb(60,10,250); }
H1.HeaderClassName
{
color: #3C0AFA;
}
.AnyTagClassName
{
color: #3C0AFA;
}
</style>
background-color css
<style>
a { background-color: #3C0AFA; }
a { background-color: rgb(60,10,250); }
div.DivClassName
{
background-color: #3C0AFA;
}
.BgClassName
{
background-color: #3C0AFA;
}
</style>
border-color css
<style>
span { border-color: #3C0AFA; }
span { border-color: rgb(60,10,250); }
td.TdClassName
{
border-color: #3C0AFA;
}
.TagClassName
{
border-color: #3C0AFA;
}
</style>