Shades of Han Purple #3218FE
Tints of Han Purple #3218FE
RGB
CMYK
RGB Variations
Color information
#3218FE (or 0x3218FE) is known color: Han Purple. HEX triplet: 32, 18 and FE. RGB value is (50,24,254). Sum of RGB (Red+Green+Blue) = 50+24+254=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #3218FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3218FE is #CDE701. Grayscale: #393939. Windows color (decimal): -13494018 or 16652338. OLE color: 16652338.
HSL color Cylindrical-coordinate representation of color #3218FE: hue angle of 246.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3218FE is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 24 | 254 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.00 |
| HSL | 246.78º | 0.99% | 0.55% | - |
| HSV(B) | 246.78º | 0.91% | 1% | - |
| XYZ | 19.53 | 8.49 | 94.37 | - |
| YUV | 57.99 | 238.61 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 254 | 0.80 | 0.91 | 0 | 0.00 | 246.78 | 0.99 | 0.55 |
| Hex | 32 | 18 | FE | 50 | 5B | 0 | 0 | F7 | 63 | 37 |
| Octal | 62 | 30 | 376 | 120 | 133 | 0 | 0 | 367 | 143 | 67 |
| Binary | 110010 | 11000 | 11111110 | 1010000 | 1011011 | 0 | 0 | 11110111 | 1100011 | 110111 |
Color Harmonies of #3218FE
Complementary color
Monochromatic Colors of #3218FE
Black with #3218FE
Text Example
Text Example
White with #3218FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218FE; }
p { color: rgb(50,24,254); }
H1.HeaderClassName
{
color: #3218FE;
}
.AnyTagClassName
{
color: #3218FE;
}
</style>
background-color css
<style>
a { background-color: #3218FE; }
a { background-color: rgb(50,24,254); }
div.DivClassName
{
background-color: #3218FE;
}
.BgClassName
{
background-color: #3218FE;
}
</style>
border-color css
<style>
span { border-color: #3218FE; }
span { border-color: rgb(50,24,254); }
td.TdClassName
{
border-color: #3218FE;
}
.TagClassName
{
border-color: #3218FE;
}
</style>