Shades of Han Purple #442BDF
Tints of Han Purple #442BDF
RGB
CMYK
RGB Variations
Color information
#442BDF (or 0x442BDF) is known color: Han Purple. HEX triplet: 44, 2B and DF. RGB value is (68,43,223). Sum of RGB (Red+Green+Blue) = 68+43+223=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #442BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDF is #BBD420. Grayscale: #464646. Windows color (decimal): -12309537 or 14625604. OLE color: 14625604.
HSL color Cylindrical-coordinate representation of color #442BDF: hue angle of 248.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442BDF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 43 | 223 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 248.33º | 0.74% | 0.52% | - |
| HSV(B) | 248.33º | 0.81% | 0.87% | - |
| XYZ | 16.57 | 8.28 | 70.54 | - |
| YUV | 71 | 213.78 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 223 | 0.70 | 0.81 | 0 | 0.13 | 248.33 | 0.74 | 0.52 |
| Hex | 44 | 2B | DF | 46 | 51 | 0 | D | F8 | 4A | 34 |
| Octal | 104 | 53 | 337 | 106 | 121 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000100 | 101011 | 11011111 | 1000110 | 1010001 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #442BDF
Complementary color
Monochromatic Colors of #442BDF
Black with #442BDF
Text Example
Text Example
White with #442BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BDF; }
p { color: rgb(68,43,223); }
H1.HeaderClassName
{
color: #442BDF;
}
.AnyTagClassName
{
color: #442BDF;
}
</style>
background-color css
<style>
a { background-color: #442BDF; }
a { background-color: rgb(68,43,223); }
div.DivClassName
{
background-color: #442BDF;
}
.BgClassName
{
background-color: #442BDF;
}
</style>
border-color css
<style>
span { border-color: #442BDF; }
span { border-color: rgb(68,43,223); }
td.TdClassName
{
border-color: #442BDF;
}
.TagClassName
{
border-color: #442BDF;
}
</style>