Shades of Han Purple #431EF4
Tints of Han Purple #431EF4
RGB
CMYK
RGB Variations
Color information
#431EF4 (or 0x431EF4) is known color: Han Purple. HEX triplet: 43, 1E and F4. RGB value is (67,30,244). Sum of RGB (Red+Green+Blue) = 67+30+244=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #431EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EF4 is #BCE10B. Grayscale: #404040. Windows color (decimal): -12378380 or 15998531. OLE color: 15998531.
HSL color Cylindrical-coordinate representation of color #431EF4: hue angle of 250.37º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431EF4 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 30 | 244 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.04 |
| HSL | 250.37º | 0.91% | 0.54% | - |
| HSV(B) | 250.37º | 0.88% | 0.96% | - |
| XYZ | 19.11 | 8.65 | 86.25 | - |
| YUV | 65.46 | 228.76 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 244 | 0.73 | 0.88 | 0 | 0.04 | 250.37 | 0.91 | 0.54 |
| Hex | 43 | 1E | F4 | 49 | 58 | 0 | 4 | FA | 5B | 36 |
| Octal | 103 | 36 | 364 | 111 | 130 | 0 | 4 | 372 | 133 | 66 |
| Binary | 1000011 | 11110 | 11110100 | 1001001 | 1011000 | 0 | 100 | 11111010 | 1011011 | 110110 |
Color Harmonies of #431EF4
Complementary color
Monochromatic Colors of #431EF4
Black with #431EF4
Text Example
Text Example
White with #431EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EF4; }
p { color: rgb(67,30,244); }
H1.HeaderClassName
{
color: #431EF4;
}
.AnyTagClassName
{
color: #431EF4;
}
</style>
background-color css
<style>
a { background-color: #431EF4; }
a { background-color: rgb(67,30,244); }
div.DivClassName
{
background-color: #431EF4;
}
.BgClassName
{
background-color: #431EF4;
}
</style>
border-color css
<style>
span { border-color: #431EF4; }
span { border-color: rgb(67,30,244); }
td.TdClassName
{
border-color: #431EF4;
}
.TagClassName
{
border-color: #431EF4;
}
</style>