Shades of Han Purple #431DEA
Tints of Han Purple #431DEA
RGB
CMYK
RGB Variations
Color information
#431DEA (or 0x431DEA) is known color: Han Purple. HEX triplet: 43, 1D and EA. RGB value is (67,29,234). Sum of RGB (Red+Green+Blue) = 67+29+234=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #431DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431DEA is #BCE215. Grayscale: #3E3E3E. Windows color (decimal): -12378646 or 15342915. OLE color: 15342915.
HSL color Cylindrical-coordinate representation of color #431DEA: hue angle of 251.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431DEA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 29 | 234 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.08 |
| HSL | 251.12º | 0.83% | 0.52% | - |
| HSV(B) | 251.12º | 0.88% | 0.92% | - |
| XYZ | 17.61 | 8.01 | 78.46 | - |
| YUV | 63.73 | 224.09 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 234 | 0.71 | 0.88 | 0 | 0.08 | 251.12 | 0.83 | 0.52 |
| Hex | 43 | 1D | EA | 47 | 58 | 0 | 8 | FB | 53 | 34 |
| Octal | 103 | 35 | 352 | 107 | 130 | 0 | 10 | 373 | 123 | 64 |
| Binary | 1000011 | 11101 | 11101010 | 1000111 | 1011000 | 0 | 1000 | 11111011 | 1010011 | 110100 |
Color Harmonies of #431DEA
Complementary color
Monochromatic Colors of #431DEA
Black with #431DEA
Text Example
Text Example
White with #431DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DEA; }
p { color: rgb(67,29,234); }
H1.HeaderClassName
{
color: #431DEA;
}
.AnyTagClassName
{
color: #431DEA;
}
</style>
background-color css
<style>
a { background-color: #431DEA; }
a { background-color: rgb(67,29,234); }
div.DivClassName
{
background-color: #431DEA;
}
.BgClassName
{
background-color: #431DEA;
}
</style>
border-color css
<style>
span { border-color: #431DEA; }
span { border-color: rgb(67,29,234); }
td.TdClassName
{
border-color: #431DEA;
}
.TagClassName
{
border-color: #431DEA;
}
</style>