Shades of Han Purple #431BFA
Tints of Han Purple #431BFA
RGB
CMYK
RGB Variations
Color information
#431BFA (or 0x431BFA) is known color: Han Purple. HEX triplet: 43, 1B and FA. RGB value is (67,27,250). Sum of RGB (Red+Green+Blue) = 67+27+250=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #431BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431BFA is #BCE405. Grayscale: #3F3F3F. Windows color (decimal): -12379142 or 16390979. OLE color: 16390979.
HSL color Cylindrical-coordinate representation of color #431BFA: hue angle of 250.76º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431BFA is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 27 | 250 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.02 |
| HSL | 250.76º | 0.96% | 0.54% | - |
| HSV(B) | 250.76º | 0.89% | 0.98% | - |
| XYZ | 19.96 | 8.88 | 91.1 | - |
| YUV | 64.38 | 232.75 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 250 | 0.73 | 0.89 | 0 | 0.02 | 250.76 | 0.96 | 0.54 |
| Hex | 43 | 1B | FA | 49 | 59 | 0 | 2 | FB | 60 | 36 |
| Octal | 103 | 33 | 372 | 111 | 131 | 0 | 2 | 373 | 140 | 66 |
| Binary | 1000011 | 11011 | 11111010 | 1001001 | 1011001 | 0 | 10 | 11111011 | 1100000 | 110110 |
Color Harmonies of #431BFA
Complementary color
Monochromatic Colors of #431BFA
Black with #431BFA
Text Example
Text Example
White with #431BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BFA; }
p { color: rgb(67,27,250); }
H1.HeaderClassName
{
color: #431BFA;
}
.AnyTagClassName
{
color: #431BFA;
}
</style>
background-color css
<style>
a { background-color: #431BFA; }
a { background-color: rgb(67,27,250); }
div.DivClassName
{
background-color: #431BFA;
}
.BgClassName
{
background-color: #431BFA;
}
</style>
border-color css
<style>
span { border-color: #431BFA; }
span { border-color: rgb(67,27,250); }
td.TdClassName
{
border-color: #431BFA;
}
.TagClassName
{
border-color: #431BFA;
}
</style>