Shades of Han Purple #3309FE
Tints of Han Purple #3309FE
RGB
CMYK
RGB Variations
Color information
#3309FE (or 0x3309FE) is known color: Han Purple. HEX triplet: 33, 09 and FE. RGB value is (51,9,254). Sum of RGB (Red+Green+Blue) = 51+9+254=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #3309FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3309FE is #CCF601. Grayscale: #303030. Windows color (decimal): -13432322 or 16648499. OLE color: 16648499.
HSL color Cylindrical-coordinate representation of color #3309FE: hue angle of 250.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3309FE is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 9 | 254 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.00 |
| HSL | 250.29º | 0.99% | 0.52% | - |
| HSV(B) | 250.29º | 0.96% | 1% | - |
| XYZ | 19.35 | 8.05 | 94.3 | - |
| YUV | 49.49 | 243.41 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 254 | 0.80 | 0.96 | 0 | 0.00 | 250.29 | 0.99 | 0.52 |
| Hex | 33 | 9 | FE | 50 | 60 | 0 | 0 | FA | 63 | 34 |
| Octal | 63 | 11 | 376 | 120 | 140 | 0 | 0 | 372 | 143 | 64 |
| Binary | 110011 | 1001 | 11111110 | 1010000 | 1100000 | 0 | 0 | 11111010 | 1100011 | 110100 |
Color Harmonies of #3309FE
Complementary color
Monochromatic Colors of #3309FE
Black with #3309FE
Text Example
Text Example
White with #3309FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3309FE; }
p { color: rgb(51,9,254); }
H1.HeaderClassName
{
color: #3309FE;
}
.AnyTagClassName
{
color: #3309FE;
}
</style>
background-color css
<style>
a { background-color: #3309FE; }
a { background-color: rgb(51,9,254); }
div.DivClassName
{
background-color: #3309FE;
}
.BgClassName
{
background-color: #3309FE;
}
</style>
border-color css
<style>
span { border-color: #3309FE; }
span { border-color: rgb(51,9,254); }
td.TdClassName
{
border-color: #3309FE;
}
.TagClassName
{
border-color: #3309FE;
}
</style>