Shades of Han Purple #422DFA
Tints of Han Purple #422DFA
RGB
CMYK
RGB Variations
Color information
#422DFA (or 0x422DFA) is known color: Han Purple. HEX triplet: 42, 2D and FA. RGB value is (66,45,250). Sum of RGB (Red+Green+Blue) = 66+45+250=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #422DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DFA is #BDD205. Grayscale: #494949. Windows color (decimal): -12440070 or 16395586. OLE color: 16395586.
HSL color Cylindrical-coordinate representation of color #422DFA: hue angle of 246.15º 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 #422DFA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 45 | 250 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.02 |
| HSL | 246.15º | 0.95% | 0.58% | - |
| HSV(B) | 246.15º | 0.82% | 0.98% | - |
| XYZ | 20.44 | 9.94 | 91.28 | - |
| YUV | 74.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 250 | 0.74 | 0.82 | 0 | 0.02 | 246.15 | 0.95 | 0.58 |
| Hex | 42 | 2D | FA | 4A | 52 | 0 | 2 | F6 | 5F | 3A |
| Octal | 102 | 55 | 372 | 112 | 122 | 0 | 2 | 366 | 137 | 72 |
| Binary | 1000010 | 101101 | 11111010 | 1001010 | 1010010 | 0 | 10 | 11110110 | 1011111 | 111010 |
Color Harmonies of #422DFA
Complementary color
Monochromatic Colors of #422DFA
Black with #422DFA
Text Example
Text Example
White with #422DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DFA; }
p { color: rgb(66,45,250); }
H1.HeaderClassName
{
color: #422DFA;
}
.AnyTagClassName
{
color: #422DFA;
}
</style>
background-color css
<style>
a { background-color: #422DFA; }
a { background-color: rgb(66,45,250); }
div.DivClassName
{
background-color: #422DFA;
}
.BgClassName
{
background-color: #422DFA;
}
</style>
border-color css
<style>
span { border-color: #422DFA; }
span { border-color: rgb(66,45,250); }
td.TdClassName
{
border-color: #422DFA;
}
.TagClassName
{
border-color: #422DFA;
}
</style>