Shades of Han Purple #3302F9
Tints of Han Purple #3302F9
RGB
CMYK
RGB Variations
Color information
#3302F9 (or 0x3302F9) is known color: Han Purple. HEX triplet: 33, 02 and F9. RGB value is (51,2,249). Sum of RGB (Red+Green+Blue) = 51+2+249=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 249 (97.66% from 255 or 82.45% from 302); Max value from RGB is 249 - color contains mainly: blue. Hex color #3302F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3302F9 is #CCFD06. Grayscale: #2B2B2B. Windows color (decimal): -13434119 or 16319027. OLE color: 16319027.
HSL color Cylindrical-coordinate representation of color #3302F9: hue angle of 251.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 #3302F9 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 2 | 249 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.02 |
| HSL | 251.9º | 0.98% | 0.49% | - |
| HSV(B) | 251.9º | 0.99% | 0.98% | - |
| XYZ | 18.49 | 7.59 | 90.11 | - |
| YUV | 44.81 | 243.23 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 249 | 0.80 | 0.99 | 0 | 0.02 | 251.9 | 0.98 | 0.49 |
| Hex | 33 | 2 | F9 | 50 | 63 | 0 | 2 | FC | 62 | 31 |
| Octal | 63 | 2 | 371 | 120 | 143 | 0 | 2 | 374 | 142 | 61 |
| Binary | 110011 | 10 | 11111001 | 1010000 | 1100011 | 0 | 10 | 11111100 | 1100010 | 110001 |
Color Harmonies of #3302F9
Complementary color
Monochromatic Colors of #3302F9
Black with #3302F9
Text Example
Text Example
White with #3302F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302F9; }
p { color: rgb(51,2,249); }
H1.HeaderClassName
{
color: #3302F9;
}
.AnyTagClassName
{
color: #3302F9;
}
</style>
background-color css
<style>
a { background-color: #3302F9; }
a { background-color: rgb(51,2,249); }
div.DivClassName
{
background-color: #3302F9;
}
.BgClassName
{
background-color: #3302F9;
}
</style>
border-color css
<style>
span { border-color: #3302F9; }
span { border-color: rgb(51,2,249); }
td.TdClassName
{
border-color: #3302F9;
}
.TagClassName
{
border-color: #3302F9;
}
</style>