Shades of Han Purple #431EDB
Tints of Han Purple #431EDB
RGB
CMYK
RGB Variations
Color information
#431EDB (or 0x431EDB) is known color: Han Purple. HEX triplet: 43, 1E and DB. RGB value is (67,30,219). Sum of RGB (Red+Green+Blue) = 67+30+219=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #431EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EDB is #BCE124. Grayscale: #3D3D3D. Windows color (decimal): -12378405 or 14360131. OLE color: 14360131.
HSL color Cylindrical-coordinate representation of color #431EDB: hue angle of 251.75º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431EDB is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 30 | 219 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.14 |
| HSL | 251.75º | 0.76% | 0.49% | - |
| HSV(B) | 251.75º | 0.86% | 0.86% | - |
| XYZ | 15.57 | 7.24 | 67.59 | - |
| YUV | 62.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 219 | 0.69 | 0.86 | 0 | 0.14 | 251.75 | 0.76 | 0.49 |
| Hex | 43 | 1E | DB | 45 | 56 | 0 | E | FC | 4C | 31 |
| Octal | 103 | 36 | 333 | 105 | 126 | 0 | 16 | 374 | 114 | 61 |
| Binary | 1000011 | 11110 | 11011011 | 1000101 | 1010110 | 0 | 1110 | 11111100 | 1001100 | 110001 |
Color Harmonies of #431EDB
Complementary color
Monochromatic Colors of #431EDB
Black with #431EDB
Text Example
Text Example
White with #431EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EDB; }
p { color: rgb(67,30,219); }
H1.HeaderClassName
{
color: #431EDB;
}
.AnyTagClassName
{
color: #431EDB;
}
</style>
background-color css
<style>
a { background-color: #431EDB; }
a { background-color: rgb(67,30,219); }
div.DivClassName
{
background-color: #431EDB;
}
.BgClassName
{
background-color: #431EDB;
}
</style>
border-color css
<style>
span { border-color: #431EDB; }
span { border-color: rgb(67,30,219); }
td.TdClassName
{
border-color: #431EDB;
}
.TagClassName
{
border-color: #431EDB;
}
</style>