Shades of Han Purple #2814FD
Tints of Han Purple #2814FD
RGB
CMYK
RGB Variations
Color information
#2814FD (or 0x2814FD) is known color: Han Purple. HEX triplet: 28, 14 and FD. RGB value is (40,20,253). Sum of RGB (Red+Green+Blue) = 40+20+253=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #2814FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2814FD is #D7EB02. Grayscale: #333333. Windows color (decimal): -14150403 or 16585768. OLE color: 16585768.
HSL color Cylindrical-coordinate representation of color #2814FD: hue angle of 245.15º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2814FD is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 20 | 253 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.01 |
| HSL | 245.15º | 0.98% | 0.54% | - |
| HSV(B) | 245.15º | 0.92% | 0.99% | - |
| XYZ | 18.85 | 8.04 | 93.49 | - |
| YUV | 52.54 | 241.13 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 253 | 0.84 | 0.92 | 0 | 0.01 | 245.15 | 0.98 | 0.54 |
| Hex | 28 | 14 | FD | 54 | 5C | 0 | 1 | F5 | 62 | 36 |
| Octal | 50 | 24 | 375 | 124 | 134 | 0 | 1 | 365 | 142 | 66 |
| Binary | 101000 | 10100 | 11111101 | 1010100 | 1011100 | 0 | 1 | 11110101 | 1100010 | 110110 |
Color Harmonies of #2814FD
Complementary color
Monochromatic Colors of #2814FD
Black with #2814FD
Text Example
Text Example
White with #2814FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814FD; }
p { color: rgb(40,20,253); }
H1.HeaderClassName
{
color: #2814FD;
}
.AnyTagClassName
{
color: #2814FD;
}
</style>
background-color css
<style>
a { background-color: #2814FD; }
a { background-color: rgb(40,20,253); }
div.DivClassName
{
background-color: #2814FD;
}
.BgClassName
{
background-color: #2814FD;
}
</style>
border-color css
<style>
span { border-color: #2814FD; }
span { border-color: rgb(40,20,253); }
td.TdClassName
{
border-color: #2814FD;
}
.TagClassName
{
border-color: #2814FD;
}
</style>