Shades of Han Purple #431BE5
Tints of Han Purple #431BE5
RGB
CMYK
RGB Variations
Color information
#431BE5 (or 0x431BE5) is known color: Han Purple. HEX triplet: 43, 1B and E5. RGB value is (67,27,229). Sum of RGB (Red+Green+Blue) = 67+27+229=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 229 (89.84% from 255 or 70.90% from 323); Max value from RGB is 229 - color contains mainly: blue. Hex color #431BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BE5 is #BCE41A. Grayscale: #3D3D3D. Windows color (decimal): -12379163 or 15014723. OLE color: 15014723.
HSL color Cylindrical-coordinate representation of color #431BE5: hue angle of 251.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431BE5 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 27 | 229 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.10 |
| HSL | 251.88º | 0.8% | 0.5% | - |
| HSV(B) | 251.88º | 0.88% | 0.9% | - |
| XYZ | 16.85 | 7.63 | 74.71 | - |
| YUV | 61.99 | 222.25 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 229 | 0.71 | 0.88 | 0 | 0.10 | 251.88 | 0.8 | 0.5 |
| Hex | 43 | 1B | E5 | 47 | 58 | 0 | A | FC | 50 | 32 |
| Octal | 103 | 33 | 345 | 107 | 130 | 0 | 12 | 374 | 120 | 62 |
| Binary | 1000011 | 11011 | 11100101 | 1000111 | 1011000 | 0 | 1010 | 11111100 | 1010000 | 110010 |
Color Harmonies of #431BE5
Complementary color
Monochromatic Colors of #431BE5
Black with #431BE5
Text Example
Text Example
White with #431BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BE5; }
p { color: rgb(67,27,229); }
H1.HeaderClassName
{
color: #431BE5;
}
.AnyTagClassName
{
color: #431BE5;
}
</style>
background-color css
<style>
a { background-color: #431BE5; }
a { background-color: rgb(67,27,229); }
div.DivClassName
{
background-color: #431BE5;
}
.BgClassName
{
background-color: #431BE5;
}
</style>
border-color css
<style>
span { border-color: #431BE5; }
span { border-color: rgb(67,27,229); }
td.TdClassName
{
border-color: #431BE5;
}
.TagClassName
{
border-color: #431BE5;
}
</style>