Shades of Han Purple #4430FF
Tints of Han Purple #4430FF
RGB
CMYK
RGB Variations
Color information
#4430FF (or 0x4430FF) is known color: Han Purple. HEX triplet: 44, 30 and FF. RGB value is (68,48,255). Sum of RGB (Red+Green+Blue) = 68+48+255=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #4430FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4430FF is #BBCF00. Grayscale: #4C4C4C. Windows color (decimal): -12308225 or 16724036. OLE color: 16724036.
HSL color Cylindrical-coordinate representation of color #4430FF: hue angle of 245.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4430FF is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 48 | 255 | - |
| CMYK | 0.73 | 0.81 | 0 | 0 |
| HSL | 245.8º | 1% | 0.59% | - |
| HSV(B) | 245.8º | 0.81% | 1% | - |
| XYZ | 21.49 | 10.56 | 95.51 | - |
| YUV | 77.58 | 228.13 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 255 | 0.73 | 0.81 | 0 | 0 | 245.8 | 1 | 0.59 |
| Hex | 44 | 30 | FF | 49 | 51 | 0 | 0 | F6 | 64 | 3B |
| Octal | 104 | 60 | 377 | 111 | 121 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000100 | 110000 | 11111111 | 1001001 | 1010001 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #4430FF
Complementary color
Monochromatic Colors of #4430FF
Black with #4430FF
Text Example
Text Example
White with #4430FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4430FF; }
p { color: rgb(68,48,255); }
H1.HeaderClassName
{
color: #4430FF;
}
.AnyTagClassName
{
color: #4430FF;
}
</style>
background-color css
<style>
a { background-color: #4430FF; }
a { background-color: rgb(68,48,255); }
div.DivClassName
{
background-color: #4430FF;
}
.BgClassName
{
background-color: #4430FF;
}
</style>
border-color css
<style>
span { border-color: #4430FF; }
span { border-color: rgb(68,48,255); }
td.TdClassName
{
border-color: #4430FF;
}
.TagClassName
{
border-color: #4430FF;
}
</style>