Shades of Han Purple #2F27FB
Tints of Han Purple #2F27FB
RGB
CMYK
RGB Variations
Color information
#2F27FB (or 0x2F27FB) is known color: Han Purple. HEX triplet: 2F, 27 and FB. RGB value is (47,39,251). Sum of RGB (Red+Green+Blue) = 47+39+251=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F27FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F27FB is #D0D804. Grayscale: #404040. Windows color (decimal): -13686789 or 16459567. OLE color: 16459567.
HSL color Cylindrical-coordinate representation of color #2F27FB: hue angle of 242.26º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F27FB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 39 | 251 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.02 |
| HSL | 242.26º | 0.96% | 0.57% | - |
| HSV(B) | 242.26º | 0.84% | 0.98% | - |
| XYZ | 19.31 | 9.02 | 91.99 | - |
| YUV | 65.56 | 232.65 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 251 | 0.81 | 0.84 | 0 | 0.02 | 242.26 | 0.96 | 0.57 |
| Hex | 2F | 27 | FB | 51 | 54 | 0 | 2 | F2 | 60 | 39 |
| Octal | 57 | 47 | 373 | 121 | 124 | 0 | 2 | 362 | 140 | 71 |
| Binary | 101111 | 100111 | 11111011 | 1010001 | 1010100 | 0 | 10 | 11110010 | 1100000 | 111001 |
Color Harmonies of #2F27FB
Complementary color
Monochromatic Colors of #2F27FB
Black with #2F27FB
Text Example
Text Example
White with #2F27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F27FB; }
p { color: rgb(47,39,251); }
H1.HeaderClassName
{
color: #2F27FB;
}
.AnyTagClassName
{
color: #2F27FB;
}
</style>
background-color css
<style>
a { background-color: #2F27FB; }
a { background-color: rgb(47,39,251); }
div.DivClassName
{
background-color: #2F27FB;
}
.BgClassName
{
background-color: #2F27FB;
}
</style>
border-color css
<style>
span { border-color: #2F27FB; }
span { border-color: rgb(47,39,251); }
td.TdClassName
{
border-color: #2F27FB;
}
.TagClassName
{
border-color: #2F27FB;
}
</style>