Shades of Han Purple #422AFC
Tints of Han Purple #422AFC
RGB
CMYK
RGB Variations
Color information
#422AFC (or 0x422AFC) is known color: Han Purple. HEX triplet: 42, 2A and FC. RGB value is (66,42,252). Sum of RGB (Red+Green+Blue) = 66+42+252=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #422AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AFC is #BDD503. Grayscale: #484848. Windows color (decimal): -12440836 or 16525890. OLE color: 16525890.
HSL color Cylindrical-coordinate representation of color #422AFC: hue angle of 246.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422AFC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 42 | 252 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.01 |
| HSL | 246.86º | 0.97% | 0.58% | - |
| HSV(B) | 246.86º | 0.83% | 0.99% | - |
| XYZ | 20.65 | 9.84 | 92.91 | - |
| YUV | 73.12 | 228.95 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 252 | 0.74 | 0.83 | 0 | 0.01 | 246.86 | 0.97 | 0.58 |
| Hex | 42 | 2A | FC | 4A | 53 | 0 | 1 | F7 | 61 | 3A |
| Octal | 102 | 52 | 374 | 112 | 123 | 0 | 1 | 367 | 141 | 72 |
| Binary | 1000010 | 101010 | 11111100 | 1001010 | 1010011 | 0 | 1 | 11110111 | 1100001 | 111010 |
Color Harmonies of #422AFC
Complementary color
Monochromatic Colors of #422AFC
Black with #422AFC
Text Example
Text Example
White with #422AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AFC; }
p { color: rgb(66,42,252); }
H1.HeaderClassName
{
color: #422AFC;
}
.AnyTagClassName
{
color: #422AFC;
}
</style>
background-color css
<style>
a { background-color: #422AFC; }
a { background-color: rgb(66,42,252); }
div.DivClassName
{
background-color: #422AFC;
}
.BgClassName
{
background-color: #422AFC;
}
</style>
border-color css
<style>
span { border-color: #422AFC; }
span { border-color: rgb(66,42,252); }
td.TdClassName
{
border-color: #422AFC;
}
.TagClassName
{
border-color: #422AFC;
}
</style>