Shades of Han Purple #4225FC
Tints of Han Purple #4225FC
RGB
CMYK
RGB Variations
Color information
#4225FC (or 0x4225FC) is known color: Han Purple. HEX triplet: 42, 25 and FC. RGB value is (66,37,252). Sum of RGB (Red+Green+Blue) = 66+37+252=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #4225FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4225FC is #BDDA03. Grayscale: #454545. Windows color (decimal): -12442116 or 16524610. OLE color: 16524610.
HSL color Cylindrical-coordinate representation of color #4225FC: hue angle of 248.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4225FC is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 37 | 252 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.01 |
| HSL | 248.09º | 0.97% | 0.57% | - |
| HSV(B) | 248.09º | 0.85% | 0.99% | - |
| XYZ | 20.48 | 9.51 | 92.85 | - |
| YUV | 70.18 | 230.61 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 252 | 0.74 | 0.85 | 0 | 0.01 | 248.09 | 0.97 | 0.57 |
| Hex | 42 | 25 | FC | 4A | 55 | 0 | 1 | F8 | 61 | 39 |
| Octal | 102 | 45 | 374 | 112 | 125 | 0 | 1 | 370 | 141 | 71 |
| Binary | 1000010 | 100101 | 11111100 | 1001010 | 1010101 | 0 | 1 | 11111000 | 1100001 | 111001 |
Color Harmonies of #4225FC
Complementary color
Monochromatic Colors of #4225FC
Black with #4225FC
Text Example
Text Example
White with #4225FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4225FC; }
p { color: rgb(66,37,252); }
H1.HeaderClassName
{
color: #4225FC;
}
.AnyTagClassName
{
color: #4225FC;
}
</style>
background-color css
<style>
a { background-color: #4225FC; }
a { background-color: rgb(66,37,252); }
div.DivClassName
{
background-color: #4225FC;
}
.BgClassName
{
background-color: #4225FC;
}
</style>
border-color css
<style>
span { border-color: #4225FC; }
span { border-color: rgb(66,37,252); }
td.TdClassName
{
border-color: #4225FC;
}
.TagClassName
{
border-color: #4225FC;
}
</style>