Shades of Han Purple #3F03CA
Tints of Han Purple #3F03CA
RGB
CMYK
RGB Variations
Color information
#3F03CA (or 0x3F03CA) is known color: Han Purple. HEX triplet: 3F, 03 and CA. RGB value is (63,3,202). Sum of RGB (Red+Green+Blue) = 63+3+202=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F03CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03CA is #C0FC35. Grayscale: #2A2A2A. Windows color (decimal): -12647478 or 13239103. OLE color: 13239103.
HSL color Cylindrical-coordinate representation of color #3F03CA: hue angle of 258.09º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F03CA is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 3 | 202 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.21 |
| HSL | 258.09º | 0.97% | 0.4% | - |
| HSV(B) | 258.09º | 0.99% | 0.79% | - |
| XYZ | 12.74 | 5.39 | 56.25 | - |
| YUV | 43.63 | 217.38 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 202 | 0.69 | 0.99 | 0 | 0.21 | 258.09 | 0.97 | 0.4 |
| Hex | 3F | 3 | CA | 45 | 63 | 0 | 15 | 102 | 61 | 28 |
| Octal | 77 | 3 | 312 | 105 | 143 | 0 | 25 | 402 | 141 | 50 |
| Binary | 111111 | 11 | 11001010 | 1000101 | 1100011 | 0 | 10101 | 100000010 | 1100001 | 101000 |
Color Harmonies of #3F03CA
Complementary color
Monochromatic Colors of #3F03CA
Black with #3F03CA
Text Example
Text Example
White with #3F03CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03CA; }
p { color: rgb(63,3,202); }
H1.HeaderClassName
{
color: #3F03CA;
}
.AnyTagClassName
{
color: #3F03CA;
}
</style>
background-color css
<style>
a { background-color: #3F03CA; }
a { background-color: rgb(63,3,202); }
div.DivClassName
{
background-color: #3F03CA;
}
.BgClassName
{
background-color: #3F03CA;
}
</style>
border-color css
<style>
span { border-color: #3F03CA; }
span { border-color: rgb(63,3,202); }
td.TdClassName
{
border-color: #3F03CA;
}
.TagClassName
{
border-color: #3F03CA;
}
</style>