Shades of Han Purple #282AF4
Tints of Han Purple #282AF4
RGB
CMYK
RGB Variations
Color information
#282AF4 (or 0x282AF4) is known color: Han Purple. HEX triplet: 28, 2A and F4. RGB value is (40,42,244). Sum of RGB (Red+Green+Blue) = 40+42+244=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 244 (95.70% from 255 or 74.85% from 326); Max value from RGB is 244 - color contains mainly: blue. Hex color #282AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AF4 is #D7D50B. Grayscale: #3F3F3F. Windows color (decimal): -14144780 or 16001576. OLE color: 16001576.
HSL color Cylindrical-coordinate representation of color #282AF4: hue angle of 239.41º degrees, saturation: 0.9, 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 #282AF4 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 42 | 244 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.04 |
| HSL | 239.41º | 0.9% | 0.56% | - |
| HSV(B) | 239.41º | 0.84% | 0.96% | - |
| XYZ | 18.03 | 8.64 | 86.3 | - |
| YUV | 64.43 | 229.34 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 244 | 0.84 | 0.83 | 0 | 0.04 | 239.41 | 0.9 | 0.56 |
| Hex | 28 | 2A | F4 | 54 | 53 | 0 | 4 | EF | 5A | 38 |
| Octal | 50 | 52 | 364 | 124 | 123 | 0 | 4 | 357 | 132 | 70 |
| Binary | 101000 | 101010 | 11110100 | 1010100 | 1010011 | 0 | 100 | 11101111 | 1011010 | 111000 |
Color Harmonies of #282AF4
Complementary color
Monochromatic Colors of #282AF4
Black with #282AF4
Text Example
Text Example
White with #282AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AF4; }
p { color: rgb(40,42,244); }
H1.HeaderClassName
{
color: #282AF4;
}
.AnyTagClassName
{
color: #282AF4;
}
</style>
background-color css
<style>
a { background-color: #282AF4; }
a { background-color: rgb(40,42,244); }
div.DivClassName
{
background-color: #282AF4;
}
.BgClassName
{
background-color: #282AF4;
}
</style>
border-color css
<style>
span { border-color: #282AF4; }
span { border-color: rgb(40,42,244); }
td.TdClassName
{
border-color: #282AF4;
}
.TagClassName
{
border-color: #282AF4;
}
</style>