Shades of Han Purple #422FFD
Tints of Han Purple #422FFD
RGB
CMYK
RGB Variations
Color information
#422FFD (or 0x422FFD) is known color: Han Purple. HEX triplet: 42, 2F and FD. RGB value is (66,47,253). Sum of RGB (Red+Green+Blue) = 66+47+253=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #422FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FFD is #BDD002. Grayscale: #4B4B4B. Windows color (decimal): -12439555 or 16592706. OLE color: 16592706.
HSL color Cylindrical-coordinate representation of color #422FFD: hue angle of 245.53º degrees, saturation: 0.98, 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 #422FFD is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 47 | 253 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.01 |
| HSL | 245.53º | 0.98% | 0.59% | - |
| HSV(B) | 245.53º | 0.81% | 0.99% | - |
| XYZ | 20.99 | 10.28 | 93.81 | - |
| YUV | 76.17 | 227.79 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 253 | 0.74 | 0.81 | 0 | 0.01 | 245.53 | 0.98 | 0.59 |
| Hex | 42 | 2F | FD | 4A | 51 | 0 | 1 | F6 | 62 | 3B |
| Octal | 102 | 57 | 375 | 112 | 121 | 0 | 1 | 366 | 142 | 73 |
| Binary | 1000010 | 101111 | 11111101 | 1001010 | 1010001 | 0 | 1 | 11110110 | 1100010 | 111011 |
Color Harmonies of #422FFD
Complementary color
Monochromatic Colors of #422FFD
Black with #422FFD
Text Example
Text Example
White with #422FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FFD; }
p { color: rgb(66,47,253); }
H1.HeaderClassName
{
color: #422FFD;
}
.AnyTagClassName
{
color: #422FFD;
}
</style>
background-color css
<style>
a { background-color: #422FFD; }
a { background-color: rgb(66,47,253); }
div.DivClassName
{
background-color: #422FFD;
}
.BgClassName
{
background-color: #422FFD;
}
</style>
border-color css
<style>
span { border-color: #422FFD; }
span { border-color: rgb(66,47,253); }
td.TdClassName
{
border-color: #422FFD;
}
.TagClassName
{
border-color: #422FFD;
}
</style>