Shades of Han Purple #431BDE
Tints of Han Purple #431BDE
RGB
CMYK
RGB Variations
Color information
#431BDE (or 0x431BDE) is known color: Han Purple. HEX triplet: 43, 1B and DE. RGB value is (67,27,222). Sum of RGB (Red+Green+Blue) = 67+27+222=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #431BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BDE is #BCE421. Grayscale: #3C3C3C. Windows color (decimal): -12379170 or 14555971. OLE color: 14555971.
HSL color Cylindrical-coordinate representation of color #431BDE: hue angle of 252.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431BDE is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 27 | 222 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.13 |
| HSL | 252.31º | 0.78% | 0.49% | - |
| HSV(B) | 252.31º | 0.88% | 0.87% | - |
| XYZ | 15.89 | 7.25 | 69.67 | - |
| YUV | 61.19 | 218.75 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 222 | 0.70 | 0.88 | 0 | 0.13 | 252.31 | 0.78 | 0.49 |
| Hex | 43 | 1B | DE | 46 | 58 | 0 | D | FC | 4E | 31 |
| Octal | 103 | 33 | 336 | 106 | 130 | 0 | 15 | 374 | 116 | 61 |
| Binary | 1000011 | 11011 | 11011110 | 1000110 | 1011000 | 0 | 1101 | 11111100 | 1001110 | 110001 |
Color Harmonies of #431BDE
Complementary color
Monochromatic Colors of #431BDE
Black with #431BDE
Text Example
Text Example
White with #431BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BDE; }
p { color: rgb(67,27,222); }
H1.HeaderClassName
{
color: #431BDE;
}
.AnyTagClassName
{
color: #431BDE;
}
</style>
background-color css
<style>
a { background-color: #431BDE; }
a { background-color: rgb(67,27,222); }
div.DivClassName
{
background-color: #431BDE;
}
.BgClassName
{
background-color: #431BDE;
}
</style>
border-color css
<style>
span { border-color: #431BDE; }
span { border-color: rgb(67,27,222); }
td.TdClassName
{
border-color: #431BDE;
}
.TagClassName
{
border-color: #431BDE;
}
</style>