Shades of Han Purple #2F0BFF
Tints of Han Purple #2F0BFF
RGB
CMYK
RGB Variations
Color information
#2F0BFF (or 0x2F0BFF) is known color: Han Purple. HEX triplet: 2F, 0B and FF. RGB value is (47,11,255). Sum of RGB (Red+Green+Blue) = 47+11+255=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F0BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0BFF is #D0F400. Grayscale: #303030. Windows color (decimal): -13693953 or 16714543. OLE color: 16714543.
HSL color Cylindrical-coordinate representation of color #2F0BFF: hue angle of 248.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0BFF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 11 | 255 | - |
| CMYK | 0.82 | 0.96 | 0 | 0 |
| HSL | 248.85º | 1% | 0.52% | - |
| HSV(B) | 248.85º | 0.96% | 1% | - |
| XYZ | 19.34 | 8.06 | 95.14 | - |
| YUV | 49.58 | 243.93 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 255 | 0.82 | 0.96 | 0 | 0 | 248.85 | 1 | 0.52 |
| Hex | 2F | B | FF | 52 | 60 | 0 | 0 | F9 | 64 | 34 |
| Octal | 57 | 13 | 377 | 122 | 140 | 0 | 0 | 371 | 144 | 64 |
| Binary | 101111 | 1011 | 11111111 | 1010010 | 1100000 | 0 | 0 | 11111001 | 1100100 | 110100 |
Color Harmonies of #2F0BFF
Complementary color
Monochromatic Colors of #2F0BFF
Black with #2F0BFF
Text Example
Text Example
White with #2F0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BFF; }
p { color: rgb(47,11,255); }
H1.HeaderClassName
{
color: #2F0BFF;
}
.AnyTagClassName
{
color: #2F0BFF;
}
</style>
background-color css
<style>
a { background-color: #2F0BFF; }
a { background-color: rgb(47,11,255); }
div.DivClassName
{
background-color: #2F0BFF;
}
.BgClassName
{
background-color: #2F0BFF;
}
</style>
border-color css
<style>
span { border-color: #2F0BFF; }
span { border-color: rgb(47,11,255); }
td.TdClassName
{
border-color: #2F0BFF;
}
.TagClassName
{
border-color: #2F0BFF;
}
</style>