Shades of Han Purple #442BFA
Tints of Han Purple #442BFA
RGB
CMYK
RGB Variations
Color information
#442BFA (or 0x442BFA) is known color: Han Purple. HEX triplet: 44, 2B and FA. RGB value is (68,43,250). Sum of RGB (Red+Green+Blue) = 68+43+250=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #442BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442BFA is #BBD405. Grayscale: #494949. Windows color (decimal): -12309510 or 16395076. OLE color: 16395076.
HSL color Cylindrical-coordinate representation of color #442BFA: hue angle of 247.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #442BFA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 43 | 250 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.02 |
| HSL | 247.25º | 0.95% | 0.57% | - |
| HSV(B) | 247.25º | 0.83% | 0.98% | - |
| XYZ | 20.5 | 9.86 | 91.26 | - |
| YUV | 74.07 | 227.28 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 250 | 0.73 | 0.83 | 0 | 0.02 | 247.25 | 0.95 | 0.57 |
| Hex | 44 | 2B | FA | 49 | 53 | 0 | 2 | F7 | 5F | 39 |
| Octal | 104 | 53 | 372 | 111 | 123 | 0 | 2 | 367 | 137 | 71 |
| Binary | 1000100 | 101011 | 11111010 | 1001001 | 1010011 | 0 | 10 | 11110111 | 1011111 | 111001 |
Color Harmonies of #442BFA
Complementary color
Monochromatic Colors of #442BFA
Black with #442BFA
Text Example
Text Example
White with #442BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BFA; }
p { color: rgb(68,43,250); }
H1.HeaderClassName
{
color: #442BFA;
}
.AnyTagClassName
{
color: #442BFA;
}
</style>
background-color css
<style>
a { background-color: #442BFA; }
a { background-color: rgb(68,43,250); }
div.DivClassName
{
background-color: #442BFA;
}
.BgClassName
{
background-color: #442BFA;
}
</style>
border-color css
<style>
span { border-color: #442BFA; }
span { border-color: rgb(68,43,250); }
td.TdClassName
{
border-color: #442BFA;
}
.TagClassName
{
border-color: #442BFA;
}
</style>