Shades of Han Purple #431AFF
Tints of Han Purple #431AFF
RGB
CMYK
RGB Variations
Color information
#431AFF (or 0x431AFF) is known color: Han Purple. HEX triplet: 43, 1A and FF. RGB value is (67,26,255). Sum of RGB (Red+Green+Blue) = 67+26+255=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #431AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431AFF is #BCE500. Grayscale: #3F3F3F. Windows color (decimal): -12379393 or 16718403. OLE color: 16718403.
HSL color Cylindrical-coordinate representation of color #431AFF: hue angle of 250.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431AFF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 26 | 255 | - |
| CMYK | 0.74 | 0.90 | 0 | 0 |
| HSL | 250.74º | 1% | 0.55% | - |
| HSV(B) | 250.74º | 0.9% | 1% | - |
| XYZ | 20.73 | 9.15 | 95.28 | - |
| YUV | 64.37 | 235.58 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 255 | 0.74 | 0.90 | 0 | 0 | 250.74 | 1 | 0.55 |
| Hex | 43 | 1A | FF | 4A | 5A | 0 | 0 | FB | 64 | 37 |
| Octal | 103 | 32 | 377 | 112 | 132 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000011 | 11010 | 11111111 | 1001010 | 1011010 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #431AFF
Complementary color
Monochromatic Colors of #431AFF
Black with #431AFF
Text Example
Text Example
White with #431AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AFF; }
p { color: rgb(67,26,255); }
H1.HeaderClassName
{
color: #431AFF;
}
.AnyTagClassName
{
color: #431AFF;
}
</style>
background-color css
<style>
a { background-color: #431AFF; }
a { background-color: rgb(67,26,255); }
div.DivClassName
{
background-color: #431AFF;
}
.BgClassName
{
background-color: #431AFF;
}
</style>
border-color css
<style>
span { border-color: #431AFF; }
span { border-color: rgb(67,26,255); }
td.TdClassName
{
border-color: #431AFF;
}
.TagClassName
{
border-color: #431AFF;
}
</style>