Shades of Han Purple #4431DF
Tints of Han Purple #4431DF
RGB
CMYK
RGB Variations
Color information
#4431DF (or 0x4431DF) is known color: Han Purple. HEX triplet: 44, 31 and DF. RGB value is (68,49,223). Sum of RGB (Red+Green+Blue) = 68+49+223=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #4431DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431DF is #BBCE20. Grayscale: #494949. Windows color (decimal): -12308001 or 14627140. OLE color: 14627140.
HSL color Cylindrical-coordinate representation of color #4431DF: hue angle of 246.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4431DF is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 49 | 223 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.13 |
| HSL | 246.55º | 0.73% | 0.53% | - |
| HSV(B) | 246.55º | 0.78% | 0.87% | - |
| XYZ | 16.8 | 8.75 | 70.62 | - |
| YUV | 74.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 223 | 0.70 | 0.78 | 0 | 0.13 | 246.55 | 0.73 | 0.53 |
| Hex | 44 | 31 | DF | 46 | 4E | 0 | D | F7 | 49 | 35 |
| Octal | 104 | 61 | 337 | 106 | 116 | 0 | 15 | 367 | 111 | 65 |
| Binary | 1000100 | 110001 | 11011111 | 1000110 | 1001110 | 0 | 1101 | 11110111 | 1001001 | 110101 |
Color Harmonies of #4431DF
Complementary color
Monochromatic Colors of #4431DF
Black with #4431DF
Text Example
Text Example
White with #4431DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431DF; }
p { color: rgb(68,49,223); }
H1.HeaderClassName
{
color: #4431DF;
}
.AnyTagClassName
{
color: #4431DF;
}
</style>
background-color css
<style>
a { background-color: #4431DF; }
a { background-color: rgb(68,49,223); }
div.DivClassName
{
background-color: #4431DF;
}
.BgClassName
{
background-color: #4431DF;
}
</style>
border-color css
<style>
span { border-color: #4431DF; }
span { border-color: rgb(68,49,223); }
td.TdClassName
{
border-color: #4431DF;
}
.TagClassName
{
border-color: #4431DF;
}
</style>