Shades of Han Purple #2F0AFB
Tints of Han Purple #2F0AFB
RGB
CMYK
RGB Variations
Color information
#2F0AFB (or 0x2F0AFB) is known color: Han Purple. HEX triplet: 2F, 0A and FB. RGB value is (47,10,251). Sum of RGB (Red+Green+Blue) = 47+10+251=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F0AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0AFB is #D0F504. Grayscale: #2F2F2F. Windows color (decimal): -13694213 or 16452143. OLE color: 16452143.
HSL color Cylindrical-coordinate representation of color #2F0AFB: hue angle of 249.21º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0AFB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 10 | 251 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.02 |
| HSL | 249.21º | 0.97% | 0.51% | - |
| HSV(B) | 249.21º | 0.96% | 0.98% | - |
| XYZ | 18.69 | 7.79 | 91.78 | - |
| YUV | 48.54 | 242.26 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 251 | 0.81 | 0.96 | 0 | 0.02 | 249.21 | 0.97 | 0.51 |
| Hex | 2F | A | FB | 51 | 60 | 0 | 2 | F9 | 61 | 33 |
| Octal | 57 | 12 | 373 | 121 | 140 | 0 | 2 | 371 | 141 | 63 |
| Binary | 101111 | 1010 | 11111011 | 1010001 | 1100000 | 0 | 10 | 11111001 | 1100001 | 110011 |
Color Harmonies of #2F0AFB
Complementary color
Monochromatic Colors of #2F0AFB
Black with #2F0AFB
Text Example
Text Example
White with #2F0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AFB; }
p { color: rgb(47,10,251); }
H1.HeaderClassName
{
color: #2F0AFB;
}
.AnyTagClassName
{
color: #2F0AFB;
}
</style>
background-color css
<style>
a { background-color: #2F0AFB; }
a { background-color: rgb(47,10,251); }
div.DivClassName
{
background-color: #2F0AFB;
}
.BgClassName
{
background-color: #2F0AFB;
}
</style>
border-color css
<style>
span { border-color: #2F0AFB; }
span { border-color: rgb(47,10,251); }
td.TdClassName
{
border-color: #2F0AFB;
}
.TagClassName
{
border-color: #2F0AFB;
}
</style>