Shades of Han Purple #3301FB
Tints of Han Purple #3301FB
RGB
CMYK
RGB Variations
Color information
#3301FB (or 0x3301FB) is known color: Han Purple. HEX triplet: 33, 01 and FB. RGB value is (51,1,251). Sum of RGB (Red+Green+Blue) = 51+1+251=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 251 (98.44% from 255 or 82.84% from 303); Max value from RGB is 251 - color contains mainly: blue. Hex color #3301FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3301FB is #CCFE04. Grayscale: #2B2B2B. Windows color (decimal): -13434373 or 16449843. OLE color: 16449843.
HSL color Cylindrical-coordinate representation of color #3301FB: hue angle of 252º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301FB is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 1 | 251 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.02 |
| HSL | 252º | 0.99% | 0.49% | - |
| HSV(B) | 252º | 1% | 0.98% | - |
| XYZ | 18.79 | 7.69 | 91.76 | - |
| YUV | 44.45 | 244.57 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 251 | 0.80 | 1.00 | 0 | 0.02 | 252 | 0.99 | 0.49 |
| Hex | 33 | 1 | FB | 50 | 64 | 0 | 2 | FC | 63 | 31 |
| Octal | 63 | 1 | 373 | 120 | 144 | 0 | 2 | 374 | 143 | 61 |
| Binary | 110011 | 1 | 11111011 | 1010000 | 1100100 | 0 | 10 | 11111100 | 1100011 | 110001 |
Color Harmonies of #3301FB
Complementary color
Monochromatic Colors of #3301FB
Black with #3301FB
Text Example
Text Example
White with #3301FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301FB; }
p { color: rgb(51,1,251); }
H1.HeaderClassName
{
color: #3301FB;
}
.AnyTagClassName
{
color: #3301FB;
}
</style>
background-color css
<style>
a { background-color: #3301FB; }
a { background-color: rgb(51,1,251); }
div.DivClassName
{
background-color: #3301FB;
}
.BgClassName
{
background-color: #3301FB;
}
</style>
border-color css
<style>
span { border-color: #3301FB; }
span { border-color: rgb(51,1,251); }
td.TdClassName
{
border-color: #3301FB;
}
.TagClassName
{
border-color: #3301FB;
}
</style>