Shades of Han Purple #431FFE
Tints of Han Purple #431FFE
RGB
CMYK
RGB Variations
Color information
#431FFE (or 0x431FFE) is known color: Han Purple. HEX triplet: 43, 1F and FE. RGB value is (67,31,254). Sum of RGB (Red+Green+Blue) = 67+31+254=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #431FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431FFE is #BCE001. Grayscale: #424242. Windows color (decimal): -12378114 or 16654147. OLE color: 16654147.
HSL color Cylindrical-coordinate representation of color #431FFE: hue angle of 249.69º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431FFE is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 31 | 254 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.00 |
| HSL | 249.69º | 0.99% | 0.56% | - |
| HSV(B) | 249.69º | 0.88% | 1% | - |
| XYZ | 20.69 | 9.33 | 94.48 | - |
| YUV | 67.19 | 233.43 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 254 | 0.74 | 0.88 | 0 | 0.00 | 249.69 | 0.99 | 0.56 |
| Hex | 43 | 1F | FE | 4A | 58 | 0 | 0 | FA | 63 | 38 |
| Octal | 103 | 37 | 376 | 112 | 130 | 0 | 0 | 372 | 143 | 70 |
| Binary | 1000011 | 11111 | 11111110 | 1001010 | 1011000 | 0 | 0 | 11111010 | 1100011 | 111000 |
Color Harmonies of #431FFE
Complementary color
Monochromatic Colors of #431FFE
Black with #431FFE
Text Example
Text Example
White with #431FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FFE; }
p { color: rgb(67,31,254); }
H1.HeaderClassName
{
color: #431FFE;
}
.AnyTagClassName
{
color: #431FFE;
}
</style>
background-color css
<style>
a { background-color: #431FFE; }
a { background-color: rgb(67,31,254); }
div.DivClassName
{
background-color: #431FFE;
}
.BgClassName
{
background-color: #431FFE;
}
</style>
border-color css
<style>
span { border-color: #431FFE; }
span { border-color: rgb(67,31,254); }
td.TdClassName
{
border-color: #431FFE;
}
.TagClassName
{
border-color: #431FFE;
}
</style>