Shades of Han Purple #281BFF
Tints of Han Purple #281BFF
RGB
CMYK
RGB Variations
Color information
#281BFF (or 0x281BFF) is known color: Han Purple. HEX triplet: 28, 1B and FF. RGB value is (40,27,255). Sum of RGB (Red+Green+Blue) = 40+27+255=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #281BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281BFF is #D7E400. Grayscale: #373737. Windows color (decimal): -14148609 or 16718632. OLE color: 16718632.
HSL color Cylindrical-coordinate representation of color #281BFF: hue angle of 243.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281BFF is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 27 | 255 | - |
| CMYK | 0.84 | 0.89 | 0 | 0 |
| HSL | 243.42º | 1% | 0.55% | - |
| HSV(B) | 243.42º | 0.89% | 1% | - |
| XYZ | 19.32 | 8.45 | 95.22 | - |
| YUV | 56.88 | 239.81 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 255 | 0.84 | 0.89 | 0 | 0 | 243.42 | 1 | 0.55 |
| Hex | 28 | 1B | FF | 54 | 59 | 0 | 0 | F3 | 64 | 37 |
| Octal | 50 | 33 | 377 | 124 | 131 | 0 | 0 | 363 | 144 | 67 |
| Binary | 101000 | 11011 | 11111111 | 1010100 | 1011001 | 0 | 0 | 11110011 | 1100100 | 110111 |
Color Harmonies of #281BFF
Complementary color
Monochromatic Colors of #281BFF
Black with #281BFF
Text Example
Text Example
White with #281BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BFF; }
p { color: rgb(40,27,255); }
H1.HeaderClassName
{
color: #281BFF;
}
.AnyTagClassName
{
color: #281BFF;
}
</style>
background-color css
<style>
a { background-color: #281BFF; }
a { background-color: rgb(40,27,255); }
div.DivClassName
{
background-color: #281BFF;
}
.BgClassName
{
background-color: #281BFF;
}
</style>
border-color css
<style>
span { border-color: #281BFF; }
span { border-color: rgb(40,27,255); }
td.TdClassName
{
border-color: #281BFF;
}
.TagClassName
{
border-color: #281BFF;
}
</style>