Shades of Han Purple #4328FD
Tints of Han Purple #4328FD
RGB
CMYK
RGB Variations
Color information
#4328FD (or 0x4328FD) is known color: Han Purple. HEX triplet: 43, 28 and FD. RGB value is (67,40,253). Sum of RGB (Red+Green+Blue) = 67+40+253=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #4328FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4328FD is #BCD702. Grayscale: #474747. Windows color (decimal): -12375811 or 16590915. OLE color: 16590915.
HSL color Cylindrical-coordinate representation of color #4328FD: hue angle of 247.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4328FD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 40 | 253 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.01 |
| HSL | 247.61º | 0.98% | 0.57% | - |
| HSV(B) | 247.61º | 0.84% | 0.99% | - |
| XYZ | 20.8 | 9.8 | 93.72 | - |
| YUV | 72.36 | 229.95 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 253 | 0.74 | 0.84 | 0 | 0.01 | 247.61 | 0.98 | 0.57 |
| Hex | 43 | 28 | FD | 4A | 54 | 0 | 1 | F8 | 62 | 39 |
| Octal | 103 | 50 | 375 | 112 | 124 | 0 | 1 | 370 | 142 | 71 |
| Binary | 1000011 | 101000 | 11111101 | 1001010 | 1010100 | 0 | 1 | 11111000 | 1100010 | 111001 |
Color Harmonies of #4328FD
Complementary color
Monochromatic Colors of #4328FD
Black with #4328FD
Text Example
Text Example
White with #4328FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4328FD; }
p { color: rgb(67,40,253); }
H1.HeaderClassName
{
color: #4328FD;
}
.AnyTagClassName
{
color: #4328FD;
}
</style>
background-color css
<style>
a { background-color: #4328FD; }
a { background-color: rgb(67,40,253); }
div.DivClassName
{
background-color: #4328FD;
}
.BgClassName
{
background-color: #4328FD;
}
</style>
border-color css
<style>
span { border-color: #4328FD; }
span { border-color: rgb(67,40,253); }
td.TdClassName
{
border-color: #4328FD;
}
.TagClassName
{
border-color: #4328FD;
}
</style>