Shades of Han Purple #431EDD
Tints of Han Purple #431EDD
RGB
CMYK
RGB Variations
Color information
#431EDD (or 0x431EDD) is known color: Han Purple. HEX triplet: 43, 1E and DD. RGB value is (67,30,221). Sum of RGB (Red+Green+Blue) = 67+30+221=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #431EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EDD is #BCE122. Grayscale: #3E3E3E. Windows color (decimal): -12378403 or 14491203. OLE color: 14491203.
HSL color Cylindrical-coordinate representation of color #431EDD: hue angle of 251.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431EDD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 30 | 221 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.13 |
| HSL | 251.62º | 0.76% | 0.49% | - |
| HSV(B) | 251.62º | 0.86% | 0.87% | - |
| XYZ | 15.83 | 7.34 | 68.99 | - |
| YUV | 62.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 221 | 0.70 | 0.86 | 0 | 0.13 | 251.62 | 0.76 | 0.49 |
| Hex | 43 | 1E | DD | 46 | 56 | 0 | D | FC | 4C | 31 |
| Octal | 103 | 36 | 335 | 106 | 126 | 0 | 15 | 374 | 114 | 61 |
| Binary | 1000011 | 11110 | 11011101 | 1000110 | 1010110 | 0 | 1101 | 11111100 | 1001100 | 110001 |
Color Harmonies of #431EDD
Complementary color
Monochromatic Colors of #431EDD
Black with #431EDD
Text Example
Text Example
White with #431EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EDD; }
p { color: rgb(67,30,221); }
H1.HeaderClassName
{
color: #431EDD;
}
.AnyTagClassName
{
color: #431EDD;
}
</style>
background-color css
<style>
a { background-color: #431EDD; }
a { background-color: rgb(67,30,221); }
div.DivClassName
{
background-color: #431EDD;
}
.BgClassName
{
background-color: #431EDD;
}
</style>
border-color css
<style>
span { border-color: #431EDD; }
span { border-color: rgb(67,30,221); }
td.TdClassName
{
border-color: #431EDD;
}
.TagClassName
{
border-color: #431EDD;
}
</style>