Shades of Han Purple #281EFC
Tints of Han Purple #281EFC
RGB
CMYK
RGB Variations
Color information
#281EFC (or 0x281EFC) is known color: Han Purple. HEX triplet: 28, 1E and FC. RGB value is (40,30,252). Sum of RGB (Red+Green+Blue) = 40+30+252=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #281EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281EFC is #D7E103. Grayscale: #393939. Windows color (decimal): -14147844 or 16522792. OLE color: 16522792.
HSL color Cylindrical-coordinate representation of color #281EFC: hue angle of 242.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281EFC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 30 | 252 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.01 |
| HSL | 242.7º | 0.97% | 0.55% | - |
| HSV(B) | 242.7º | 0.88% | 0.99% | - |
| XYZ | 18.91 | 8.41 | 92.72 | - |
| YUV | 58.3 | 237.31 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 252 | 0.84 | 0.88 | 0 | 0.01 | 242.7 | 0.97 | 0.55 |
| Hex | 28 | 1E | FC | 54 | 58 | 0 | 1 | F3 | 61 | 37 |
| Octal | 50 | 36 | 374 | 124 | 130 | 0 | 1 | 363 | 141 | 67 |
| Binary | 101000 | 11110 | 11111100 | 1010100 | 1011000 | 0 | 1 | 11110011 | 1100001 | 110111 |
Color Harmonies of #281EFC
Complementary color
Monochromatic Colors of #281EFC
Black with #281EFC
Text Example
Text Example
White with #281EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281EFC; }
p { color: rgb(40,30,252); }
H1.HeaderClassName
{
color: #281EFC;
}
.AnyTagClassName
{
color: #281EFC;
}
</style>
background-color css
<style>
a { background-color: #281EFC; }
a { background-color: rgb(40,30,252); }
div.DivClassName
{
background-color: #281EFC;
}
.BgClassName
{
background-color: #281EFC;
}
</style>
border-color css
<style>
span { border-color: #281EFC; }
span { border-color: rgb(40,30,252); }
td.TdClassName
{
border-color: #281EFC;
}
.TagClassName
{
border-color: #281EFC;
}
</style>