Shades of Han Purple #422FEB
Tints of Han Purple #422FEB
RGB
CMYK
RGB Variations
Color information
#422FEB (or 0x422FEB) is known color: Han Purple. HEX triplet: 42, 2F and EB. RGB value is (66,47,235). Sum of RGB (Red+Green+Blue) = 66+47+235=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #422FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FEB is #BDD014. Grayscale: #494949. Windows color (decimal): -12439573 or 15413058. OLE color: 15413058.
HSL color Cylindrical-coordinate representation of color #422FEB: hue angle of 246.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422FEB is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 47 | 235 | - |
| CMYK | 0.72 | 0.8 | 0 | 0.08 |
| HSL | 246.06º | 0.82% | 0.55% | - |
| HSV(B) | 246.06º | 0.8% | 0.92% | - |
| XYZ | 18.26 | 9.19 | 79.41 | - |
| YUV | 74.11 | 218.79 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 235 | 0.72 | 0.8 | 0 | 0.08 | 246.06 | 0.82 | 0.55 |
| Hex | 42 | 2F | EB | 48 | 50 | 0 | 8 | F6 | 52 | 37 |
| Octal | 102 | 57 | 353 | 110 | 120 | 0 | 10 | 366 | 122 | 67 |
| Binary | 1000010 | 101111 | 11101011 | 1001000 | 1010000 | 0 | 1000 | 11110110 | 1010010 | 110111 |
Color Harmonies of #422FEB
Complementary color
Monochromatic Colors of #422FEB
Black with #422FEB
Text Example
Text Example
White with #422FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FEB; }
p { color: rgb(66,47,235); }
H1.HeaderClassName
{
color: #422FEB;
}
.AnyTagClassName
{
color: #422FEB;
}
</style>
background-color css
<style>
a { background-color: #422FEB; }
a { background-color: rgb(66,47,235); }
div.DivClassName
{
background-color: #422FEB;
}
.BgClassName
{
background-color: #422FEB;
}
</style>
border-color css
<style>
span { border-color: #422FEB; }
span { border-color: rgb(66,47,235); }
td.TdClassName
{
border-color: #422FEB;
}
.TagClassName
{
border-color: #422FEB;
}
</style>