Shades of Han Purple #3C08FA
Tints of Han Purple #3C08FA
RGB
CMYK
RGB Variations
Color information
#3C08FA (or 0x3C08FA) is known color: Han Purple. HEX triplet: 3C, 08 and FA. RGB value is (60,8,250). Sum of RGB (Red+Green+Blue) = 60+8+250=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C08FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C08FA is #C3F705. Grayscale: #323232. Windows color (decimal): -12842758 or 16386108. OLE color: 16386108.
HSL color Cylindrical-coordinate representation of color #3C08FA: hue angle of 252.89º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C08FA is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 8 | 250 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.02 |
| HSL | 252.89º | 0.96% | 0.51% | - |
| HSV(B) | 252.89º | 0.97% | 0.98% | - |
| XYZ | 19.21 | 8.04 | 90.98 | - |
| YUV | 51.14 | 240.23 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 250 | 0.76 | 0.97 | 0 | 0.02 | 252.89 | 0.96 | 0.51 |
| Hex | 3C | 8 | FA | 4C | 61 | 0 | 2 | FD | 60 | 33 |
| Octal | 74 | 10 | 372 | 114 | 141 | 0 | 2 | 375 | 140 | 63 |
| Binary | 111100 | 1000 | 11111010 | 1001100 | 1100001 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #3C08FA
Complementary color
Monochromatic Colors of #3C08FA
Black with #3C08FA
Text Example
Text Example
White with #3C08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C08FA; }
p { color: rgb(60,8,250); }
H1.HeaderClassName
{
color: #3C08FA;
}
.AnyTagClassName
{
color: #3C08FA;
}
</style>
background-color css
<style>
a { background-color: #3C08FA; }
a { background-color: rgb(60,8,250); }
div.DivClassName
{
background-color: #3C08FA;
}
.BgClassName
{
background-color: #3C08FA;
}
</style>
border-color css
<style>
span { border-color: #3C08FA; }
span { border-color: rgb(60,8,250); }
td.TdClassName
{
border-color: #3C08FA;
}
.TagClassName
{
border-color: #3C08FA;
}
</style>