Shades of Han Purple #3F26DD
Tints of Han Purple #3F26DD
RGB
CMYK
RGB Variations
Color information
#3F26DD (or 0x3F26DD) is known color: Han Purple. HEX triplet: 3F, 26 and DD. RGB value is (63,38,221). Sum of RGB (Red+Green+Blue) = 63+38+221=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F26DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F26DD is #C0D922. Grayscale: #414141. Windows color (decimal): -12638499 or 14493247. OLE color: 14493247.
HSL color Cylindrical-coordinate representation of color #3F26DD: hue angle of 248.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F26DD is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 38 | 221 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.13 |
| HSL | 248.2º | 0.73% | 0.51% | - |
| HSV(B) | 248.2º | 0.83% | 0.87% | - |
| XYZ | 15.79 | 7.66 | 69.05 | - |
| YUV | 66.34 | 215.28 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 221 | 0.71 | 0.83 | 0 | 0.13 | 248.2 | 0.73 | 0.51 |
| Hex | 3F | 26 | DD | 47 | 53 | 0 | D | F8 | 49 | 33 |
| Octal | 77 | 46 | 335 | 107 | 123 | 0 | 15 | 370 | 111 | 63 |
| Binary | 111111 | 100110 | 11011101 | 1000111 | 1010011 | 0 | 1101 | 11111000 | 1001001 | 110011 |
Color Harmonies of #3F26DD
Complementary color
Monochromatic Colors of #3F26DD
Black with #3F26DD
Text Example
Text Example
White with #3F26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26DD; }
p { color: rgb(63,38,221); }
H1.HeaderClassName
{
color: #3F26DD;
}
.AnyTagClassName
{
color: #3F26DD;
}
</style>
background-color css
<style>
a { background-color: #3F26DD; }
a { background-color: rgb(63,38,221); }
div.DivClassName
{
background-color: #3F26DD;
}
.BgClassName
{
background-color: #3F26DD;
}
</style>
border-color css
<style>
span { border-color: #3F26DD; }
span { border-color: rgb(63,38,221); }
td.TdClassName
{
border-color: #3F26DD;
}
.TagClassName
{
border-color: #3F26DD;
}
</style>