Shades of Han Purple #281CF0
Tints of Han Purple #281CF0
RGB
CMYK
RGB Variations
Color information
#281CF0 (or 0x281CF0) is known color: Han Purple. HEX triplet: 28, 1C and F0. RGB value is (40,28,240). Sum of RGB (Red+Green+Blue) = 40+28+240=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 240 (94.14% from 255 or 77.92% from 308); Max value from RGB is 240 - color contains mainly: blue. Hex color #281CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281CF0 is #D7E30F. Grayscale: #363636. Windows color (decimal): -14148368 or 15735848. OLE color: 15735848.
HSL color Cylindrical-coordinate representation of color #281CF0: hue angle of 243.4º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281CF0 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 28 | 240 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.06 |
| HSL | 243.4º | 0.88% | 0.53% | - |
| HSV(B) | 243.4º | 0.88% | 0.94% | - |
| XYZ | 17.02 | 7.57 | 83 | - |
| YUV | 55.76 | 231.98 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 240 | 0.83 | 0.88 | 0 | 0.06 | 243.4 | 0.88 | 0.53 |
| Hex | 28 | 1C | F0 | 53 | 58 | 0 | 6 | F3 | 58 | 35 |
| Octal | 50 | 34 | 360 | 123 | 130 | 0 | 6 | 363 | 130 | 65 |
| Binary | 101000 | 11100 | 11110000 | 1010011 | 1011000 | 0 | 110 | 11110011 | 1011000 | 110101 |
Color Harmonies of #281CF0
Complementary color
Monochromatic Colors of #281CF0
Black with #281CF0
Text Example
Text Example
White with #281CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CF0; }
p { color: rgb(40,28,240); }
H1.HeaderClassName
{
color: #281CF0;
}
.AnyTagClassName
{
color: #281CF0;
}
</style>
background-color css
<style>
a { background-color: #281CF0; }
a { background-color: rgb(40,28,240); }
div.DivClassName
{
background-color: #281CF0;
}
.BgClassName
{
background-color: #281CF0;
}
</style>
border-color css
<style>
span { border-color: #281CF0; }
span { border-color: rgb(40,28,240); }
td.TdClassName
{
border-color: #281CF0;
}
.TagClassName
{
border-color: #281CF0;
}
</style>