Shades of Han Purple #431DFE
Tints of Han Purple #431DFE
RGB
CMYK
RGB Variations
Color information
#431DFE (or 0x431DFE) is known color: Han Purple. HEX triplet: 43, 1D and FE. RGB value is (67,29,254). Sum of RGB (Red+Green+Blue) = 67+29+254=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #431DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431DFE is #BCE201. Grayscale: #414141. Windows color (decimal): -12378626 or 16653635. OLE color: 16653635.
HSL color Cylindrical-coordinate representation of color #431DFE: hue angle of 250.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431DFE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 29 | 254 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.00 |
| HSL | 250.13º | 0.99% | 0.55% | - |
| HSV(B) | 250.13º | 0.89% | 1% | - |
| XYZ | 20.64 | 9.23 | 94.46 | - |
| YUV | 66.01 | 234.09 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 254 | 0.74 | 0.89 | 0 | 0.00 | 250.13 | 0.99 | 0.55 |
| Hex | 43 | 1D | FE | 4A | 59 | 0 | 0 | FA | 63 | 37 |
| Octal | 103 | 35 | 376 | 112 | 131 | 0 | 0 | 372 | 143 | 67 |
| Binary | 1000011 | 11101 | 11111110 | 1001010 | 1011001 | 0 | 0 | 11111010 | 1100011 | 110111 |
Color Harmonies of #431DFE
Complementary color
Monochromatic Colors of #431DFE
Black with #431DFE
Text Example
Text Example
White with #431DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DFE; }
p { color: rgb(67,29,254); }
H1.HeaderClassName
{
color: #431DFE;
}
.AnyTagClassName
{
color: #431DFE;
}
</style>
background-color css
<style>
a { background-color: #431DFE; }
a { background-color: rgb(67,29,254); }
div.DivClassName
{
background-color: #431DFE;
}
.BgClassName
{
background-color: #431DFE;
}
</style>
border-color css
<style>
span { border-color: #431DFE; }
span { border-color: rgb(67,29,254); }
td.TdClassName
{
border-color: #431DFE;
}
.TagClassName
{
border-color: #431DFE;
}
</style>