Shades of Han Purple #3F08CA
Tints of Han Purple #3F08CA
RGB
CMYK
RGB Variations
Color information
#3F08CA (or 0x3F08CA) is known color: Han Purple. HEX triplet: 3F, 08 and CA. RGB value is (63,8,202). Sum of RGB (Red+Green+Blue) = 63+8+202=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F08CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08CA is #C0F735. Grayscale: #2D2D2D. Windows color (decimal): -12646198 or 13240383. OLE color: 13240383.
HSL color Cylindrical-coordinate representation of color #3F08CA: hue angle of 257.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08CA is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 8 | 202 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.21 |
| HSL | 257.01º | 0.92% | 0.41% | - |
| HSV(B) | 257.01º | 0.96% | 0.79% | - |
| XYZ | 12.8 | 5.49 | 56.26 | - |
| YUV | 46.56 | 215.72 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 202 | 0.69 | 0.96 | 0 | 0.21 | 257.01 | 0.92 | 0.41 |
| Hex | 3F | 8 | CA | 45 | 60 | 0 | 15 | 101 | 5C | 29 |
| Octal | 77 | 10 | 312 | 105 | 140 | 0 | 25 | 401 | 134 | 51 |
| Binary | 111111 | 1000 | 11001010 | 1000101 | 1100000 | 0 | 10101 | 100000001 | 1011100 | 101001 |
Color Harmonies of #3F08CA
Complementary color
Monochromatic Colors of #3F08CA
Black with #3F08CA
Text Example
Text Example
White with #3F08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08CA; }
p { color: rgb(63,8,202); }
H1.HeaderClassName
{
color: #3F08CA;
}
.AnyTagClassName
{
color: #3F08CA;
}
</style>
background-color css
<style>
a { background-color: #3F08CA; }
a { background-color: rgb(63,8,202); }
div.DivClassName
{
background-color: #3F08CA;
}
.BgClassName
{
background-color: #3F08CA;
}
</style>
border-color css
<style>
span { border-color: #3F08CA; }
span { border-color: rgb(63,8,202); }
td.TdClassName
{
border-color: #3F08CA;
}
.TagClassName
{
border-color: #3F08CA;
}
</style>