Shades of Han Purple #422BFF
Tints of Han Purple #422BFF
RGB
CMYK
RGB Variations
Color information
#422BFF (or 0x422BFF) is known color: Han Purple. HEX triplet: 42, 2B and FF. RGB value is (66,43,255). Sum of RGB (Red+Green+Blue) = 66+43+255=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #422BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BFF is #BDD400. Grayscale: #494949. Windows color (decimal): -12440577 or 16722754. OLE color: 16722754.
HSL color Cylindrical-coordinate representation of color #422BFF: hue angle of 246.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422BFF is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 43 | 255 | - |
| CMYK | 0.74 | 0.83 | 0 | 0 |
| HSL | 246.51º | 1% | 0.58% | - |
| HSV(B) | 246.51º | 0.83% | 1% | - |
| XYZ | 21.16 | 10.11 | 95.44 | - |
| YUV | 74.05 | 230.12 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 255 | 0.74 | 0.83 | 0 | 0 | 246.51 | 1 | 0.58 |
| Hex | 42 | 2B | FF | 4A | 53 | 0 | 0 | F7 | 64 | 3A |
| Octal | 102 | 53 | 377 | 112 | 123 | 0 | 0 | 367 | 144 | 72 |
| Binary | 1000010 | 101011 | 11111111 | 1001010 | 1010011 | 0 | 0 | 11110111 | 1100100 | 111010 |
Color Harmonies of #422BFF
Complementary color
Monochromatic Colors of #422BFF
Black with #422BFF
Text Example
Text Example
White with #422BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BFF; }
p { color: rgb(66,43,255); }
H1.HeaderClassName
{
color: #422BFF;
}
.AnyTagClassName
{
color: #422BFF;
}
</style>
background-color css
<style>
a { background-color: #422BFF; }
a { background-color: rgb(66,43,255); }
div.DivClassName
{
background-color: #422BFF;
}
.BgClassName
{
background-color: #422BFF;
}
</style>
border-color css
<style>
span { border-color: #422BFF; }
span { border-color: rgb(66,43,255); }
td.TdClassName
{
border-color: #422BFF;
}
.TagClassName
{
border-color: #422BFF;
}
</style>