Shades of Han Purple #431EFD
Tints of Han Purple #431EFD
RGB
CMYK
RGB Variations
Color information
#431EFD (or 0x431EFD) is known color: Han Purple. HEX triplet: 43, 1E and FD. RGB value is (67,30,253). Sum of RGB (Red+Green+Blue) = 67+30+253=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #431EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EFD is #BCE102. Grayscale: #414141. Windows color (decimal): -12378371 or 16588355. OLE color: 16588355.
HSL color Cylindrical-coordinate representation of color #431EFD: hue angle of 249.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431EFD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 30 | 253 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.01 |
| HSL | 249.96º | 0.98% | 0.55% | - |
| HSV(B) | 249.96º | 0.88% | 0.99% | - |
| XYZ | 20.51 | 9.21 | 93.63 | - |
| YUV | 66.49 | 233.26 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 253 | 0.74 | 0.88 | 0 | 0.01 | 249.96 | 0.98 | 0.55 |
| Hex | 43 | 1E | FD | 4A | 58 | 0 | 1 | FA | 62 | 37 |
| Octal | 103 | 36 | 375 | 112 | 130 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000011 | 11110 | 11111101 | 1001010 | 1011000 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #431EFD
Complementary color
Monochromatic Colors of #431EFD
Black with #431EFD
Text Example
Text Example
White with #431EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EFD; }
p { color: rgb(67,30,253); }
H1.HeaderClassName
{
color: #431EFD;
}
.AnyTagClassName
{
color: #431EFD;
}
</style>
background-color css
<style>
a { background-color: #431EFD; }
a { background-color: rgb(67,30,253); }
div.DivClassName
{
background-color: #431EFD;
}
.BgClassName
{
background-color: #431EFD;
}
</style>
border-color css
<style>
span { border-color: #431EFD; }
span { border-color: rgb(67,30,253); }
td.TdClassName
{
border-color: #431EFD;
}
.TagClassName
{
border-color: #431EFD;
}
</style>