Shades of Han Purple #422CFF
Tints of Han Purple #422CFF
RGB
CMYK
RGB Variations
Color information
#422CFF (or 0x422CFF) is known color: Han Purple. HEX triplet: 42, 2C and FF. RGB value is (66,44,255). Sum of RGB (Red+Green+Blue) = 66+44+255=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #422CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422CFF is #BDD300. Grayscale: #494949. Windows color (decimal): -12440321 or 16723010. OLE color: 16723010.
HSL color Cylindrical-coordinate representation of color #422CFF: hue angle of 246.26º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422CFF is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 44 | 255 | - |
| CMYK | 0.74 | 0.83 | 0 | 0 |
| HSL | 246.26º | 1% | 0.59% | - |
| HSV(B) | 246.26º | 0.83% | 1% | - |
| XYZ | 21.2 | 10.18 | 95.46 | - |
| YUV | 74.63 | 229.79 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 255 | 0.74 | 0.83 | 0 | 0 | 246.26 | 1 | 0.59 |
| Hex | 42 | 2C | FF | 4A | 53 | 0 | 0 | F6 | 64 | 3B |
| Octal | 102 | 54 | 377 | 112 | 123 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000010 | 101100 | 11111111 | 1001010 | 1010011 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #422CFF
Complementary color
Monochromatic Colors of #422CFF
Black with #422CFF
Text Example
Text Example
White with #422CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CFF; }
p { color: rgb(66,44,255); }
H1.HeaderClassName
{
color: #422CFF;
}
.AnyTagClassName
{
color: #422CFF;
}
</style>
background-color css
<style>
a { background-color: #422CFF; }
a { background-color: rgb(66,44,255); }
div.DivClassName
{
background-color: #422CFF;
}
.BgClassName
{
background-color: #422CFF;
}
</style>
border-color css
<style>
span { border-color: #422CFF; }
span { border-color: rgb(66,44,255); }
td.TdClassName
{
border-color: #422CFF;
}
.TagClassName
{
border-color: #422CFF;
}
</style>