Shades of Han Purple #3622FA
Tints of Han Purple #3622FA
RGB
CMYK
RGB Variations
Color information
#3622FA (or 0x3622FA) is known color: Han Purple. HEX triplet: 36, 22 and FA. RGB value is (54,34,250). Sum of RGB (Red+Green+Blue) = 54+34+250=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #3622FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3622FA is #C9DD05. Grayscale: #3F3F3F. Windows color (decimal): -13229318 or 16392758. OLE color: 16392758.
HSL color Cylindrical-coordinate representation of color #3622FA: hue angle of 245.56º 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 #3622FA is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 34 | 250 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.02 |
| HSL | 245.56º | 0.96% | 0.56% | - |
| HSV(B) | 245.56º | 0.86% | 0.98% | - |
| XYZ | 19.35 | 8.83 | 91.13 | - |
| YUV | 64.6 | 232.63 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 250 | 0.78 | 0.86 | 0 | 0.02 | 245.56 | 0.96 | 0.56 |
| Hex | 36 | 22 | FA | 4E | 56 | 0 | 2 | F6 | 60 | 38 |
| Octal | 66 | 42 | 372 | 116 | 126 | 0 | 2 | 366 | 140 | 70 |
| Binary | 110110 | 100010 | 11111010 | 1001110 | 1010110 | 0 | 10 | 11110110 | 1100000 | 111000 |
Color Harmonies of #3622FA
Complementary color
Monochromatic Colors of #3622FA
Black with #3622FA
Text Example
Text Example
White with #3622FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3622FA; }
p { color: rgb(54,34,250); }
H1.HeaderClassName
{
color: #3622FA;
}
.AnyTagClassName
{
color: #3622FA;
}
</style>
background-color css
<style>
a { background-color: #3622FA; }
a { background-color: rgb(54,34,250); }
div.DivClassName
{
background-color: #3622FA;
}
.BgClassName
{
background-color: #3622FA;
}
</style>
border-color css
<style>
span { border-color: #3622FA; }
span { border-color: rgb(54,34,250); }
td.TdClassName
{
border-color: #3622FA;
}
.TagClassName
{
border-color: #3622FA;
}
</style>