Shades of Han Purple #3F05CF
Tints of Han Purple #3F05CF
RGB
CMYK
RGB Variations
Color information
#3F05CF (or 0x3F05CF) is known color: Han Purple. HEX triplet: 3F, 05 and CF. RGB value is (63,5,207). Sum of RGB (Red+Green+Blue) = 63+5+207=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F05CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05CF is #C0FA30. Grayscale: #2C2C2C. Windows color (decimal): -12646961 or 13567295. OLE color: 13567295.
HSL color Cylindrical-coordinate representation of color #3F05CF: hue angle of 257.23º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05CF is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 5 | 207 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.19 |
| HSL | 257.23º | 0.95% | 0.42% | - |
| HSV(B) | 257.23º | 0.98% | 0.81% | - |
| XYZ | 13.37 | 5.67 | 59.42 | - |
| YUV | 45.37 | 219.22 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 207 | 0.70 | 0.98 | 0 | 0.19 | 257.23 | 0.95 | 0.42 |
| Hex | 3F | 5 | CF | 46 | 62 | 0 | 13 | 101 | 5F | 2A |
| Octal | 77 | 5 | 317 | 106 | 142 | 0 | 23 | 401 | 137 | 52 |
| Binary | 111111 | 101 | 11001111 | 1000110 | 1100010 | 0 | 10011 | 100000001 | 1011111 | 101010 |
Color Harmonies of #3F05CF
Complementary color
Monochromatic Colors of #3F05CF
Black with #3F05CF
Text Example
Text Example
White with #3F05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05CF; }
p { color: rgb(63,5,207); }
H1.HeaderClassName
{
color: #3F05CF;
}
.AnyTagClassName
{
color: #3F05CF;
}
</style>
background-color css
<style>
a { background-color: #3F05CF; }
a { background-color: rgb(63,5,207); }
div.DivClassName
{
background-color: #3F05CF;
}
.BgClassName
{
background-color: #3F05CF;
}
</style>
border-color css
<style>
span { border-color: #3F05CF; }
span { border-color: rgb(63,5,207); }
td.TdClassName
{
border-color: #3F05CF;
}
.TagClassName
{
border-color: #3F05CF;
}
</style>