Shades of Han Purple #4231DF
Tints of Han Purple #4231DF
RGB
CMYK
RGB Variations
Color information
#4231DF (or 0x4231DF) is known color: Han Purple. HEX triplet: 42, 31 and DF. RGB value is (66,49,223). Sum of RGB (Red+Green+Blue) = 66+49+223=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #4231DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231DF is #BDCE20. Grayscale: #494949. Windows color (decimal): -12439073 or 14627138. OLE color: 14627138.
HSL color Cylindrical-coordinate representation of color #4231DF: hue angle of 245.86º 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 #4231DF is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 49 | 223 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.13 |
| HSL | 245.86º | 0.73% | 0.53% | - |
| HSV(B) | 245.86º | 0.78% | 0.87% | - |
| XYZ | 16.66 | 8.68 | 70.61 | - |
| YUV | 73.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 223 | 0.70 | 0.78 | 0 | 0.13 | 245.86 | 0.73 | 0.53 |
| Hex | 42 | 31 | DF | 46 | 4E | 0 | D | F6 | 49 | 35 |
| Octal | 102 | 61 | 337 | 106 | 116 | 0 | 15 | 366 | 111 | 65 |
| Binary | 1000010 | 110001 | 11011111 | 1000110 | 1001110 | 0 | 1101 | 11110110 | 1001001 | 110101 |
Color Harmonies of #4231DF
Complementary color
Monochromatic Colors of #4231DF
Black with #4231DF
Text Example
Text Example
White with #4231DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231DF; }
p { color: rgb(66,49,223); }
H1.HeaderClassName
{
color: #4231DF;
}
.AnyTagClassName
{
color: #4231DF;
}
</style>
background-color css
<style>
a { background-color: #4231DF; }
a { background-color: rgb(66,49,223); }
div.DivClassName
{
background-color: #4231DF;
}
.BgClassName
{
background-color: #4231DF;
}
</style>
border-color css
<style>
span { border-color: #4231DF; }
span { border-color: rgb(66,49,223); }
td.TdClassName
{
border-color: #4231DF;
}
.TagClassName
{
border-color: #4231DF;
}
</style>