Shades of Han Purple #422BFE
Tints of Han Purple #422BFE
RGB
CMYK
RGB Variations
Color information
#422BFE (or 0x422BFE) is known color: Han Purple. HEX triplet: 42, 2B and FE. RGB value is (66,43,254). Sum of RGB (Red+Green+Blue) = 66+43+254=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #422BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BFE is #BDD401. Grayscale: #494949. Windows color (decimal): -12440578 or 16657218. OLE color: 16657218.
HSL color Cylindrical-coordinate representation of color #422BFE: hue angle of 246.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422BFE is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 43 | 254 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.00 |
| HSL | 246.54º | 0.99% | 0.58% | - |
| HSV(B) | 246.54º | 0.83% | 1% | - |
| XYZ | 21 | 10.04 | 94.6 | - |
| YUV | 73.93 | 229.62 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 254 | 0.74 | 0.83 | 0 | 0.00 | 246.54 | 0.99 | 0.58 |
| Hex | 42 | 2B | FE | 4A | 53 | 0 | 0 | F7 | 63 | 3A |
| Octal | 102 | 53 | 376 | 112 | 123 | 0 | 0 | 367 | 143 | 72 |
| Binary | 1000010 | 101011 | 11111110 | 1001010 | 1010011 | 0 | 0 | 11110111 | 1100011 | 111010 |
Color Harmonies of #422BFE
Complementary color
Monochromatic Colors of #422BFE
Black with #422BFE
Text Example
Text Example
White with #422BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BFE; }
p { color: rgb(66,43,254); }
H1.HeaderClassName
{
color: #422BFE;
}
.AnyTagClassName
{
color: #422BFE;
}
</style>
background-color css
<style>
a { background-color: #422BFE; }
a { background-color: rgb(66,43,254); }
div.DivClassName
{
background-color: #422BFE;
}
.BgClassName
{
background-color: #422BFE;
}
</style>
border-color css
<style>
span { border-color: #422BFE; }
span { border-color: rgb(66,43,254); }
td.TdClassName
{
border-color: #422BFE;
}
.TagClassName
{
border-color: #422BFE;
}
</style>