Shades of Han Purple #422BFC
Tints of Han Purple #422BFC
RGB
CMYK
RGB Variations
Color information
#422BFC (or 0x422BFC) is known color: Han Purple. HEX triplet: 42, 2B and FC. RGB value is (66,43,252). Sum of RGB (Red+Green+Blue) = 66+43+252=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #422BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BFC is #BDD403. Grayscale: #484848. Windows color (decimal): -12440580 or 16526146. OLE color: 16526146.
HSL color Cylindrical-coordinate representation of color #422BFC: hue angle of 246.6º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422BFC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 43 | 252 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.01 |
| HSL | 246.6º | 0.97% | 0.58% | - |
| HSV(B) | 246.6º | 0.83% | 0.99% | - |
| XYZ | 20.68 | 9.91 | 92.92 | - |
| YUV | 73.7 | 228.62 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 252 | 0.74 | 0.83 | 0 | 0.01 | 246.6 | 0.97 | 0.58 |
| Hex | 42 | 2B | FC | 4A | 53 | 0 | 1 | F7 | 61 | 3A |
| Octal | 102 | 53 | 374 | 112 | 123 | 0 | 1 | 367 | 141 | 72 |
| Binary | 1000010 | 101011 | 11111100 | 1001010 | 1010011 | 0 | 1 | 11110111 | 1100001 | 111010 |
Color Harmonies of #422BFC
Complementary color
Monochromatic Colors of #422BFC
Black with #422BFC
Text Example
Text Example
White with #422BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BFC; }
p { color: rgb(66,43,252); }
H1.HeaderClassName
{
color: #422BFC;
}
.AnyTagClassName
{
color: #422BFC;
}
</style>
background-color css
<style>
a { background-color: #422BFC; }
a { background-color: rgb(66,43,252); }
div.DivClassName
{
background-color: #422BFC;
}
.BgClassName
{
background-color: #422BFC;
}
</style>
border-color css
<style>
span { border-color: #422BFC; }
span { border-color: rgb(66,43,252); }
td.TdClassName
{
border-color: #422BFC;
}
.TagClassName
{
border-color: #422BFC;
}
</style>