Shades of Han Purple #3319FF
Tints of Han Purple #3319FF
RGB
CMYK
RGB Variations
Color information
#3319FF (or 0x3319FF) is known color: Han Purple. HEX triplet: 33, 19 and FF. RGB value is (51,25,255). Sum of RGB (Red+Green+Blue) = 51+25+255=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #3319FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3319FF is #CCE600. Grayscale: #3A3A3A. Windows color (decimal): -13428225 or 16718131. OLE color: 16718131.
HSL color Cylindrical-coordinate representation of color #3319FF: hue angle of 246.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3319FF is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 25 | 255 | - |
| CMYK | 0.8 | 0.90 | 0 | 0 |
| HSL | 246.78º | 1% | 0.55% | - |
| HSV(B) | 246.78º | 0.9% | 1% | - |
| XYZ | 19.76 | 8.62 | 95.23 | - |
| YUV | 58.99 | 238.61 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 255 | 0.8 | 0.90 | 0 | 0 | 246.78 | 1 | 0.55 |
| Hex | 33 | 19 | FF | 50 | 5A | 0 | 0 | F7 | 64 | 37 |
| Octal | 63 | 31 | 377 | 120 | 132 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110011 | 11001 | 11111111 | 1010000 | 1011010 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #3319FF
Complementary color
Monochromatic Colors of #3319FF
Black with #3319FF
Text Example
Text Example
White with #3319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3319FF; }
p { color: rgb(51,25,255); }
H1.HeaderClassName
{
color: #3319FF;
}
.AnyTagClassName
{
color: #3319FF;
}
</style>
background-color css
<style>
a { background-color: #3319FF; }
a { background-color: rgb(51,25,255); }
div.DivClassName
{
background-color: #3319FF;
}
.BgClassName
{
background-color: #3319FF;
}
</style>
border-color css
<style>
span { border-color: #3319FF; }
span { border-color: rgb(51,25,255); }
td.TdClassName
{
border-color: #3319FF;
}
.TagClassName
{
border-color: #3319FF;
}
</style>