Shades of Han Purple #3323FF
Tints of Han Purple #3323FF
RGB
CMYK
RGB Variations
Color information
#3323FF (or 0x3323FF) is known color: Han Purple. HEX triplet: 33, 23 and FF. RGB value is (51,35,255). Sum of RGB (Red+Green+Blue) = 51+35+255=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #3323FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3323FF is #CCDC00. Grayscale: #404040. Windows color (decimal): -13425665 or 16720691. OLE color: 16720691.
HSL color Cylindrical-coordinate representation of color #3323FF: hue angle of 244.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3323FF is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 35 | 255 | - |
| CMYK | 0.8 | 0.86 | 0 | 0 |
| HSL | 244.36º | 1% | 0.57% | - |
| HSV(B) | 244.36º | 0.86% | 1% | - |
| XYZ | 20.02 | 9.13 | 95.31 | - |
| YUV | 64.86 | 235.3 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 255 | 0.8 | 0.86 | 0 | 0 | 244.36 | 1 | 0.57 |
| Hex | 33 | 23 | FF | 50 | 56 | 0 | 0 | F4 | 64 | 39 |
| Octal | 63 | 43 | 377 | 120 | 126 | 0 | 0 | 364 | 144 | 71 |
| Binary | 110011 | 100011 | 11111111 | 1010000 | 1010110 | 0 | 0 | 11110100 | 1100100 | 111001 |
Color Harmonies of #3323FF
Complementary color
Monochromatic Colors of #3323FF
Black with #3323FF
Text Example
Text Example
White with #3323FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3323FF; }
p { color: rgb(51,35,255); }
H1.HeaderClassName
{
color: #3323FF;
}
.AnyTagClassName
{
color: #3323FF;
}
</style>
background-color css
<style>
a { background-color: #3323FF; }
a { background-color: rgb(51,35,255); }
div.DivClassName
{
background-color: #3323FF;
}
.BgClassName
{
background-color: #3323FF;
}
</style>
border-color css
<style>
span { border-color: #3323FF; }
span { border-color: rgb(51,35,255); }
td.TdClassName
{
border-color: #3323FF;
}
.TagClassName
{
border-color: #3323FF;
}
</style>