Shades of Han Purple #431CFD
Tints of Han Purple #431CFD
RGB
CMYK
RGB Variations
Color information
#431CFD (or 0x431CFD) is known color: Han Purple. HEX triplet: 43, 1C and FD. RGB value is (67,28,253). Sum of RGB (Red+Green+Blue) = 67+28+253=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #431CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431CFD is #BCE302. Grayscale: #404040. Windows color (decimal): -12378883 or 16587843. OLE color: 16587843.
HSL color Cylindrical-coordinate representation of color #431CFD: hue angle of 250.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431CFD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 28 | 253 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.01 |
| HSL | 250.4º | 0.98% | 0.55% | - |
| HSV(B) | 250.4º | 0.89% | 0.99% | - |
| XYZ | 20.46 | 9.12 | 93.61 | - |
| YUV | 65.31 | 233.92 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 253 | 0.74 | 0.89 | 0 | 0.01 | 250.4 | 0.98 | 0.55 |
| Hex | 43 | 1C | FD | 4A | 59 | 0 | 1 | FA | 62 | 37 |
| Octal | 103 | 34 | 375 | 112 | 131 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000011 | 11100 | 11111101 | 1001010 | 1011001 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #431CFD
Complementary color
Monochromatic Colors of #431CFD
Black with #431CFD
Text Example
Text Example
White with #431CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CFD; }
p { color: rgb(67,28,253); }
H1.HeaderClassName
{
color: #431CFD;
}
.AnyTagClassName
{
color: #431CFD;
}
</style>
background-color css
<style>
a { background-color: #431CFD; }
a { background-color: rgb(67,28,253); }
div.DivClassName
{
background-color: #431CFD;
}
.BgClassName
{
background-color: #431CFD;
}
</style>
border-color css
<style>
span { border-color: #431CFD; }
span { border-color: rgb(67,28,253); }
td.TdClassName
{
border-color: #431CFD;
}
.TagClassName
{
border-color: #431CFD;
}
</style>