Shades of Han Purple #3C03F9
Tints of Han Purple #3C03F9
RGB
CMYK
RGB Variations
Color information
#3C03F9 (or 0x3C03F9) is known color: Han Purple. HEX triplet: 3C, 03 and F9. RGB value is (60,3,249). Sum of RGB (Red+Green+Blue) = 60+3+249=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 249 (97.66% from 255 or 79.81% from 312); Max value from RGB is 249 - color contains mainly: blue. Hex color #3C03F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C03F9 is #C3FC06. Grayscale: #2F2F2F. Windows color (decimal): -12844039 or 16319292. OLE color: 16319292.
HSL color Cylindrical-coordinate representation of color #3C03F9: hue angle of 253.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C03F9 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 3 | 249 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.02 |
| HSL | 253.9º | 0.98% | 0.49% | - |
| HSV(B) | 253.9º | 0.99% | 0.98% | - |
| XYZ | 18.99 | 7.87 | 90.14 | - |
| YUV | 48.09 | 241.38 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 249 | 0.76 | 0.99 | 0 | 0.02 | 253.9 | 0.98 | 0.49 |
| Hex | 3C | 3 | F9 | 4C | 63 | 0 | 2 | FE | 62 | 31 |
| Octal | 74 | 3 | 371 | 114 | 143 | 0 | 2 | 376 | 142 | 61 |
| Binary | 111100 | 11 | 11111001 | 1001100 | 1100011 | 0 | 10 | 11111110 | 1100010 | 110001 |
Color Harmonies of #3C03F9
Complementary color
Monochromatic Colors of #3C03F9
Black with #3C03F9
Text Example
Text Example
White with #3C03F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03F9; }
p { color: rgb(60,3,249); }
H1.HeaderClassName
{
color: #3C03F9;
}
.AnyTagClassName
{
color: #3C03F9;
}
</style>
background-color css
<style>
a { background-color: #3C03F9; }
a { background-color: rgb(60,3,249); }
div.DivClassName
{
background-color: #3C03F9;
}
.BgClassName
{
background-color: #3C03F9;
}
</style>
border-color css
<style>
span { border-color: #3C03F9; }
span { border-color: rgb(60,3,249); }
td.TdClassName
{
border-color: #3C03F9;
}
.TagClassName
{
border-color: #3C03F9;
}
</style>