Shades of Han Purple #3327FF
Tints of Han Purple #3327FF
RGB
CMYK
RGB Variations
Color information
#3327FF (or 0x3327FF) is known color: Han Purple. HEX triplet: 33, 27 and FF. RGB value is (51,39,255). Sum of RGB (Red+Green+Blue) = 51+39+255=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #3327FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3327FF is #CCD800. Grayscale: #424242. Windows color (decimal): -13424641 or 16721715. OLE color: 16721715.
HSL color Cylindrical-coordinate representation of color #3327FF: hue angle of 243.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3327FF is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 39 | 255 | - |
| CMYK | 0.8 | 0.85 | 0 | 0 |
| HSL | 243.33º | 1% | 0.58% | - |
| HSV(B) | 243.33º | 0.85% | 1% | - |
| XYZ | 20.14 | 9.37 | 95.36 | - |
| YUV | 67.21 | 233.98 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 255 | 0.8 | 0.85 | 0 | 0 | 243.33 | 1 | 0.58 |
| Hex | 33 | 27 | FF | 50 | 55 | 0 | 0 | F3 | 64 | 3A |
| Octal | 63 | 47 | 377 | 120 | 125 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110011 | 100111 | 11111111 | 1010000 | 1010101 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #3327FF
Complementary color
Monochromatic Colors of #3327FF
Black with #3327FF
Text Example
Text Example
White with #3327FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3327FF; }
p { color: rgb(51,39,255); }
H1.HeaderClassName
{
color: #3327FF;
}
.AnyTagClassName
{
color: #3327FF;
}
</style>
background-color css
<style>
a { background-color: #3327FF; }
a { background-color: rgb(51,39,255); }
div.DivClassName
{
background-color: #3327FF;
}
.BgClassName
{
background-color: #3327FF;
}
</style>
border-color css
<style>
span { border-color: #3327FF; }
span { border-color: rgb(51,39,255); }
td.TdClassName
{
border-color: #3327FF;
}
.TagClassName
{
border-color: #3327FF;
}
</style>