Shades of Han Purple #422FFF
Tints of Han Purple #422FFF
RGB
CMYK
RGB Variations
Color information
#422FFF (or 0x422FFF) is known color: Han Purple. HEX triplet: 42, 2F and FF. RGB value is (66,47,255). Sum of RGB (Red+Green+Blue) = 66+47+255=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #422FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FFF is #BDD000. Grayscale: #4B4B4B. Windows color (decimal): -12439553 or 16723778. OLE color: 16723778.
HSL color Cylindrical-coordinate representation of color #422FFF: hue angle of 245.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422FFF is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 47 | 255 | - |
| CMYK | 0.74 | 0.82 | 0 | 0 |
| HSL | 245.48º | 1% | 0.59% | - |
| HSV(B) | 245.48º | 0.82% | 1% | - |
| XYZ | 21.31 | 10.41 | 95.49 | - |
| YUV | 76.39 | 228.79 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 255 | 0.74 | 0.82 | 0 | 0 | 245.48 | 1 | 0.59 |
| Hex | 42 | 2F | FF | 4A | 52 | 0 | 0 | F5 | 64 | 3B |
| Octal | 102 | 57 | 377 | 112 | 122 | 0 | 0 | 365 | 144 | 73 |
| Binary | 1000010 | 101111 | 11111111 | 1001010 | 1010010 | 0 | 0 | 11110101 | 1100100 | 111011 |
Color Harmonies of #422FFF
Complementary color
Monochromatic Colors of #422FFF
Black with #422FFF
Text Example
Text Example
White with #422FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FFF; }
p { color: rgb(66,47,255); }
H1.HeaderClassName
{
color: #422FFF;
}
.AnyTagClassName
{
color: #422FFF;
}
</style>
background-color css
<style>
a { background-color: #422FFF; }
a { background-color: rgb(66,47,255); }
div.DivClassName
{
background-color: #422FFF;
}
.BgClassName
{
background-color: #422FFF;
}
</style>
border-color css
<style>
span { border-color: #422FFF; }
span { border-color: rgb(66,47,255); }
td.TdClassName
{
border-color: #422FFF;
}
.TagClassName
{
border-color: #422FFF;
}
</style>