Shades of Han Purple #3F05CC
Tints of Han Purple #3F05CC
RGB
CMYK
RGB Variations
Color information
#3F05CC (or 0x3F05CC) is known color: Han Purple. HEX triplet: 3F, 05 and CC. RGB value is (63,5,204). Sum of RGB (Red+Green+Blue) = 63+5+204=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F05CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05CC is #C0FA33. Grayscale: #2C2C2C. Windows color (decimal): -12646964 or 13370687. OLE color: 13370687.
HSL color Cylindrical-coordinate representation of color #3F05CC: hue angle of 257.49º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05CC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 5 | 204 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.2 |
| HSL | 257.49º | 0.95% | 0.41% | - |
| HSV(B) | 257.49º | 0.98% | 0.8% | - |
| XYZ | 13 | 5.52 | 57.51 | - |
| YUV | 45.03 | 217.72 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 204 | 0.69 | 0.98 | 0 | 0.2 | 257.49 | 0.95 | 0.41 |
| Hex | 3F | 5 | CC | 45 | 62 | 0 | 14 | 101 | 5F | 29 |
| Octal | 77 | 5 | 314 | 105 | 142 | 0 | 24 | 401 | 137 | 51 |
| Binary | 111111 | 101 | 11001100 | 1000101 | 1100010 | 0 | 10100 | 100000001 | 1011111 | 101001 |
Color Harmonies of #3F05CC
Complementary color
Monochromatic Colors of #3F05CC
Black with #3F05CC
Text Example
Text Example
White with #3F05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05CC; }
p { color: rgb(63,5,204); }
H1.HeaderClassName
{
color: #3F05CC;
}
.AnyTagClassName
{
color: #3F05CC;
}
</style>
background-color css
<style>
a { background-color: #3F05CC; }
a { background-color: rgb(63,5,204); }
div.DivClassName
{
background-color: #3F05CC;
}
.BgClassName
{
background-color: #3F05CC;
}
</style>
border-color css
<style>
span { border-color: #3F05CC; }
span { border-color: rgb(63,5,204); }
td.TdClassName
{
border-color: #3F05CC;
}
.TagClassName
{
border-color: #3F05CC;
}
</style>