Shades of Han Purple #2817FB
Tints of Han Purple #2817FB
RGB
CMYK
RGB Variations
Color information
#2817FB (or 0x2817FB) is known color: Han Purple. HEX triplet: 28, 17 and FB. RGB value is (40,23,251). Sum of RGB (Red+Green+Blue) = 40+23+251=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #2817FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2817FB is #D7E804. Grayscale: #353535. Windows color (decimal): -14149637 or 16455464. OLE color: 16455464.
HSL color Cylindrical-coordinate representation of color #2817FB: hue angle of 244.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2817FB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 23 | 251 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.02 |
| HSL | 244.47º | 0.97% | 0.54% | - |
| HSV(B) | 244.47º | 0.91% | 0.98% | - |
| XYZ | 18.59 | 8.03 | 91.84 | - |
| YUV | 54.08 | 239.13 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 251 | 0.84 | 0.91 | 0 | 0.02 | 244.47 | 0.97 | 0.54 |
| Hex | 28 | 17 | FB | 54 | 5B | 0 | 2 | F4 | 61 | 36 |
| Octal | 50 | 27 | 373 | 124 | 133 | 0 | 2 | 364 | 141 | 66 |
| Binary | 101000 | 10111 | 11111011 | 1010100 | 1011011 | 0 | 10 | 11110100 | 1100001 | 110110 |
Color Harmonies of #2817FB
Complementary color
Monochromatic Colors of #2817FB
Black with #2817FB
Text Example
Text Example
White with #2817FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2817FB; }
p { color: rgb(40,23,251); }
H1.HeaderClassName
{
color: #2817FB;
}
.AnyTagClassName
{
color: #2817FB;
}
</style>
background-color css
<style>
a { background-color: #2817FB; }
a { background-color: rgb(40,23,251); }
div.DivClassName
{
background-color: #2817FB;
}
.BgClassName
{
background-color: #2817FB;
}
</style>
border-color css
<style>
span { border-color: #2817FB; }
span { border-color: rgb(40,23,251); }
td.TdClassName
{
border-color: #2817FB;
}
.TagClassName
{
border-color: #2817FB;
}
</style>