Shades of Han Purple #3F26DC
Tints of Han Purple #3F26DC
RGB
CMYK
RGB Variations
Color information
#3F26DC (or 0x3F26DC) is known color: Han Purple. HEX triplet: 3F, 26 and DC. RGB value is (63,38,220). Sum of RGB (Red+Green+Blue) = 63+38+220=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F26DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F26DC is #C0D923. Grayscale: #414141. Windows color (decimal): -12638500 or 14427711. OLE color: 14427711.
HSL color Cylindrical-coordinate representation of color #3F26DC: hue angle of 248.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F26DC is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 38 | 220 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.14 |
| HSL | 248.24º | 0.72% | 0.51% | - |
| HSV(B) | 248.24º | 0.83% | 0.86% | - |
| XYZ | 15.66 | 7.61 | 68.35 | - |
| YUV | 66.22 | 214.78 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 220 | 0.71 | 0.83 | 0 | 0.14 | 248.24 | 0.72 | 0.51 |
| Hex | 3F | 26 | DC | 47 | 53 | 0 | E | F8 | 48 | 33 |
| Octal | 77 | 46 | 334 | 107 | 123 | 0 | 16 | 370 | 110 | 63 |
| Binary | 111111 | 100110 | 11011100 | 1000111 | 1010011 | 0 | 1110 | 11111000 | 1001000 | 110011 |
Color Harmonies of #3F26DC
Complementary color
Monochromatic Colors of #3F26DC
Black with #3F26DC
Text Example
Text Example
White with #3F26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26DC; }
p { color: rgb(63,38,220); }
H1.HeaderClassName
{
color: #3F26DC;
}
.AnyTagClassName
{
color: #3F26DC;
}
</style>
background-color css
<style>
a { background-color: #3F26DC; }
a { background-color: rgb(63,38,220); }
div.DivClassName
{
background-color: #3F26DC;
}
.BgClassName
{
background-color: #3F26DC;
}
</style>
border-color css
<style>
span { border-color: #3F26DC; }
span { border-color: rgb(63,38,220); }
td.TdClassName
{
border-color: #3F26DC;
}
.TagClassName
{
border-color: #3F26DC;
}
</style>