Shades of Han Purple #281CF3
Tints of Han Purple #281CF3
RGB
CMYK
RGB Variations
Color information
#281CF3 (or 0x281CF3) is known color: Han Purple. HEX triplet: 28, 1C and F3. RGB value is (40,28,243). Sum of RGB (Red+Green+Blue) = 40+28+243=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 243 (95.31% from 255 or 78.14% from 311); Max value from RGB is 243 - color contains mainly: blue. Hex color #281CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281CF3 is #D7E30C. Grayscale: #373737. Windows color (decimal): -14148365 or 15932456. OLE color: 15932456.
HSL color Cylindrical-coordinate representation of color #281CF3: hue angle of 243.35º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281CF3 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 28 | 243 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.05 |
| HSL | 243.35º | 0.9% | 0.53% | - |
| HSV(B) | 243.35º | 0.88% | 0.95% | - |
| XYZ | 17.47 | 7.75 | 85.37 | - |
| YUV | 56.1 | 233.48 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 243 | 0.84 | 0.88 | 0 | 0.05 | 243.35 | 0.9 | 0.53 |
| Hex | 28 | 1C | F3 | 54 | 58 | 0 | 5 | F3 | 5A | 35 |
| Octal | 50 | 34 | 363 | 124 | 130 | 0 | 5 | 363 | 132 | 65 |
| Binary | 101000 | 11100 | 11110011 | 1010100 | 1011000 | 0 | 101 | 11110011 | 1011010 | 110101 |
Color Harmonies of #281CF3
Complementary color
Monochromatic Colors of #281CF3
Black with #281CF3
Text Example
Text Example
White with #281CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CF3; }
p { color: rgb(40,28,243); }
H1.HeaderClassName
{
color: #281CF3;
}
.AnyTagClassName
{
color: #281CF3;
}
</style>
background-color css
<style>
a { background-color: #281CF3; }
a { background-color: rgb(40,28,243); }
div.DivClassName
{
background-color: #281CF3;
}
.BgClassName
{
background-color: #281CF3;
}
</style>
border-color css
<style>
span { border-color: #281CF3; }
span { border-color: rgb(40,28,243); }
td.TdClassName
{
border-color: #281CF3;
}
.TagClassName
{
border-color: #281CF3;
}
</style>