Shades of Han Purple #4324FF
Tints of Han Purple #4324FF
RGB
CMYK
RGB Variations
Color information
#4324FF (or 0x4324FF) is known color: Han Purple. HEX triplet: 43, 24 and FF. RGB value is (67,36,255). Sum of RGB (Red+Green+Blue) = 67+36+255=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #4324FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4324FF is #BCDB00. Grayscale: #454545. Windows color (decimal): -12376833 or 16720963. OLE color: 16720963.
HSL color Cylindrical-coordinate representation of color #4324FF: hue angle of 248.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4324FF is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 36 | 255 | - |
| CMYK | 0.74 | 0.86 | 0 | 0 |
| HSL | 248.49º | 1% | 0.57% | - |
| HSV(B) | 248.49º | 0.86% | 1% | - |
| XYZ | 21 | 9.68 | 95.37 | - |
| YUV | 70.24 | 232.27 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 255 | 0.74 | 0.86 | 0 | 0 | 248.49 | 1 | 0.57 |
| Hex | 43 | 24 | FF | 4A | 56 | 0 | 0 | F8 | 64 | 39 |
| Octal | 103 | 44 | 377 | 112 | 126 | 0 | 0 | 370 | 144 | 71 |
| Binary | 1000011 | 100100 | 11111111 | 1001010 | 1010110 | 0 | 0 | 11111000 | 1100100 | 111001 |
Color Harmonies of #4324FF
Complementary color
Monochromatic Colors of #4324FF
Black with #4324FF
Text Example
Text Example
White with #4324FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4324FF; }
p { color: rgb(67,36,255); }
H1.HeaderClassName
{
color: #4324FF;
}
.AnyTagClassName
{
color: #4324FF;
}
</style>
background-color css
<style>
a { background-color: #4324FF; }
a { background-color: rgb(67,36,255); }
div.DivClassName
{
background-color: #4324FF;
}
.BgClassName
{
background-color: #4324FF;
}
</style>
border-color css
<style>
span { border-color: #4324FF; }
span { border-color: rgb(67,36,255); }
td.TdClassName
{
border-color: #4324FF;
}
.TagClassName
{
border-color: #4324FF;
}
</style>