Shades of Han Purple #422BFA
Tints of Han Purple #422BFA
RGB
CMYK
RGB Variations
Color information
#422BFA (or 0x422BFA) is known color: Han Purple. HEX triplet: 42, 2B and FA. RGB value is (66,43,250). Sum of RGB (Red+Green+Blue) = 66+43+250=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #422BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BFA is #BDD405. Grayscale: #484848. Windows color (decimal): -12440582 or 16395074. OLE color: 16395074.
HSL color Cylindrical-coordinate representation of color #422BFA: hue angle of 246.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422BFA is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 43 | 250 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.02 |
| HSL | 246.67º | 0.95% | 0.57% | - |
| HSV(B) | 246.67º | 0.83% | 0.98% | - |
| XYZ | 20.37 | 9.79 | 91.26 | - |
| YUV | 73.48 | 227.62 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 250 | 0.74 | 0.83 | 0 | 0.02 | 246.67 | 0.95 | 0.57 |
| Hex | 42 | 2B | FA | 4A | 53 | 0 | 2 | F7 | 5F | 39 |
| Octal | 102 | 53 | 372 | 112 | 123 | 0 | 2 | 367 | 137 | 71 |
| Binary | 1000010 | 101011 | 11111010 | 1001010 | 1010011 | 0 | 10 | 11110111 | 1011111 | 111001 |
Color Harmonies of #422BFA
Complementary color
Monochromatic Colors of #422BFA
Black with #422BFA
Text Example
Text Example
White with #422BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BFA; }
p { color: rgb(66,43,250); }
H1.HeaderClassName
{
color: #422BFA;
}
.AnyTagClassName
{
color: #422BFA;
}
</style>
background-color css
<style>
a { background-color: #422BFA; }
a { background-color: rgb(66,43,250); }
div.DivClassName
{
background-color: #422BFA;
}
.BgClassName
{
background-color: #422BFA;
}
</style>
border-color css
<style>
span { border-color: #422BFA; }
span { border-color: rgb(66,43,250); }
td.TdClassName
{
border-color: #422BFA;
}
.TagClassName
{
border-color: #422BFA;
}
</style>