Shades of Han Purple #431BFB
Tints of Han Purple #431BFB
RGB
CMYK
RGB Variations
Color information
#431BFB (or 0x431BFB) is known color: Han Purple. HEX triplet: 43, 1B and FB. RGB value is (67,27,251). Sum of RGB (Red+Green+Blue) = 67+27+251=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #431BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431BFB is #BCE404. Grayscale: #3F3F3F. Windows color (decimal): -12379141 or 16456515. OLE color: 16456515.
HSL color Cylindrical-coordinate representation of color #431BFB: hue angle of 250.71º degrees, saturation: 0.97, 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 #431BFB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 27 | 251 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.02 |
| HSL | 250.71º | 0.97% | 0.55% | - |
| HSV(B) | 250.71º | 0.89% | 0.98% | - |
| XYZ | 20.12 | 8.94 | 91.93 | - |
| YUV | 64.5 | 233.25 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 251 | 0.73 | 0.89 | 0 | 0.02 | 250.71 | 0.97 | 0.55 |
| Hex | 43 | 1B | FB | 49 | 59 | 0 | 2 | FB | 61 | 37 |
| Octal | 103 | 33 | 373 | 111 | 131 | 0 | 2 | 373 | 141 | 67 |
| Binary | 1000011 | 11011 | 11111011 | 1001001 | 1011001 | 0 | 10 | 11111011 | 1100001 | 110111 |
Color Harmonies of #431BFB
Complementary color
Monochromatic Colors of #431BFB
Black with #431BFB
Text Example
Text Example
White with #431BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BFB; }
p { color: rgb(67,27,251); }
H1.HeaderClassName
{
color: #431BFB;
}
.AnyTagClassName
{
color: #431BFB;
}
</style>
background-color css
<style>
a { background-color: #431BFB; }
a { background-color: rgb(67,27,251); }
div.DivClassName
{
background-color: #431BFB;
}
.BgClassName
{
background-color: #431BFB;
}
</style>
border-color css
<style>
span { border-color: #431BFB; }
span { border-color: rgb(67,27,251); }
td.TdClassName
{
border-color: #431BFB;
}
.TagClassName
{
border-color: #431BFB;
}
</style>