Shades of Han Purple #4223F1
Tints of Han Purple #4223F1
RGB
CMYK
RGB Variations
Color information
#4223F1 (or 0x4223F1) is known color: Han Purple. HEX triplet: 42, 23 and F1. RGB value is (66,35,241). Sum of RGB (Red+Green+Blue) = 66+35+241=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #4223F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4223F1 is #BDDC0E. Grayscale: #424242. Windows color (decimal): -12442639 or 15803202. OLE color: 15803202.
HSL color Cylindrical-coordinate representation of color #4223F1: hue angle of 249.03º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4223F1 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 35 | 241 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.05 |
| HSL | 249.03º | 0.88% | 0.54% | - |
| HSV(B) | 249.03º | 0.85% | 0.95% | - |
| XYZ | 18.72 | 8.71 | 83.91 | - |
| YUV | 67.75 | 225.77 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 241 | 0.73 | 0.85 | 0 | 0.05 | 249.03 | 0.88 | 0.54 |
| Hex | 42 | 23 | F1 | 49 | 55 | 0 | 5 | F9 | 58 | 36 |
| Octal | 102 | 43 | 361 | 111 | 125 | 0 | 5 | 371 | 130 | 66 |
| Binary | 1000010 | 100011 | 11110001 | 1001001 | 1010101 | 0 | 101 | 11111001 | 1011000 | 110110 |
Color Harmonies of #4223F1
Complementary color
Monochromatic Colors of #4223F1
Black with #4223F1
Text Example
Text Example
White with #4223F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223F1; }
p { color: rgb(66,35,241); }
H1.HeaderClassName
{
color: #4223F1;
}
.AnyTagClassName
{
color: #4223F1;
}
</style>
background-color css
<style>
a { background-color: #4223F1; }
a { background-color: rgb(66,35,241); }
div.DivClassName
{
background-color: #4223F1;
}
.BgClassName
{
background-color: #4223F1;
}
</style>
border-color css
<style>
span { border-color: #4223F1; }
span { border-color: rgb(66,35,241); }
td.TdClassName
{
border-color: #4223F1;
}
.TagClassName
{
border-color: #4223F1;
}
</style>