Shades of Han Purple #3626FA
Tints of Han Purple #3626FA
RGB
CMYK
RGB Variations
Color information
#3626FA (or 0x3626FA) is known color: Han Purple. HEX triplet: 36, 26 and FA. RGB value is (54,38,250). Sum of RGB (Red+Green+Blue) = 54+38+250=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #3626FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3626FA is #C9D905. Grayscale: #424242. Windows color (decimal): -13228294 or 16393782. OLE color: 16393782.
HSL color Cylindrical-coordinate representation of color #3626FA: hue angle of 244.53º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3626FA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 38 | 250 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.02 |
| HSL | 244.53º | 0.95% | 0.56% | - |
| HSV(B) | 244.53º | 0.85% | 0.98% | - |
| XYZ | 19.47 | 9.07 | 91.17 | - |
| YUV | 66.95 | 231.3 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 250 | 0.78 | 0.85 | 0 | 0.02 | 244.53 | 0.95 | 0.56 |
| Hex | 36 | 26 | FA | 4E | 55 | 0 | 2 | F5 | 5F | 38 |
| Octal | 66 | 46 | 372 | 116 | 125 | 0 | 2 | 365 | 137 | 70 |
| Binary | 110110 | 100110 | 11111010 | 1001110 | 1010101 | 0 | 10 | 11110101 | 1011111 | 111000 |
Color Harmonies of #3626FA
Complementary color
Monochromatic Colors of #3626FA
Black with #3626FA
Text Example
Text Example
White with #3626FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3626FA; }
p { color: rgb(54,38,250); }
H1.HeaderClassName
{
color: #3626FA;
}
.AnyTagClassName
{
color: #3626FA;
}
</style>
background-color css
<style>
a { background-color: #3626FA; }
a { background-color: rgb(54,38,250); }
div.DivClassName
{
background-color: #3626FA;
}
.BgClassName
{
background-color: #3626FA;
}
</style>
border-color css
<style>
span { border-color: #3626FA; }
span { border-color: rgb(54,38,250); }
td.TdClassName
{
border-color: #3626FA;
}
.TagClassName
{
border-color: #3626FA;
}
</style>