Shades of Han Purple #311BFD
Tints of Han Purple #311BFD
RGB
CMYK
RGB Variations
Color information
#311BFD (or 0x311BFD) is known color: Han Purple. HEX triplet: 31, 1B and FD. RGB value is (49,27,253). Sum of RGB (Red+Green+Blue) = 49+27+253=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #311BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311BFD is #CEE402. Grayscale: #3A3A3A. Windows color (decimal): -13558787 or 16587569. OLE color: 16587569.
HSL color Cylindrical-coordinate representation of color #311BFD: hue angle of 245.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311BFD is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 27 | 253 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.01 |
| HSL | 245.84º | 0.98% | 0.55% | - |
| HSV(B) | 245.84º | 0.89% | 0.99% | - |
| XYZ | 19.39 | 8.53 | 93.55 | - |
| YUV | 59.34 | 237.29 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 253 | 0.81 | 0.89 | 0 | 0.01 | 245.84 | 0.98 | 0.55 |
| Hex | 31 | 1B | FD | 51 | 59 | 0 | 1 | F6 | 62 | 37 |
| Octal | 61 | 33 | 375 | 121 | 131 | 0 | 1 | 366 | 142 | 67 |
| Binary | 110001 | 11011 | 11111101 | 1010001 | 1011001 | 0 | 1 | 11110110 | 1100010 | 110111 |
Color Harmonies of #311BFD
Complementary color
Monochromatic Colors of #311BFD
Black with #311BFD
Text Example
Text Example
White with #311BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BFD; }
p { color: rgb(49,27,253); }
H1.HeaderClassName
{
color: #311BFD;
}
.AnyTagClassName
{
color: #311BFD;
}
</style>
background-color css
<style>
a { background-color: #311BFD; }
a { background-color: rgb(49,27,253); }
div.DivClassName
{
background-color: #311BFD;
}
.BgClassName
{
background-color: #311BFD;
}
</style>
border-color css
<style>
span { border-color: #311BFD; }
span { border-color: rgb(49,27,253); }
td.TdClassName
{
border-color: #311BFD;
}
.TagClassName
{
border-color: #311BFD;
}
</style>