Shades of Han Purple #431EDF
Tints of Han Purple #431EDF
RGB
CMYK
RGB Variations
Color information
#431EDF (or 0x431EDF) is known color: Han Purple. HEX triplet: 43, 1E and DF. RGB value is (67,30,223). Sum of RGB (Red+Green+Blue) = 67+30+223=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #431EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EDF is #BCE120. Grayscale: #3E3E3E. Windows color (decimal): -12378401 or 14622275. OLE color: 14622275.
HSL color Cylindrical-coordinate representation of color #431EDF: hue angle of 251.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431EDF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 30 | 223 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.13 |
| HSL | 251.5º | 0.76% | 0.5% | - |
| HSV(B) | 251.5º | 0.87% | 0.87% | - |
| XYZ | 16.1 | 7.45 | 70.4 | - |
| YUV | 63.07 | 218.26 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 223 | 0.70 | 0.87 | 0 | 0.13 | 251.5 | 0.76 | 0.5 |
| Hex | 43 | 1E | DF | 46 | 57 | 0 | D | FC | 4C | 32 |
| Octal | 103 | 36 | 337 | 106 | 127 | 0 | 15 | 374 | 114 | 62 |
| Binary | 1000011 | 11110 | 11011111 | 1000110 | 1010111 | 0 | 1101 | 11111100 | 1001100 | 110010 |
Color Harmonies of #431EDF
Complementary color
Monochromatic Colors of #431EDF
Black with #431EDF
Text Example
Text Example
White with #431EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EDF; }
p { color: rgb(67,30,223); }
H1.HeaderClassName
{
color: #431EDF;
}
.AnyTagClassName
{
color: #431EDF;
}
</style>
background-color css
<style>
a { background-color: #431EDF; }
a { background-color: rgb(67,30,223); }
div.DivClassName
{
background-color: #431EDF;
}
.BgClassName
{
background-color: #431EDF;
}
</style>
border-color css
<style>
span { border-color: #431EDF; }
span { border-color: rgb(67,30,223); }
td.TdClassName
{
border-color: #431EDF;
}
.TagClassName
{
border-color: #431EDF;
}
</style>