Shades of Han Purple #431CFA
Tints of Han Purple #431CFA
RGB
CMYK
RGB Variations
Color information
#431CFA (or 0x431CFA) is known color: Han Purple. HEX triplet: 43, 1C and FA. RGB value is (67,28,250). Sum of RGB (Red+Green+Blue) = 67+28+250=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #431CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431CFA is #BCE305. Grayscale: #404040. Windows color (decimal): -12378886 or 16391235. OLE color: 16391235.
HSL color Cylindrical-coordinate representation of color #431CFA: hue angle of 250.54º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431CFA is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 28 | 250 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.02 |
| HSL | 250.54º | 0.96% | 0.55% | - |
| HSV(B) | 250.54º | 0.89% | 0.98% | - |
| XYZ | 19.99 | 8.93 | 91.11 | - |
| YUV | 64.97 | 232.42 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 250 | 0.73 | 0.89 | 0 | 0.02 | 250.54 | 0.96 | 0.55 |
| Hex | 43 | 1C | FA | 49 | 59 | 0 | 2 | FB | 60 | 37 |
| Octal | 103 | 34 | 372 | 111 | 131 | 0 | 2 | 373 | 140 | 67 |
| Binary | 1000011 | 11100 | 11111010 | 1001001 | 1011001 | 0 | 10 | 11111011 | 1100000 | 110111 |
Color Harmonies of #431CFA
Complementary color
Monochromatic Colors of #431CFA
Black with #431CFA
Text Example
Text Example
White with #431CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CFA; }
p { color: rgb(67,28,250); }
H1.HeaderClassName
{
color: #431CFA;
}
.AnyTagClassName
{
color: #431CFA;
}
</style>
background-color css
<style>
a { background-color: #431CFA; }
a { background-color: rgb(67,28,250); }
div.DivClassName
{
background-color: #431CFA;
}
.BgClassName
{
background-color: #431CFA;
}
</style>
border-color css
<style>
span { border-color: #431CFA; }
span { border-color: rgb(67,28,250); }
td.TdClassName
{
border-color: #431CFA;
}
.TagClassName
{
border-color: #431CFA;
}
</style>