Shades of Han Purple #431AFB
Tints of Han Purple #431AFB
RGB
CMYK
RGB Variations
Color information
#431AFB (or 0x431AFB) is known color: Han Purple. HEX triplet: 43, 1A and FB. RGB value is (67,26,251). Sum of RGB (Red+Green+Blue) = 67+26+251=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #431AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431AFB is #BCE504. Grayscale: #3F3F3F. Windows color (decimal): -12379397 or 16456259. OLE color: 16456259.
HSL color Cylindrical-coordinate representation of color #431AFB: hue angle of 250.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431AFB is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 26 | 251 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.02 |
| HSL | 250.93º | 0.97% | 0.54% | - |
| HSV(B) | 250.93º | 0.9% | 0.98% | - |
| XYZ | 20.1 | 8.9 | 91.92 | - |
| YUV | 63.91 | 233.58 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 251 | 0.73 | 0.90 | 0 | 0.02 | 250.93 | 0.97 | 0.54 |
| Hex | 43 | 1A | FB | 49 | 5A | 0 | 2 | FB | 61 | 36 |
| Octal | 103 | 32 | 373 | 111 | 132 | 0 | 2 | 373 | 141 | 66 |
| Binary | 1000011 | 11010 | 11111011 | 1001001 | 1011010 | 0 | 10 | 11111011 | 1100001 | 110110 |
Color Harmonies of #431AFB
Complementary color
Monochromatic Colors of #431AFB
Black with #431AFB
Text Example
Text Example
White with #431AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AFB; }
p { color: rgb(67,26,251); }
H1.HeaderClassName
{
color: #431AFB;
}
.AnyTagClassName
{
color: #431AFB;
}
</style>
background-color css
<style>
a { background-color: #431AFB; }
a { background-color: rgb(67,26,251); }
div.DivClassName
{
background-color: #431AFB;
}
.BgClassName
{
background-color: #431AFB;
}
</style>
border-color css
<style>
span { border-color: #431AFB; }
span { border-color: rgb(67,26,251); }
td.TdClassName
{
border-color: #431AFB;
}
.TagClassName
{
border-color: #431AFB;
}
</style>