Shades of Han Purple #3F22FF
Tints of Han Purple #3F22FF
RGB
CMYK
RGB Variations
Color information
#3F22FF (or 0x3F22FF) is known color: Han Purple. HEX triplet: 3F, 22 and FF. RGB value is (63,34,255). Sum of RGB (Red+Green+Blue) = 63+34+255=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F22FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F22FF is #C0DD00. Grayscale: #434343. Windows color (decimal): -12639489 or 16720447. OLE color: 16720447.
HSL color Cylindrical-coordinate representation of color #3F22FF: hue angle of 247.87º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F22FF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 34 | 255 | - |
| CMYK | 0.75 | 0.87 | 0 | 0 |
| HSL | 247.87º | 1% | 0.57% | - |
| HSV(B) | 247.87º | 0.87% | 1% | - |
| XYZ | 20.67 | 9.42 | 95.34 | - |
| YUV | 67.87 | 233.61 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 255 | 0.75 | 0.87 | 0 | 0 | 247.87 | 1 | 0.57 |
| Hex | 3F | 22 | FF | 4B | 57 | 0 | 0 | F8 | 64 | 39 |
| Octal | 77 | 42 | 377 | 113 | 127 | 0 | 0 | 370 | 144 | 71 |
| Binary | 111111 | 100010 | 11111111 | 1001011 | 1010111 | 0 | 0 | 11111000 | 1100100 | 111001 |
Color Harmonies of #3F22FF
Complementary color
Monochromatic Colors of #3F22FF
Black with #3F22FF
Text Example
Text Example
White with #3F22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F22FF; }
p { color: rgb(63,34,255); }
H1.HeaderClassName
{
color: #3F22FF;
}
.AnyTagClassName
{
color: #3F22FF;
}
</style>
background-color css
<style>
a { background-color: #3F22FF; }
a { background-color: rgb(63,34,255); }
div.DivClassName
{
background-color: #3F22FF;
}
.BgClassName
{
background-color: #3F22FF;
}
</style>
border-color css
<style>
span { border-color: #3F22FF; }
span { border-color: rgb(63,34,255); }
td.TdClassName
{
border-color: #3F22FF;
}
.TagClassName
{
border-color: #3F22FF;
}
</style>