Shades of Han Purple #431BFF
Tints of Han Purple #431BFF
RGB
CMYK
RGB Variations
Color information
#431BFF (or 0x431BFF) is known color: Han Purple. HEX triplet: 43, 1B and FF. RGB value is (67,27,255). Sum of RGB (Red+Green+Blue) = 67+27+255=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #431BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431BFF is #BCE400. Grayscale: #404040. Windows color (decimal): -12379137 or 16718659. OLE color: 16718659.
HSL color Cylindrical-coordinate representation of color #431BFF: hue angle of 250.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431BFF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 27 | 255 | - |
| CMYK | 0.74 | 0.89 | 0 | 0 |
| HSL | 250.53º | 1% | 0.55% | - |
| HSV(B) | 250.53º | 0.89% | 1% | - |
| XYZ | 20.76 | 9.2 | 95.29 | - |
| YUV | 64.95 | 235.25 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 255 | 0.74 | 0.89 | 0 | 0 | 250.53 | 1 | 0.55 |
| Hex | 43 | 1B | FF | 4A | 59 | 0 | 0 | FB | 64 | 37 |
| Octal | 103 | 33 | 377 | 112 | 131 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000011 | 11011 | 11111111 | 1001010 | 1011001 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #431BFF
Complementary color
Monochromatic Colors of #431BFF
Black with #431BFF
Text Example
Text Example
White with #431BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BFF; }
p { color: rgb(67,27,255); }
H1.HeaderClassName
{
color: #431BFF;
}
.AnyTagClassName
{
color: #431BFF;
}
</style>
background-color css
<style>
a { background-color: #431BFF; }
a { background-color: rgb(67,27,255); }
div.DivClassName
{
background-color: #431BFF;
}
.BgClassName
{
background-color: #431BFF;
}
</style>
border-color css
<style>
span { border-color: #431BFF; }
span { border-color: rgb(67,27,255); }
td.TdClassName
{
border-color: #431BFF;
}
.TagClassName
{
border-color: #431BFF;
}
</style>