Shades of Han Purple #431CF0
Tints of Han Purple #431CF0
RGB
CMYK
RGB Variations
Color information
#431CF0 (or 0x431CF0) is known color: Han Purple. HEX triplet: 43, 1C and F0. RGB value is (67,28,240). Sum of RGB (Red+Green+Blue) = 67+28+240=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #431CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431CF0 is #BCE30F. Grayscale: #3F3F3F. Windows color (decimal): -12378896 or 15735875. OLE color: 15735875.
HSL color Cylindrical-coordinate representation of color #431CF0: hue angle of 251.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431CF0 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 28 | 240 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.06 |
| HSL | 251.04º | 0.88% | 0.53% | - |
| HSV(B) | 251.04º | 0.88% | 0.94% | - |
| XYZ | 18.46 | 8.32 | 83.07 | - |
| YUV | 63.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 240 | 0.72 | 0.88 | 0 | 0.06 | 251.04 | 0.88 | 0.53 |
| Hex | 43 | 1C | F0 | 48 | 58 | 0 | 6 | FB | 58 | 35 |
| Octal | 103 | 34 | 360 | 110 | 130 | 0 | 6 | 373 | 130 | 65 |
| Binary | 1000011 | 11100 | 11110000 | 1001000 | 1011000 | 0 | 110 | 11111011 | 1011000 | 110101 |
Color Harmonies of #431CF0
Complementary color
Monochromatic Colors of #431CF0
Black with #431CF0
Text Example
Text Example
White with #431CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CF0; }
p { color: rgb(67,28,240); }
H1.HeaderClassName
{
color: #431CF0;
}
.AnyTagClassName
{
color: #431CF0;
}
</style>
background-color css
<style>
a { background-color: #431CF0; }
a { background-color: rgb(67,28,240); }
div.DivClassName
{
background-color: #431CF0;
}
.BgClassName
{
background-color: #431CF0;
}
</style>
border-color css
<style>
span { border-color: #431CF0; }
span { border-color: rgb(67,28,240); }
td.TdClassName
{
border-color: #431CF0;
}
.TagClassName
{
border-color: #431CF0;
}
</style>