Shades of Han Purple #3421FB
Tints of Han Purple #3421FB
RGB
CMYK
RGB Variations
Color information
#3421FB (or 0x3421FB) is known color: Han Purple. HEX triplet: 34, 21 and FB. RGB value is (52,33,251). Sum of RGB (Red+Green+Blue) = 52+33+251=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #3421FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3421FB is #CBDE04. Grayscale: #3E3E3E. Windows color (decimal): -13360645 or 16458036. OLE color: 16458036.
HSL color Cylindrical-coordinate representation of color #3421FB: hue angle of 245.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3421FB is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 33 | 251 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.02 |
| HSL | 245.23º | 0.96% | 0.56% | - |
| HSV(B) | 245.23º | 0.87% | 0.98% | - |
| XYZ | 19.37 | 8.78 | 91.94 | - |
| YUV | 63.53 | 233.79 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 251 | 0.79 | 0.87 | 0 | 0.02 | 245.23 | 0.96 | 0.56 |
| Hex | 34 | 21 | FB | 4F | 57 | 0 | 2 | F5 | 60 | 38 |
| Octal | 64 | 41 | 373 | 117 | 127 | 0 | 2 | 365 | 140 | 70 |
| Binary | 110100 | 100001 | 11111011 | 1001111 | 1010111 | 0 | 10 | 11110101 | 1100000 | 111000 |
Color Harmonies of #3421FB
Complementary color
Monochromatic Colors of #3421FB
Black with #3421FB
Text Example
Text Example
White with #3421FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3421FB; }
p { color: rgb(52,33,251); }
H1.HeaderClassName
{
color: #3421FB;
}
.AnyTagClassName
{
color: #3421FB;
}
</style>
background-color css
<style>
a { background-color: #3421FB; }
a { background-color: rgb(52,33,251); }
div.DivClassName
{
background-color: #3421FB;
}
.BgClassName
{
background-color: #3421FB;
}
</style>
border-color css
<style>
span { border-color: #3421FB; }
span { border-color: rgb(52,33,251); }
td.TdClassName
{
border-color: #3421FB;
}
.TagClassName
{
border-color: #3421FB;
}
</style>