Shades of Han Purple #431BD5
Tints of Han Purple #431BD5
RGB
CMYK
RGB Variations
Color information
#431BD5 (or 0x431BD5) is known color: Han Purple. HEX triplet: 43, 1B and D5. RGB value is (67,27,213). Sum of RGB (Red+Green+Blue) = 67+27+213=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #431BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BD5 is #BCE42A. Grayscale: #3B3B3B. Windows color (decimal): -12379179 or 13966147. OLE color: 13966147.
HSL color Cylindrical-coordinate representation of color #431BD5: hue angle of 252.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431BD5 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 27 | 213 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.16 |
| HSL | 252.9º | 0.78% | 0.47% | - |
| HSV(B) | 252.9º | 0.87% | 0.84% | - |
| XYZ | 14.72 | 6.78 | 63.48 | - |
| YUV | 60.16 | 214.25 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 213 | 0.69 | 0.87 | 0 | 0.16 | 252.9 | 0.78 | 0.47 |
| Hex | 43 | 1B | D5 | 45 | 57 | 0 | 10 | FD | 4E | 2F |
| Octal | 103 | 33 | 325 | 105 | 127 | 0 | 20 | 375 | 116 | 57 |
| Binary | 1000011 | 11011 | 11010101 | 1000101 | 1010111 | 0 | 10000 | 11111101 | 1001110 | 101111 |
Color Harmonies of #431BD5
Complementary color
Monochromatic Colors of #431BD5
Black with #431BD5
Text Example
Text Example
White with #431BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BD5; }
p { color: rgb(67,27,213); }
H1.HeaderClassName
{
color: #431BD5;
}
.AnyTagClassName
{
color: #431BD5;
}
</style>
background-color css
<style>
a { background-color: #431BD5; }
a { background-color: rgb(67,27,213); }
div.DivClassName
{
background-color: #431BD5;
}
.BgClassName
{
background-color: #431BD5;
}
</style>
border-color css
<style>
span { border-color: #431BD5; }
span { border-color: rgb(67,27,213); }
td.TdClassName
{
border-color: #431BD5;
}
.TagClassName
{
border-color: #431BD5;
}
</style>