Shades of Han Purple #4425FA
Tints of Han Purple #4425FA
RGB
CMYK
RGB Variations
Color information
#4425FA (or 0x4425FA) is known color: Han Purple. HEX triplet: 44, 25 and FA. RGB value is (68,37,250). Sum of RGB (Red+Green+Blue) = 68+37+250=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #4425FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4425FA is #BBDA05. Grayscale: #454545. Windows color (decimal): -12311046 or 16393540. OLE color: 16393540.
HSL color Cylindrical-coordinate representation of color #4425FA: hue angle of 248.73º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4425FA is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 37 | 250 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.02 |
| HSL | 248.73º | 0.96% | 0.56% | - |
| HSV(B) | 248.73º | 0.85% | 0.98% | - |
| XYZ | 20.3 | 9.45 | 91.2 | - |
| YUV | 70.55 | 229.27 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 250 | 0.73 | 0.85 | 0 | 0.02 | 248.73 | 0.96 | 0.56 |
| Hex | 44 | 25 | FA | 49 | 55 | 0 | 2 | F9 | 60 | 38 |
| Octal | 104 | 45 | 372 | 111 | 125 | 0 | 2 | 371 | 140 | 70 |
| Binary | 1000100 | 100101 | 11111010 | 1001001 | 1010101 | 0 | 10 | 11111001 | 1100000 | 111000 |
Color Harmonies of #4425FA
Complementary color
Monochromatic Colors of #4425FA
Black with #4425FA
Text Example
Text Example
White with #4425FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4425FA; }
p { color: rgb(68,37,250); }
H1.HeaderClassName
{
color: #4425FA;
}
.AnyTagClassName
{
color: #4425FA;
}
</style>
background-color css
<style>
a { background-color: #4425FA; }
a { background-color: rgb(68,37,250); }
div.DivClassName
{
background-color: #4425FA;
}
.BgClassName
{
background-color: #4425FA;
}
</style>
border-color css
<style>
span { border-color: #4425FA; }
span { border-color: rgb(68,37,250); }
td.TdClassName
{
border-color: #4425FA;
}
.TagClassName
{
border-color: #4425FA;
}
</style>