Shades of Han Purple #3F0BD5
Tints of Han Purple #3F0BD5
RGB
CMYK
RGB Variations
Color information
#3F0BD5 (or 0x3F0BD5) is known color: Han Purple. HEX triplet: 3F, 0B and D5. RGB value is (63,11,213). Sum of RGB (Red+Green+Blue) = 63+11+213=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 213 (83.59% from 255 or 74.22% from 287); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F0BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0BD5 is #C0F42A. Grayscale: #303030. Windows color (decimal): -12645419 or 13962047. OLE color: 13962047.
HSL color Cylindrical-coordinate representation of color #3F0BD5: hue angle of 255.45º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0BD5 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 11 | 213 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.16 |
| HSL | 255.45º | 0.9% | 0.44% | - |
| HSV(B) | 255.45º | 0.95% | 0.84% | - |
| XYZ | 14.18 | 6.1 | 63.38 | - |
| YUV | 49.58 | 220.23 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 213 | 0.70 | 0.95 | 0 | 0.16 | 255.45 | 0.9 | 0.44 |
| Hex | 3F | B | D5 | 46 | 5F | 0 | 10 | FF | 5A | 2C |
| Octal | 77 | 13 | 325 | 106 | 137 | 0 | 20 | 377 | 132 | 54 |
| Binary | 111111 | 1011 | 11010101 | 1000110 | 1011111 | 0 | 10000 | 11111111 | 1011010 | 101100 |
Color Harmonies of #3F0BD5
Complementary color
Monochromatic Colors of #3F0BD5
Black with #3F0BD5
Text Example
Text Example
White with #3F0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BD5; }
p { color: rgb(63,11,213); }
H1.HeaderClassName
{
color: #3F0BD5;
}
.AnyTagClassName
{
color: #3F0BD5;
}
</style>
background-color css
<style>
a { background-color: #3F0BD5; }
a { background-color: rgb(63,11,213); }
div.DivClassName
{
background-color: #3F0BD5;
}
.BgClassName
{
background-color: #3F0BD5;
}
</style>
border-color css
<style>
span { border-color: #3F0BD5; }
span { border-color: rgb(63,11,213); }
td.TdClassName
{
border-color: #3F0BD5;
}
.TagClassName
{
border-color: #3F0BD5;
}
</style>