Shades of Han Purple #431EFF
Tints of Han Purple #431EFF
RGB
CMYK
RGB Variations
Color information
#431EFF (or 0x431EFF) is known color: Han Purple. HEX triplet: 43, 1E and FF. RGB value is (67,30,255). Sum of RGB (Red+Green+Blue) = 67+30+255=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #431EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EFF is #BCE100. Grayscale: #414141. Windows color (decimal): -12378369 or 16719427. OLE color: 16719427.
HSL color Cylindrical-coordinate representation of color #431EFF: hue angle of 249.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431EFF is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 30 | 255 | - |
| CMYK | 0.74 | 0.88 | 0 | 0 |
| HSL | 249.87º | 1% | 0.56% | - |
| HSV(B) | 249.87º | 0.88% | 1% | - |
| XYZ | 20.83 | 9.34 | 95.31 | - |
| YUV | 66.71 | 234.26 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 255 | 0.74 | 0.88 | 0 | 0 | 249.87 | 1 | 0.56 |
| Hex | 43 | 1E | FF | 4A | 58 | 0 | 0 | FA | 64 | 38 |
| Octal | 103 | 36 | 377 | 112 | 130 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000011 | 11110 | 11111111 | 1001010 | 1011000 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #431EFF
Complementary color
Monochromatic Colors of #431EFF
Black with #431EFF
Text Example
Text Example
White with #431EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EFF; }
p { color: rgb(67,30,255); }
H1.HeaderClassName
{
color: #431EFF;
}
.AnyTagClassName
{
color: #431EFF;
}
</style>
background-color css
<style>
a { background-color: #431EFF; }
a { background-color: rgb(67,30,255); }
div.DivClassName
{
background-color: #431EFF;
}
.BgClassName
{
background-color: #431EFF;
}
</style>
border-color css
<style>
span { border-color: #431EFF; }
span { border-color: rgb(67,30,255); }
td.TdClassName
{
border-color: #431EFF;
}
.TagClassName
{
border-color: #431EFF;
}
</style>