Shades of Han Purple #281CFE
Tints of Han Purple #281CFE
RGB
CMYK
RGB Variations
Color information
#281CFE (or 0x281CFE) is known color: Han Purple. HEX triplet: 28, 1C and FE. RGB value is (40,28,254). Sum of RGB (Red+Green+Blue) = 40+28+254=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #281CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281CFE is #D7E301. Grayscale: #383838. Windows color (decimal): -14148354 or 16653352. OLE color: 16653352.
HSL color Cylindrical-coordinate representation of color #281CFE: hue angle of 243.19º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281CFE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 28 | 254 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.00 |
| HSL | 243.19º | 0.99% | 0.55% | - |
| HSV(B) | 243.19º | 0.89% | 1% | - |
| XYZ | 19.18 | 8.44 | 94.38 | - |
| YUV | 57.35 | 238.98 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 254 | 0.84 | 0.89 | 0 | 0.00 | 243.19 | 0.99 | 0.55 |
| Hex | 28 | 1C | FE | 54 | 59 | 0 | 0 | F3 | 63 | 37 |
| Octal | 50 | 34 | 376 | 124 | 131 | 0 | 0 | 363 | 143 | 67 |
| Binary | 101000 | 11100 | 11111110 | 1010100 | 1011001 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #281CFE
Complementary color
Monochromatic Colors of #281CFE
Black with #281CFE
Text Example
Text Example
White with #281CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CFE; }
p { color: rgb(40,28,254); }
H1.HeaderClassName
{
color: #281CFE;
}
.AnyTagClassName
{
color: #281CFE;
}
</style>
background-color css
<style>
a { background-color: #281CFE; }
a { background-color: rgb(40,28,254); }
div.DivClassName
{
background-color: #281CFE;
}
.BgClassName
{
background-color: #281CFE;
}
</style>
border-color css
<style>
span { border-color: #281CFE; }
span { border-color: rgb(40,28,254); }
td.TdClassName
{
border-color: #281CFE;
}
.TagClassName
{
border-color: #281CFE;
}
</style>