Shades of Han Purple #3E22FF
Tints of Han Purple #3E22FF
RGB
CMYK
RGB Variations
Color information
#3E22FF (or 0x3E22FF) is known color: Han Purple. HEX triplet: 3E, 22 and FF. RGB value is (62,34,255). Sum of RGB (Red+Green+Blue) = 62+34+255=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E22FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E22FF is #C1DD00. Grayscale: #424242. Windows color (decimal): -12705025 or 16720446. OLE color: 16720446.
HSL color Cylindrical-coordinate representation of color #3E22FF: hue angle of 247.6º 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 #3E22FF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 34 | 255 | - |
| CMYK | 0.76 | 0.87 | 0 | 0 |
| HSL | 247.6º | 1% | 0.57% | - |
| HSV(B) | 247.6º | 0.87% | 1% | - |
| XYZ | 20.61 | 9.39 | 95.33 | - |
| YUV | 67.57 | 233.78 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 255 | 0.76 | 0.87 | 0 | 0 | 247.6 | 1 | 0.57 |
| Hex | 3E | 22 | FF | 4C | 57 | 0 | 0 | F8 | 64 | 39 |
| Octal | 76 | 42 | 377 | 114 | 127 | 0 | 0 | 370 | 144 | 71 |
| Binary | 111110 | 100010 | 11111111 | 1001100 | 1010111 | 0 | 0 | 11111000 | 1100100 | 111001 |
Color Harmonies of #3E22FF
Complementary color
Monochromatic Colors of #3E22FF
Black with #3E22FF
Text Example
Text Example
White with #3E22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22FF; }
p { color: rgb(62,34,255); }
H1.HeaderClassName
{
color: #3E22FF;
}
.AnyTagClassName
{
color: #3E22FF;
}
</style>
background-color css
<style>
a { background-color: #3E22FF; }
a { background-color: rgb(62,34,255); }
div.DivClassName
{
background-color: #3E22FF;
}
.BgClassName
{
background-color: #3E22FF;
}
</style>
border-color css
<style>
span { border-color: #3E22FF; }
span { border-color: rgb(62,34,255); }
td.TdClassName
{
border-color: #3E22FF;
}
.TagClassName
{
border-color: #3E22FF;
}
</style>