Shades of Han Purple #3318FF
Tints of Han Purple #3318FF
RGB
CMYK
RGB Variations
Color information
#3318FF (or 0x3318FF) is known color: Han Purple. HEX triplet: 33, 18 and FF. RGB value is (51,24,255). Sum of RGB (Red+Green+Blue) = 51+24+255=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #3318FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3318FF is #CCE700. Grayscale: #393939. Windows color (decimal): -13428481 or 16717875. OLE color: 16717875.
HSL color Cylindrical-coordinate representation of color #3318FF: hue angle of 247.01º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3318FF is Cyan = 0.8, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 24 | 255 | - |
| CMYK | 0.8 | 0.91 | 0 | 0 |
| HSL | 247.01º | 1% | 0.55% | - |
| HSV(B) | 247.01º | 0.91% | 1% | - |
| XYZ | 19.74 | 8.58 | 95.22 | - |
| YUV | 58.41 | 238.95 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 255 | 0.8 | 0.91 | 0 | 0 | 247.01 | 1 | 0.55 |
| Hex | 33 | 18 | FF | 50 | 5B | 0 | 0 | F7 | 64 | 37 |
| Octal | 63 | 30 | 377 | 120 | 133 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110011 | 11000 | 11111111 | 1010000 | 1011011 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #3318FF
Complementary color
Monochromatic Colors of #3318FF
Black with #3318FF
Text Example
Text Example
White with #3318FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3318FF; }
p { color: rgb(51,24,255); }
H1.HeaderClassName
{
color: #3318FF;
}
.AnyTagClassName
{
color: #3318FF;
}
</style>
background-color css
<style>
a { background-color: #3318FF; }
a { background-color: rgb(51,24,255); }
div.DivClassName
{
background-color: #3318FF;
}
.BgClassName
{
background-color: #3318FF;
}
</style>
border-color css
<style>
span { border-color: #3318FF; }
span { border-color: rgb(51,24,255); }
td.TdClassName
{
border-color: #3318FF;
}
.TagClassName
{
border-color: #3318FF;
}
</style>