Shades of Han Purple #422FFC
Tints of Han Purple #422FFC
RGB
CMYK
RGB Variations
Color information
#422FFC (or 0x422FFC) is known color: Han Purple. HEX triplet: 42, 2F and FC. RGB value is (66,47,252). Sum of RGB (Red+Green+Blue) = 66+47+252=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #422FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FFC is #BDD003. Grayscale: #4B4B4B. Windows color (decimal): -12439556 or 16527170. OLE color: 16527170.
HSL color Cylindrical-coordinate representation of color #422FFC: hue angle of 245.56º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422FFC is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 47 | 252 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.01 |
| HSL | 245.56º | 0.97% | 0.59% | - |
| HSV(B) | 245.56º | 0.81% | 0.99% | - |
| XYZ | 20.83 | 10.22 | 92.97 | - |
| YUV | 76.05 | 227.29 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 252 | 0.74 | 0.81 | 0 | 0.01 | 245.56 | 0.97 | 0.59 |
| Hex | 42 | 2F | FC | 4A | 51 | 0 | 1 | F6 | 61 | 3B |
| Octal | 102 | 57 | 374 | 112 | 121 | 0 | 1 | 366 | 141 | 73 |
| Binary | 1000010 | 101111 | 11111100 | 1001010 | 1010001 | 0 | 1 | 11110110 | 1100001 | 111011 |
Color Harmonies of #422FFC
Complementary color
Monochromatic Colors of #422FFC
Black with #422FFC
Text Example
Text Example
White with #422FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FFC; }
p { color: rgb(66,47,252); }
H1.HeaderClassName
{
color: #422FFC;
}
.AnyTagClassName
{
color: #422FFC;
}
</style>
background-color css
<style>
a { background-color: #422FFC; }
a { background-color: rgb(66,47,252); }
div.DivClassName
{
background-color: #422FFC;
}
.BgClassName
{
background-color: #422FFC;
}
</style>
border-color css
<style>
span { border-color: #422FFC; }
span { border-color: rgb(66,47,252); }
td.TdClassName
{
border-color: #422FFC;
}
.TagClassName
{
border-color: #422FFC;
}
</style>