Shades of Han Purple #3022FA
Tints of Han Purple #3022FA
RGB
CMYK
RGB Variations
Color information
#3022FA (or 0x3022FA) is known color: Han Purple. HEX triplet: 30, 22 and FA. RGB value is (48,34,250). Sum of RGB (Red+Green+Blue) = 48+34+250=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #3022FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3022FA is #CFDD05. Grayscale: #3D3D3D. Windows color (decimal): -13622534 or 16392752. OLE color: 16392752.
HSL color Cylindrical-coordinate representation of color #3022FA: hue angle of 243.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3022FA is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 34 | 250 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.02 |
| HSL | 243.89º | 0.96% | 0.56% | - |
| HSV(B) | 243.89º | 0.86% | 0.98% | - |
| XYZ | 19.05 | 8.67 | 91.11 | - |
| YUV | 62.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 250 | 0.81 | 0.86 | 0 | 0.02 | 243.89 | 0.96 | 0.56 |
| Hex | 30 | 22 | FA | 51 | 56 | 0 | 2 | F4 | 60 | 38 |
| Octal | 60 | 42 | 372 | 121 | 126 | 0 | 2 | 364 | 140 | 70 |
| Binary | 110000 | 100010 | 11111010 | 1010001 | 1010110 | 0 | 10 | 11110100 | 1100000 | 111000 |
Color Harmonies of #3022FA
Complementary color
Monochromatic Colors of #3022FA
Black with #3022FA
Text Example
Text Example
White with #3022FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022FA; }
p { color: rgb(48,34,250); }
H1.HeaderClassName
{
color: #3022FA;
}
.AnyTagClassName
{
color: #3022FA;
}
</style>
background-color css
<style>
a { background-color: #3022FA; }
a { background-color: rgb(48,34,250); }
div.DivClassName
{
background-color: #3022FA;
}
.BgClassName
{
background-color: #3022FA;
}
</style>
border-color css
<style>
span { border-color: #3022FA; }
span { border-color: rgb(48,34,250); }
td.TdClassName
{
border-color: #3022FA;
}
.TagClassName
{
border-color: #3022FA;
}
</style>