Shades of Han Purple #4225FE
Tints of Han Purple #4225FE
RGB
CMYK
RGB Variations
Color information
#4225FE (or 0x4225FE) is known color: Han Purple. HEX triplet: 42, 25 and FE. RGB value is (66,37,254). Sum of RGB (Red+Green+Blue) = 66+37+254=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #4225FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4225FE is #BDDA01. Grayscale: #454545. Windows color (decimal): -12442114 or 16655682. OLE color: 16655682.
HSL color Cylindrical-coordinate representation of color #4225FE: hue angle of 248.02º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4225FE is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 37 | 254 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.00 |
| HSL | 248.02º | 0.99% | 0.57% | - |
| HSV(B) | 248.02º | 0.85% | 1% | - |
| XYZ | 20.8 | 9.64 | 94.53 | - |
| YUV | 70.41 | 231.61 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 254 | 0.74 | 0.85 | 0 | 0.00 | 248.02 | 0.99 | 0.57 |
| Hex | 42 | 25 | FE | 4A | 55 | 0 | 0 | F8 | 63 | 39 |
| Octal | 102 | 45 | 376 | 112 | 125 | 0 | 0 | 370 | 143 | 71 |
| Binary | 1000010 | 100101 | 11111110 | 1001010 | 1010101 | 0 | 0 | 11111000 | 1100011 | 111001 |
Color Harmonies of #4225FE
Complementary color
Monochromatic Colors of #4225FE
Black with #4225FE
Text Example
Text Example
White with #4225FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4225FE; }
p { color: rgb(66,37,254); }
H1.HeaderClassName
{
color: #4225FE;
}
.AnyTagClassName
{
color: #4225FE;
}
</style>
background-color css
<style>
a { background-color: #4225FE; }
a { background-color: rgb(66,37,254); }
div.DivClassName
{
background-color: #4225FE;
}
.BgClassName
{
background-color: #4225FE;
}
</style>
border-color css
<style>
span { border-color: #4225FE; }
span { border-color: rgb(66,37,254); }
td.TdClassName
{
border-color: #4225FE;
}
.TagClassName
{
border-color: #4225FE;
}
</style>