Shades of Han Purple #281DFA
Tints of Han Purple #281DFA
RGB
CMYK
RGB Variations
Color information
#281DFA (or 0x281DFA) is known color: Han Purple. HEX triplet: 28, 1D and FA. RGB value is (40,29,250). Sum of RGB (Red+Green+Blue) = 40+29+250=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #281DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281DFA is #D7E205. Grayscale: #383838. Windows color (decimal): -14148102 or 16391464. OLE color: 16391464.
HSL color Cylindrical-coordinate representation of color #281DFA: hue angle of 242.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281DFA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 29 | 250 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.02 |
| HSL | 242.99º | 0.96% | 0.55% | - |
| HSV(B) | 242.99º | 0.88% | 0.98% | - |
| XYZ | 18.57 | 8.23 | 91.05 | - |
| YUV | 57.48 | 236.64 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 250 | 0.84 | 0.88 | 0 | 0.02 | 242.99 | 0.96 | 0.55 |
| Hex | 28 | 1D | FA | 54 | 58 | 0 | 2 | F3 | 60 | 37 |
| Octal | 50 | 35 | 372 | 124 | 130 | 0 | 2 | 363 | 140 | 67 |
| Binary | 101000 | 11101 | 11111010 | 1010100 | 1011000 | 0 | 10 | 11110011 | 1100000 | 110111 |
Color Harmonies of #281DFA
Complementary color
Monochromatic Colors of #281DFA
Black with #281DFA
Text Example
Text Example
White with #281DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DFA; }
p { color: rgb(40,29,250); }
H1.HeaderClassName
{
color: #281DFA;
}
.AnyTagClassName
{
color: #281DFA;
}
</style>
background-color css
<style>
a { background-color: #281DFA; }
a { background-color: rgb(40,29,250); }
div.DivClassName
{
background-color: #281DFA;
}
.BgClassName
{
background-color: #281DFA;
}
</style>
border-color css
<style>
span { border-color: #281DFA; }
span { border-color: rgb(40,29,250); }
td.TdClassName
{
border-color: #281DFA;
}
.TagClassName
{
border-color: #281DFA;
}
</style>