Shades of Han Purple #282AF3
Tints of Han Purple #282AF3
RGB
CMYK
RGB Variations
Color information
#282AF3 (or 0x282AF3) is known color: Han Purple. HEX triplet: 28, 2A and F3. RGB value is (40,42,243). Sum of RGB (Red+Green+Blue) = 40+42+243=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #282AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AF3 is #D7D50C. Grayscale: #3F3F3F. Windows color (decimal): -14144781 or 15936040. OLE color: 15936040.
HSL color Cylindrical-coordinate representation of color #282AF3: hue angle of 239.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #282AF3 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 42 | 243 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.05 |
| HSL | 239.41º | 0.89% | 0.55% | - |
| HSV(B) | 239.41º | 0.84% | 0.95% | - |
| XYZ | 17.88 | 8.58 | 85.51 | - |
| YUV | 64.32 | 228.84 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 243 | 0.84 | 0.83 | 0 | 0.05 | 239.41 | 0.89 | 0.55 |
| Hex | 28 | 2A | F3 | 54 | 53 | 0 | 5 | EF | 59 | 37 |
| Octal | 50 | 52 | 363 | 124 | 123 | 0 | 5 | 357 | 131 | 67 |
| Binary | 101000 | 101010 | 11110011 | 1010100 | 1010011 | 0 | 101 | 11101111 | 1011001 | 110111 |
Color Harmonies of #282AF3
Complementary color
Monochromatic Colors of #282AF3
Black with #282AF3
Text Example
Text Example
White with #282AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AF3; }
p { color: rgb(40,42,243); }
H1.HeaderClassName
{
color: #282AF3;
}
.AnyTagClassName
{
color: #282AF3;
}
</style>
background-color css
<style>
a { background-color: #282AF3; }
a { background-color: rgb(40,42,243); }
div.DivClassName
{
background-color: #282AF3;
}
.BgClassName
{
background-color: #282AF3;
}
</style>
border-color css
<style>
span { border-color: #282AF3; }
span { border-color: rgb(40,42,243); }
td.TdClassName
{
border-color: #282AF3;
}
.TagClassName
{
border-color: #282AF3;
}
</style>