Shades of Han Purple #3021FA
Tints of Han Purple #3021FA
RGB
CMYK
RGB Variations
Color information
#3021FA (or 0x3021FA) is known color: Han Purple. HEX triplet: 30, 21 and FA. RGB value is (48,33,250). Sum of RGB (Red+Green+Blue) = 48+33+250=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #3021FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3021FA is #CFDE05. Grayscale: #3D3D3D. Windows color (decimal): -13622790 or 16392496. OLE color: 16392496.
HSL color Cylindrical-coordinate representation of color #3021FA: hue angle of 244.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3021FA is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 33 | 250 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.02 |
| HSL | 244.15º | 0.96% | 0.55% | - |
| HSV(B) | 244.15º | 0.87% | 0.98% | - |
| XYZ | 19.02 | 8.62 | 91.1 | - |
| YUV | 62.22 | 233.97 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 250 | 0.81 | 0.87 | 0 | 0.02 | 244.15 | 0.96 | 0.55 |
| Hex | 30 | 21 | FA | 51 | 57 | 0 | 2 | F4 | 60 | 37 |
| Octal | 60 | 41 | 372 | 121 | 127 | 0 | 2 | 364 | 140 | 67 |
| Binary | 110000 | 100001 | 11111010 | 1010001 | 1010111 | 0 | 10 | 11110100 | 1100000 | 110111 |
Color Harmonies of #3021FA
Complementary color
Monochromatic Colors of #3021FA
Black with #3021FA
Text Example
Text Example
White with #3021FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3021FA; }
p { color: rgb(48,33,250); }
H1.HeaderClassName
{
color: #3021FA;
}
.AnyTagClassName
{
color: #3021FA;
}
</style>
background-color css
<style>
a { background-color: #3021FA; }
a { background-color: rgb(48,33,250); }
div.DivClassName
{
background-color: #3021FA;
}
.BgClassName
{
background-color: #3021FA;
}
</style>
border-color css
<style>
span { border-color: #3021FA; }
span { border-color: rgb(48,33,250); }
td.TdClassName
{
border-color: #3021FA;
}
.TagClassName
{
border-color: #3021FA;
}
</style>