Shades of Han Purple #2F0CFA
Tints of Han Purple #2F0CFA
RGB
CMYK
RGB Variations
Color information
#2F0CFA (or 0x2F0CFA) is known color: Han Purple. HEX triplet: 2F, 0C and FA. RGB value is (47,12,250). Sum of RGB (Red+Green+Blue) = 47+12+250=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F0CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0CFA is #D0F305. Grayscale: #303030. Windows color (decimal): -13693702 or 16387119. OLE color: 16387119.
HSL color Cylindrical-coordinate representation of color #2F0CFA: hue angle of 248.82º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0CFA is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 12 | 250 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.02 |
| HSL | 248.82º | 0.96% | 0.51% | - |
| HSV(B) | 248.82º | 0.95% | 0.98% | - |
| XYZ | 18.56 | 7.77 | 90.96 | - |
| YUV | 49.6 | 241.1 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 250 | 0.81 | 0.95 | 0 | 0.02 | 248.82 | 0.96 | 0.51 |
| Hex | 2F | C | FA | 51 | 5F | 0 | 2 | F9 | 60 | 33 |
| Octal | 57 | 14 | 372 | 121 | 137 | 0 | 2 | 371 | 140 | 63 |
| Binary | 101111 | 1100 | 11111010 | 1010001 | 1011111 | 0 | 10 | 11111001 | 1100000 | 110011 |
Color Harmonies of #2F0CFA
Complementary color
Monochromatic Colors of #2F0CFA
Black with #2F0CFA
Text Example
Text Example
White with #2F0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CFA; }
p { color: rgb(47,12,250); }
H1.HeaderClassName
{
color: #2F0CFA;
}
.AnyTagClassName
{
color: #2F0CFA;
}
</style>
background-color css
<style>
a { background-color: #2F0CFA; }
a { background-color: rgb(47,12,250); }
div.DivClassName
{
background-color: #2F0CFA;
}
.BgClassName
{
background-color: #2F0CFA;
}
</style>
border-color css
<style>
span { border-color: #2F0CFA; }
span { border-color: rgb(47,12,250); }
td.TdClassName
{
border-color: #2F0CFA;
}
.TagClassName
{
border-color: #2F0CFA;
}
</style>