Shades of Han Purple #2F1BFF
Tints of Han Purple #2F1BFF
RGB
CMYK
RGB Variations
Color information
#2F1BFF (or 0x2F1BFF) is known color: Han Purple. HEX triplet: 2F, 1B and FF. RGB value is (47,27,255). Sum of RGB (Red+Green+Blue) = 47+27+255=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F1BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1BFF is #D0E400. Grayscale: #3A3A3A. Windows color (decimal): -13689857 or 16718639. OLE color: 16718639.
HSL color Cylindrical-coordinate representation of color #2F1BFF: hue angle of 245.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1BFF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 27 | 255 | - |
| CMYK | 0.82 | 0.89 | 0 | 0 |
| HSL | 245.26º | 1% | 0.55% | - |
| HSV(B) | 245.26º | 0.89% | 1% | - |
| XYZ | 19.61 | 8.61 | 95.24 | - |
| YUV | 58.97 | 238.63 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 255 | 0.82 | 0.89 | 0 | 0 | 245.26 | 1 | 0.55 |
| Hex | 2F | 1B | FF | 52 | 59 | 0 | 0 | F5 | 64 | 37 |
| Octal | 57 | 33 | 377 | 122 | 131 | 0 | 0 | 365 | 144 | 67 |
| Binary | 101111 | 11011 | 11111111 | 1010010 | 1011001 | 0 | 0 | 11110101 | 1100100 | 110111 |
Color Harmonies of #2F1BFF
Complementary color
Monochromatic Colors of #2F1BFF
Black with #2F1BFF
Text Example
Text Example
White with #2F1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BFF; }
p { color: rgb(47,27,255); }
H1.HeaderClassName
{
color: #2F1BFF;
}
.AnyTagClassName
{
color: #2F1BFF;
}
</style>
background-color css
<style>
a { background-color: #2F1BFF; }
a { background-color: rgb(47,27,255); }
div.DivClassName
{
background-color: #2F1BFF;
}
.BgClassName
{
background-color: #2F1BFF;
}
</style>
border-color css
<style>
span { border-color: #2F1BFF; }
span { border-color: rgb(47,27,255); }
td.TdClassName
{
border-color: #2F1BFF;
}
.TagClassName
{
border-color: #2F1BFF;
}
</style>