Shades of Han Purple #282AFA
Tints of Han Purple #282AFA
RGB
CMYK
RGB Variations
Color information
#282AFA (or 0x282AFA) is known color: Han Purple. HEX triplet: 28, 2A and FA. RGB value is (40,42,250). Sum of RGB (Red+Green+Blue) = 40+42+250=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #282AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AFA is #D7D505. Grayscale: #404040. Windows color (decimal): -14144774 or 16394792. OLE color: 16394792.
HSL color Cylindrical-coordinate representation of color #282AFA: hue angle of 239.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #282AFA is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 42 | 250 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.02 |
| HSL | 239.43º | 0.95% | 0.57% | - |
| HSV(B) | 239.43º | 0.84% | 0.98% | - |
| XYZ | 18.96 | 9.01 | 91.18 | - |
| YUV | 65.11 | 232.34 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 250 | 0.84 | 0.83 | 0 | 0.02 | 239.43 | 0.95 | 0.57 |
| Hex | 28 | 2A | FA | 54 | 53 | 0 | 2 | EF | 5F | 39 |
| Octal | 50 | 52 | 372 | 124 | 123 | 0 | 2 | 357 | 137 | 71 |
| Binary | 101000 | 101010 | 11111010 | 1010100 | 1010011 | 0 | 10 | 11101111 | 1011111 | 111001 |
Color Harmonies of #282AFA
Complementary color
Monochromatic Colors of #282AFA
Black with #282AFA
Text Example
Text Example
White with #282AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AFA; }
p { color: rgb(40,42,250); }
H1.HeaderClassName
{
color: #282AFA;
}
.AnyTagClassName
{
color: #282AFA;
}
</style>
background-color css
<style>
a { background-color: #282AFA; }
a { background-color: rgb(40,42,250); }
div.DivClassName
{
background-color: #282AFA;
}
.BgClassName
{
background-color: #282AFA;
}
</style>
border-color css
<style>
span { border-color: #282AFA; }
span { border-color: rgb(40,42,250); }
td.TdClassName
{
border-color: #282AFA;
}
.TagClassName
{
border-color: #282AFA;
}
</style>