Shades of Han Purple #3328F9
Tints of Han Purple #3328F9
RGB
CMYK
RGB Variations
Color information
#3328F9 (or 0x3328F9) is known color: Han Purple. HEX triplet: 33, 28 and F9. RGB value is (51,40,249). Sum of RGB (Red+Green+Blue) = 51+40+249=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #3328F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3328F9 is #CCD706. Grayscale: #424242. Windows color (decimal): -13424391 or 16328755. OLE color: 16328755.
HSL color Cylindrical-coordinate representation of color #3328F9: hue angle of 243.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3328F9 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 40 | 249 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.02 |
| HSL | 243.16º | 0.95% | 0.57% | - |
| HSV(B) | 243.16º | 0.84% | 0.98% | - |
| XYZ | 19.22 | 9.06 | 90.36 | - |
| YUV | 67.12 | 230.64 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 249 | 0.80 | 0.84 | 0 | 0.02 | 243.16 | 0.95 | 0.57 |
| Hex | 33 | 28 | F9 | 50 | 54 | 0 | 2 | F3 | 5F | 39 |
| Octal | 63 | 50 | 371 | 120 | 124 | 0 | 2 | 363 | 137 | 71 |
| Binary | 110011 | 101000 | 11111001 | 1010000 | 1010100 | 0 | 10 | 11110011 | 1011111 | 111001 |
Color Harmonies of #3328F9
Complementary color
Monochromatic Colors of #3328F9
Black with #3328F9
Text Example
Text Example
White with #3328F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3328F9; }
p { color: rgb(51,40,249); }
H1.HeaderClassName
{
color: #3328F9;
}
.AnyTagClassName
{
color: #3328F9;
}
</style>
background-color css
<style>
a { background-color: #3328F9; }
a { background-color: rgb(51,40,249); }
div.DivClassName
{
background-color: #3328F9;
}
.BgClassName
{
background-color: #3328F9;
}
</style>
border-color css
<style>
span { border-color: #3328F9; }
span { border-color: rgb(51,40,249); }
td.TdClassName
{
border-color: #3328F9;
}
.TagClassName
{
border-color: #3328F9;
}
</style>