Shades of Han Purple #3F09E8
Tints of Han Purple #3F09E8
RGB
CMYK
RGB Variations
Color information
#3F09E8 (or 0x3F09E8) is known color: Han Purple. HEX triplet: 3F, 09 and E8. RGB value is (63,9,232). Sum of RGB (Red+Green+Blue) = 63+9+232=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 232 (91.02% from 255 or 76.32% from 304); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F09E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F09E8 is #C0F617. Grayscale: #313131. Windows color (decimal): -12645912 or 15206719. OLE color: 15206719.
HSL color Cylindrical-coordinate representation of color #3F09E8: hue angle of 254.53º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09E8 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 9 | 232 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.09 |
| HSL | 254.53º | 0.93% | 0.47% | - |
| HSV(B) | 254.53º | 0.96% | 0.91% | - |
| XYZ | 16.71 | 7.08 | 76.83 | - |
| YUV | 50.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 232 | 0.73 | 0.96 | 0 | 0.09 | 254.53 | 0.93 | 0.47 |
| Hex | 3F | 9 | E8 | 49 | 60 | 0 | 9 | FF | 5D | 2F |
| Octal | 77 | 11 | 350 | 111 | 140 | 0 | 11 | 377 | 135 | 57 |
| Binary | 111111 | 1001 | 11101000 | 1001001 | 1100000 | 0 | 1001 | 11111111 | 1011101 | 101111 |
Color Harmonies of #3F09E8
Complementary color
Monochromatic Colors of #3F09E8
Black with #3F09E8
Text Example
Text Example
White with #3F09E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09E8; }
p { color: rgb(63,9,232); }
H1.HeaderClassName
{
color: #3F09E8;
}
.AnyTagClassName
{
color: #3F09E8;
}
</style>
background-color css
<style>
a { background-color: #3F09E8; }
a { background-color: rgb(63,9,232); }
div.DivClassName
{
background-color: #3F09E8;
}
.BgClassName
{
background-color: #3F09E8;
}
</style>
border-color css
<style>
span { border-color: #3F09E8; }
span { border-color: rgb(63,9,232); }
td.TdClassName
{
border-color: #3F09E8;
}
.TagClassName
{
border-color: #3F09E8;
}
</style>