Shades of Han Purple #421CF2
Tints of Han Purple #421CF2
RGB
CMYK
RGB Variations
Color information
#421CF2 (or 0x421CF2) is known color: Han Purple. HEX triplet: 42, 1C and F2. RGB value is (66,28,242). Sum of RGB (Red+Green+Blue) = 66+28+242=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #421CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CF2 is #BDE30D. Grayscale: #3E3E3E. Windows color (decimal): -12444430 or 15866946. OLE color: 15866946.
HSL color Cylindrical-coordinate representation of color #421CF2: hue angle of 250.65º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421CF2 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 28 | 242 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.05 |
| HSL | 250.65º | 0.89% | 0.53% | - |
| HSV(B) | 250.65º | 0.88% | 0.95% | - |
| XYZ | 18.69 | 8.4 | 84.64 | - |
| YUV | 63.76 | 228.59 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 242 | 0.73 | 0.88 | 0 | 0.05 | 250.65 | 0.89 | 0.53 |
| Hex | 42 | 1C | F2 | 49 | 58 | 0 | 5 | FB | 59 | 35 |
| Octal | 102 | 34 | 362 | 111 | 130 | 0 | 5 | 373 | 131 | 65 |
| Binary | 1000010 | 11100 | 11110010 | 1001001 | 1011000 | 0 | 101 | 11111011 | 1011001 | 110101 |
Color Harmonies of #421CF2
Complementary color
Monochromatic Colors of #421CF2
Black with #421CF2
Text Example
Text Example
White with #421CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CF2; }
p { color: rgb(66,28,242); }
H1.HeaderClassName
{
color: #421CF2;
}
.AnyTagClassName
{
color: #421CF2;
}
</style>
background-color css
<style>
a { background-color: #421CF2; }
a { background-color: rgb(66,28,242); }
div.DivClassName
{
background-color: #421CF2;
}
.BgClassName
{
background-color: #421CF2;
}
</style>
border-color css
<style>
span { border-color: #421CF2; }
span { border-color: rgb(66,28,242); }
td.TdClassName
{
border-color: #421CF2;
}
.TagClassName
{
border-color: #421CF2;
}
</style>