Shades of Han Purple #3F0ACB
Tints of Han Purple #3F0ACB
RGB
CMYK
RGB Variations
Color information
#3F0ACB (or 0x3F0ACB) is known color: Han Purple. HEX triplet: 3F, 0A and CB. RGB value is (63,10,203). Sum of RGB (Red+Green+Blue) = 63+10+203=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F0ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ACB is #C0F534. Grayscale: #2F2F2F. Windows color (decimal): -12645685 or 13306431. OLE color: 13306431.
HSL color Cylindrical-coordinate representation of color #3F0ACB: hue angle of 256.48º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ACB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 10 | 203 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.20 |
| HSL | 256.48º | 0.91% | 0.42% | - |
| HSV(B) | 256.48º | 0.95% | 0.8% | - |
| XYZ | 12.94 | 5.59 | 56.9 | - |
| YUV | 47.85 | 215.56 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 203 | 0.69 | 0.95 | 0 | 0.20 | 256.48 | 0.91 | 0.42 |
| Hex | 3F | A | CB | 45 | 5F | 0 | 14 | 100 | 5B | 2A |
| Octal | 77 | 12 | 313 | 105 | 137 | 0 | 24 | 400 | 133 | 52 |
| Binary | 111111 | 1010 | 11001011 | 1000101 | 1011111 | 0 | 10100 | 100000000 | 1011011 | 101010 |
Color Harmonies of #3F0ACB
Complementary color
Monochromatic Colors of #3F0ACB
Black with #3F0ACB
Text Example
Text Example
White with #3F0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ACB; }
p { color: rgb(63,10,203); }
H1.HeaderClassName
{
color: #3F0ACB;
}
.AnyTagClassName
{
color: #3F0ACB;
}
</style>
background-color css
<style>
a { background-color: #3F0ACB; }
a { background-color: rgb(63,10,203); }
div.DivClassName
{
background-color: #3F0ACB;
}
.BgClassName
{
background-color: #3F0ACB;
}
</style>
border-color css
<style>
span { border-color: #3F0ACB; }
span { border-color: rgb(63,10,203); }
td.TdClassName
{
border-color: #3F0ACB;
}
.TagClassName
{
border-color: #3F0ACB;
}
</style>