Shades of Han Purple #422CFA
Tints of Han Purple #422CFA
RGB
CMYK
RGB Variations
Color information
#422CFA (or 0x422CFA) is known color: Han Purple. HEX triplet: 42, 2C and FA. RGB value is (66,44,250). Sum of RGB (Red+Green+Blue) = 66+44+250=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #422CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422CFA is #BDD305. Grayscale: #494949. Windows color (decimal): -12440326 or 16395330. OLE color: 16395330.
HSL color Cylindrical-coordinate representation of color #422CFA: hue angle of 246.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422CFA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 44 | 250 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.02 |
| HSL | 246.41º | 0.95% | 0.58% | - |
| HSV(B) | 246.41º | 0.82% | 0.98% | - |
| XYZ | 20.4 | 9.86 | 91.27 | - |
| YUV | 74.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 250 | 0.74 | 0.82 | 0 | 0.02 | 246.41 | 0.95 | 0.58 |
| Hex | 42 | 2C | FA | 4A | 52 | 0 | 2 | F6 | 5F | 3A |
| Octal | 102 | 54 | 372 | 112 | 122 | 0 | 2 | 366 | 137 | 72 |
| Binary | 1000010 | 101100 | 11111010 | 1001010 | 1010010 | 0 | 10 | 11110110 | 1011111 | 111010 |
Color Harmonies of #422CFA
Complementary color
Monochromatic Colors of #422CFA
Black with #422CFA
Text Example
Text Example
White with #422CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CFA; }
p { color: rgb(66,44,250); }
H1.HeaderClassName
{
color: #422CFA;
}
.AnyTagClassName
{
color: #422CFA;
}
</style>
background-color css
<style>
a { background-color: #422CFA; }
a { background-color: rgb(66,44,250); }
div.DivClassName
{
background-color: #422CFA;
}
.BgClassName
{
background-color: #422CFA;
}
</style>
border-color css
<style>
span { border-color: #422CFA; }
span { border-color: rgb(66,44,250); }
td.TdClassName
{
border-color: #422CFA;
}
.TagClassName
{
border-color: #422CFA;
}
</style>