Shades of Han Purple #3326FF
Tints of Han Purple #3326FF
RGB
CMYK
RGB Variations
Color information
#3326FF (or 0x3326FF) is known color: Han Purple. HEX triplet: 33, 26 and FF. RGB value is (51,38,255). Sum of RGB (Red+Green+Blue) = 51+38+255=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #3326FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3326FF is #CCD900. Grayscale: #414141. Windows color (decimal): -13424897 or 16721459. OLE color: 16721459.
HSL color Cylindrical-coordinate representation of color #3326FF: hue angle of 243.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3326FF is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 38 | 255 | - |
| CMYK | 0.8 | 0.85 | 0 | 0 |
| HSL | 243.59º | 1% | 0.57% | - |
| HSV(B) | 243.59º | 0.85% | 1% | - |
| XYZ | 20.11 | 9.31 | 95.34 | - |
| YUV | 66.63 | 234.31 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 255 | 0.8 | 0.85 | 0 | 0 | 243.59 | 1 | 0.57 |
| Hex | 33 | 26 | FF | 50 | 55 | 0 | 0 | F4 | 64 | 39 |
| Octal | 63 | 46 | 377 | 120 | 125 | 0 | 0 | 364 | 144 | 71 |
| Binary | 110011 | 100110 | 11111111 | 1010000 | 1010101 | 0 | 0 | 11110100 | 1100100 | 111001 |
Color Harmonies of #3326FF
Complementary color
Monochromatic Colors of #3326FF
Black with #3326FF
Text Example
Text Example
White with #3326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326FF; }
p { color: rgb(51,38,255); }
H1.HeaderClassName
{
color: #3326FF;
}
.AnyTagClassName
{
color: #3326FF;
}
</style>
background-color css
<style>
a { background-color: #3326FF; }
a { background-color: rgb(51,38,255); }
div.DivClassName
{
background-color: #3326FF;
}
.BgClassName
{
background-color: #3326FF;
}
</style>
border-color css
<style>
span { border-color: #3326FF; }
span { border-color: rgb(51,38,255); }
td.TdClassName
{
border-color: #3326FF;
}
.TagClassName
{
border-color: #3326FF;
}
</style>