Shades of Han Purple #3F2FFC
Tints of Han Purple #3F2FFC
RGB
CMYK
RGB Variations
Color information
#3F2FFC (or 0x3F2FFC) is known color: Han Purple. HEX triplet: 3F, 2F and FC. RGB value is (63,47,252). Sum of RGB (Red+Green+Blue) = 63+47+252=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F2FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2FFC is #C0D003. Grayscale: #4A4A4A. Windows color (decimal): -12636164 or 16527167. OLE color: 16527167.
HSL color Cylindrical-coordinate representation of color #3F2FFC: hue angle of 244.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2FFC is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 47 | 252 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.01 |
| HSL | 244.68º | 0.97% | 0.59% | - |
| HSV(B) | 244.68º | 0.81% | 0.99% | - |
| XYZ | 20.64 | 10.12 | 92.96 | - |
| YUV | 75.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 252 | 0.75 | 0.81 | 0 | 0.01 | 244.68 | 0.97 | 0.59 |
| Hex | 3F | 2F | FC | 4B | 51 | 0 | 1 | F5 | 61 | 3B |
| Octal | 77 | 57 | 374 | 113 | 121 | 0 | 1 | 365 | 141 | 73 |
| Binary | 111111 | 101111 | 11111100 | 1001011 | 1010001 | 0 | 1 | 11110101 | 1100001 | 111011 |
Color Harmonies of #3F2FFC
Complementary color
Monochromatic Colors of #3F2FFC
Black with #3F2FFC
Text Example
Text Example
White with #3F2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FFC; }
p { color: rgb(63,47,252); }
H1.HeaderClassName
{
color: #3F2FFC;
}
.AnyTagClassName
{
color: #3F2FFC;
}
</style>
background-color css
<style>
a { background-color: #3F2FFC; }
a { background-color: rgb(63,47,252); }
div.DivClassName
{
background-color: #3F2FFC;
}
.BgClassName
{
background-color: #3F2FFC;
}
</style>
border-color css
<style>
span { border-color: #3F2FFC; }
span { border-color: rgb(63,47,252); }
td.TdClassName
{
border-color: #3F2FFC;
}
.TagClassName
{
border-color: #3F2FFC;
}
</style>