Shades of Han Purple #431FED
Tints of Han Purple #431FED
RGB
CMYK
RGB Variations
Color information
#431FED (or 0x431FED) is known color: Han Purple. HEX triplet: 43, 1F and ED. RGB value is (67,31,237). Sum of RGB (Red+Green+Blue) = 67+31+237=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #431FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431FED is #BCE012. Grayscale: #404040. Windows color (decimal): -12378131 or 15540035. OLE color: 15540035.
HSL color Cylindrical-coordinate representation of color #431FED: hue angle of 250.49º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431FED is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 31 | 237 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.07 |
| HSL | 250.49º | 0.85% | 0.53% | - |
| HSV(B) | 250.49º | 0.87% | 0.93% | - |
| XYZ | 18.09 | 8.29 | 80.77 | - |
| YUV | 65.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 237 | 0.72 | 0.87 | 0 | 0.07 | 250.49 | 0.85 | 0.53 |
| Hex | 43 | 1F | ED | 48 | 57 | 0 | 7 | FA | 55 | 35 |
| Octal | 103 | 37 | 355 | 110 | 127 | 0 | 7 | 372 | 125 | 65 |
| Binary | 1000011 | 11111 | 11101101 | 1001000 | 1010111 | 0 | 111 | 11111010 | 1010101 | 110101 |
Color Harmonies of #431FED
Complementary color
Monochromatic Colors of #431FED
Black with #431FED
Text Example
Text Example
White with #431FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FED; }
p { color: rgb(67,31,237); }
H1.HeaderClassName
{
color: #431FED;
}
.AnyTagClassName
{
color: #431FED;
}
</style>
background-color css
<style>
a { background-color: #431FED; }
a { background-color: rgb(67,31,237); }
div.DivClassName
{
background-color: #431FED;
}
.BgClassName
{
background-color: #431FED;
}
</style>
border-color css
<style>
span { border-color: #431FED; }
span { border-color: rgb(67,31,237); }
td.TdClassName
{
border-color: #431FED;
}
.TagClassName
{
border-color: #431FED;
}
</style>