Shades of Han Purple #431FF5
Tints of Han Purple #431FF5
RGB
CMYK
RGB Variations
Color information
#431FF5 (or 0x431FF5) is known color: Han Purple. HEX triplet: 43, 1F and F5. RGB value is (67,31,245). Sum of RGB (Red+Green+Blue) = 67+31+245=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 245 (96.09% from 255 or 71.43% from 343); Max value from RGB is 245 - color contains mainly: blue. Hex color #431FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431FF5 is #BCE00A. Grayscale: #414141. Windows color (decimal): -12378123 or 16064323. OLE color: 16064323.
HSL color Cylindrical-coordinate representation of color #431FF5: hue angle of 250.09º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431FF5 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 31 | 245 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.04 |
| HSL | 250.09º | 0.91% | 0.54% | - |
| HSV(B) | 250.09º | 0.87% | 0.96% | - |
| XYZ | 19.29 | 8.77 | 87.06 | - |
| YUV | 66.16 | 228.93 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 245 | 0.73 | 0.87 | 0 | 0.04 | 250.09 | 0.91 | 0.54 |
| Hex | 43 | 1F | F5 | 49 | 57 | 0 | 4 | FA | 5B | 36 |
| Octal | 103 | 37 | 365 | 111 | 127 | 0 | 4 | 372 | 133 | 66 |
| Binary | 1000011 | 11111 | 11110101 | 1001001 | 1010111 | 0 | 100 | 11111010 | 1011011 | 110110 |
Color Harmonies of #431FF5
Complementary color
Monochromatic Colors of #431FF5
Black with #431FF5
Text Example
Text Example
White with #431FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FF5; }
p { color: rgb(67,31,245); }
H1.HeaderClassName
{
color: #431FF5;
}
.AnyTagClassName
{
color: #431FF5;
}
</style>
background-color css
<style>
a { background-color: #431FF5; }
a { background-color: rgb(67,31,245); }
div.DivClassName
{
background-color: #431FF5;
}
.BgClassName
{
background-color: #431FF5;
}
</style>
border-color css
<style>
span { border-color: #431FF5; }
span { border-color: rgb(67,31,245); }
td.TdClassName
{
border-color: #431FF5;
}
.TagClassName
{
border-color: #431FF5;
}
</style>