Shades of Han Purple #3003FC
Tints of Han Purple #3003FC
RGB
CMYK
RGB Variations
Color information
#3003FC (or 0x3003FC) is known color: Han Purple. HEX triplet: 30, 03 and FC. RGB value is (48,3,252). Sum of RGB (Red+Green+Blue) = 48+3+252=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 252 (98.83% from 255 or 83.17% from 303); Max value from RGB is 252 - color contains mainly: blue. Hex color #3003FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3003FC is #CFFC03. Grayscale: #2B2B2B. Windows color (decimal): -13630468 or 16515888. OLE color: 16515888.
HSL color Cylindrical-coordinate representation of color #3003FC: hue angle of 250.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003FC is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 3 | 252 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.01 |
| HSL | 250.84º | 0.98% | 0.5% | - |
| HSV(B) | 250.84º | 0.99% | 0.99% | - |
| XYZ | 18.82 | 7.72 | 92.59 | - |
| YUV | 44.84 | 244.91 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 252 | 0.81 | 0.99 | 0 | 0.01 | 250.84 | 0.98 | 0.5 |
| Hex | 30 | 3 | FC | 51 | 63 | 0 | 1 | FB | 62 | 32 |
| Octal | 60 | 3 | 374 | 121 | 143 | 0 | 1 | 373 | 142 | 62 |
| Binary | 110000 | 11 | 11111100 | 1010001 | 1100011 | 0 | 1 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3003FC
Complementary color
Monochromatic Colors of #3003FC
Black with #3003FC
Text Example
Text Example
White with #3003FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003FC; }
p { color: rgb(48,3,252); }
H1.HeaderClassName
{
color: #3003FC;
}
.AnyTagClassName
{
color: #3003FC;
}
</style>
background-color css
<style>
a { background-color: #3003FC; }
a { background-color: rgb(48,3,252); }
div.DivClassName
{
background-color: #3003FC;
}
.BgClassName
{
background-color: #3003FC;
}
</style>
border-color css
<style>
span { border-color: #3003FC; }
span { border-color: rgb(48,3,252); }
td.TdClassName
{
border-color: #3003FC;
}
.TagClassName
{
border-color: #3003FC;
}
</style>