Shades of Han Purple #3218FD
Tints of Han Purple #3218FD
RGB
CMYK
RGB Variations
Color information
#3218FD (or 0x3218FD) is known color: Han Purple. HEX triplet: 32, 18 and FD. RGB value is (50,24,253). Sum of RGB (Red+Green+Blue) = 50+24+253=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #3218FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3218FD is #CDE702. Grayscale: #383838. Windows color (decimal): -13494019 or 16586802. OLE color: 16586802.
HSL color Cylindrical-coordinate representation of color #3218FD: hue angle of 246.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3218FD is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 24 | 253 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.01 |
| HSL | 246.81º | 0.98% | 0.54% | - |
| HSV(B) | 246.81º | 0.91% | 0.99% | - |
| XYZ | 19.37 | 8.42 | 93.53 | - |
| YUV | 57.88 | 238.11 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 253 | 0.80 | 0.91 | 0 | 0.01 | 246.81 | 0.98 | 0.54 |
| Hex | 32 | 18 | FD | 50 | 5B | 0 | 1 | F7 | 62 | 36 |
| Octal | 62 | 30 | 375 | 120 | 133 | 0 | 1 | 367 | 142 | 66 |
| Binary | 110010 | 11000 | 11111101 | 1010000 | 1011011 | 0 | 1 | 11110111 | 1100010 | 110110 |
Color Harmonies of #3218FD
Complementary color
Monochromatic Colors of #3218FD
Black with #3218FD
Text Example
Text Example
White with #3218FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218FD; }
p { color: rgb(50,24,253); }
H1.HeaderClassName
{
color: #3218FD;
}
.AnyTagClassName
{
color: #3218FD;
}
</style>
background-color css
<style>
a { background-color: #3218FD; }
a { background-color: rgb(50,24,253); }
div.DivClassName
{
background-color: #3218FD;
}
.BgClassName
{
background-color: #3218FD;
}
</style>
border-color css
<style>
span { border-color: #3218FD; }
span { border-color: rgb(50,24,253); }
td.TdClassName
{
border-color: #3218FD;
}
.TagClassName
{
border-color: #3218FD;
}
</style>