Shades of Han Purple #3F02CD
Tints of Han Purple #3F02CD
RGB
CMYK
RGB Variations
Color information
#3F02CD (or 0x3F02CD) is known color: Han Purple. HEX triplet: 3F, 02 and CD. RGB value is (63,2,205). Sum of RGB (Red+Green+Blue) = 63+2+205=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02CD is #C0FD32. Grayscale: #2A2A2A. Windows color (decimal): -12647731 or 13435455. OLE color: 13435455.
HSL color Cylindrical-coordinate representation of color #3F02CD: hue angle of 258.03º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02CD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 2 | 205 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.20 |
| HSL | 258.03º | 0.98% | 0.41% | - |
| HSV(B) | 258.03º | 0.99% | 0.8% | - |
| XYZ | 13.09 | 5.51 | 58.13 | - |
| YUV | 43.38 | 219.21 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 205 | 0.69 | 0.99 | 0 | 0.20 | 258.03 | 0.98 | 0.41 |
| Hex | 3F | 2 | CD | 45 | 63 | 0 | 14 | 102 | 62 | 29 |
| Octal | 77 | 2 | 315 | 105 | 143 | 0 | 24 | 402 | 142 | 51 |
| Binary | 111111 | 10 | 11001101 | 1000101 | 1100011 | 0 | 10100 | 100000010 | 1100010 | 101001 |
Color Harmonies of #3F02CD
Complementary color
Monochromatic Colors of #3F02CD
Black with #3F02CD
Text Example
Text Example
White with #3F02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F02CD; }
p { color: rgb(63,2,205); }
H1.HeaderClassName
{
color: #3F02CD;
}
.AnyTagClassName
{
color: #3F02CD;
}
</style>
background-color css
<style>
a { background-color: #3F02CD; }
a { background-color: rgb(63,2,205); }
div.DivClassName
{
background-color: #3F02CD;
}
.BgClassName
{
background-color: #3F02CD;
}
</style>
border-color css
<style>
span { border-color: #3F02CD; }
span { border-color: rgb(63,2,205); }
td.TdClassName
{
border-color: #3F02CD;
}
.TagClassName
{
border-color: #3F02CD;
}
</style>