Shades of Han Purple #3022F2
Tints of Han Purple #3022F2
RGB
CMYK
RGB Variations
Color information
#3022F2 (or 0x3022F2) is known color: Han Purple. HEX triplet: 30, 22 and F2. RGB value is (48,34,242). Sum of RGB (Red+Green+Blue) = 48+34+242=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #3022F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3022F2 is #CFDD0D. Grayscale: #3D3D3D. Windows color (decimal): -13622542 or 15868464. OLE color: 15868464.
HSL color Cylindrical-coordinate representation of color #3022F2: hue angle of 244.04º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3022F2 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 34 | 242 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.05 |
| HSL | 244.04º | 0.89% | 0.54% | - |
| HSV(B) | 244.04º | 0.86% | 0.95% | - |
| XYZ | 17.82 | 8.18 | 84.64 | - |
| YUV | 61.9 | 229.64 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 242 | 0.80 | 0.86 | 0 | 0.05 | 244.04 | 0.89 | 0.54 |
| Hex | 30 | 22 | F2 | 50 | 56 | 0 | 5 | F4 | 59 | 36 |
| Octal | 60 | 42 | 362 | 120 | 126 | 0 | 5 | 364 | 131 | 66 |
| Binary | 110000 | 100010 | 11110010 | 1010000 | 1010110 | 0 | 101 | 11110100 | 1011001 | 110110 |
Color Harmonies of #3022F2
Complementary color
Monochromatic Colors of #3022F2
Black with #3022F2
Text Example
Text Example
White with #3022F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022F2; }
p { color: rgb(48,34,242); }
H1.HeaderClassName
{
color: #3022F2;
}
.AnyTagClassName
{
color: #3022F2;
}
</style>
background-color css
<style>
a { background-color: #3022F2; }
a { background-color: rgb(48,34,242); }
div.DivClassName
{
background-color: #3022F2;
}
.BgClassName
{
background-color: #3022F2;
}
</style>
border-color css
<style>
span { border-color: #3022F2; }
span { border-color: rgb(48,34,242); }
td.TdClassName
{
border-color: #3022F2;
}
.TagClassName
{
border-color: #3022F2;
}
</style>