Shades of Han Purple #282AF6
Tints of Han Purple #282AF6
RGB
CMYK
RGB Variations
Color information
#282AF6 (or 0x282AF6) is known color: Han Purple. HEX triplet: 28, 2A and F6. RGB value is (40,42,246). Sum of RGB (Red+Green+Blue) = 40+42+246=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 246 (96.48% from 255 or 75% from 328); Max value from RGB is 246 - color contains mainly: blue. Hex color #282AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AF6 is #D7D509. Grayscale: #3F3F3F. Windows color (decimal): -14144778 or 16132648. OLE color: 16132648.
HSL color Cylindrical-coordinate representation of color #282AF6: hue angle of 239.42º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #282AF6 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 42 | 246 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.04 |
| HSL | 239.42º | 0.92% | 0.56% | - |
| HSV(B) | 239.42º | 0.84% | 0.96% | - |
| XYZ | 18.34 | 8.76 | 87.91 | - |
| YUV | 64.66 | 230.34 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 246 | 0.84 | 0.83 | 0 | 0.04 | 239.42 | 0.92 | 0.56 |
| Hex | 28 | 2A | F6 | 54 | 53 | 0 | 4 | EF | 5C | 38 |
| Octal | 50 | 52 | 366 | 124 | 123 | 0 | 4 | 357 | 134 | 70 |
| Binary | 101000 | 101010 | 11110110 | 1010100 | 1010011 | 0 | 100 | 11101111 | 1011100 | 111000 |
Color Harmonies of #282AF6
Complementary color
Monochromatic Colors of #282AF6
Black with #282AF6
Text Example
Text Example
White with #282AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AF6; }
p { color: rgb(40,42,246); }
H1.HeaderClassName
{
color: #282AF6;
}
.AnyTagClassName
{
color: #282AF6;
}
</style>
background-color css
<style>
a { background-color: #282AF6; }
a { background-color: rgb(40,42,246); }
div.DivClassName
{
background-color: #282AF6;
}
.BgClassName
{
background-color: #282AF6;
}
</style>
border-color css
<style>
span { border-color: #282AF6; }
span { border-color: rgb(40,42,246); }
td.TdClassName
{
border-color: #282AF6;
}
.TagClassName
{
border-color: #282AF6;
}
</style>