Shades of Han Purple #431FEF
Tints of Han Purple #431FEF
RGB
CMYK
RGB Variations
Color information
#431FEF (or 0x431FEF) is known color: Han Purple. HEX triplet: 43, 1F and EF. RGB value is (67,31,239). Sum of RGB (Red+Green+Blue) = 67+31+239=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #431FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431FEF is #BCE010. Grayscale: #404040. Windows color (decimal): -12378129 or 15671107. OLE color: 15671107.
HSL color Cylindrical-coordinate representation of color #431FEF: hue angle of 250.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431FEF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 31 | 239 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.06 |
| HSL | 250.38º | 0.87% | 0.53% | - |
| HSV(B) | 250.38º | 0.87% | 0.94% | - |
| XYZ | 18.38 | 8.41 | 82.31 | - |
| YUV | 65.48 | 225.93 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 239 | 0.72 | 0.87 | 0 | 0.06 | 250.38 | 0.87 | 0.53 |
| Hex | 43 | 1F | EF | 48 | 57 | 0 | 6 | FA | 57 | 35 |
| Octal | 103 | 37 | 357 | 110 | 127 | 0 | 6 | 372 | 127 | 65 |
| Binary | 1000011 | 11111 | 11101111 | 1001000 | 1010111 | 0 | 110 | 11111010 | 1010111 | 110101 |
Color Harmonies of #431FEF
Complementary color
Monochromatic Colors of #431FEF
Black with #431FEF
Text Example
Text Example
White with #431FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FEF; }
p { color: rgb(67,31,239); }
H1.HeaderClassName
{
color: #431FEF;
}
.AnyTagClassName
{
color: #431FEF;
}
</style>
background-color css
<style>
a { background-color: #431FEF; }
a { background-color: rgb(67,31,239); }
div.DivClassName
{
background-color: #431FEF;
}
.BgClassName
{
background-color: #431FEF;
}
</style>
border-color css
<style>
span { border-color: #431FEF; }
span { border-color: rgb(67,31,239); }
td.TdClassName
{
border-color: #431FEF;
}
.TagClassName
{
border-color: #431FEF;
}
</style>