Shades of Han Purple #2F1CFD
Tints of Han Purple #2F1CFD
RGB
CMYK
RGB Variations
Color information
#2F1CFD (or 0x2F1CFD) is known color: Han Purple. HEX triplet: 2F, 1C and FD. RGB value is (47,28,253). Sum of RGB (Red+Green+Blue) = 47+28+253=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F1CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1CFD is #D0E302. Grayscale: #3A3A3A. Windows color (decimal): -13689603 or 16587823. OLE color: 16587823.
HSL color Cylindrical-coordinate representation of color #2F1CFD: hue angle of 245.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1CFD is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 28 | 253 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.01 |
| HSL | 245.07º | 0.98% | 0.55% | - |
| HSV(B) | 245.07º | 0.89% | 0.99% | - |
| XYZ | 19.32 | 8.53 | 93.56 | - |
| YUV | 59.33 | 237.29 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 253 | 0.81 | 0.89 | 0 | 0.01 | 245.07 | 0.98 | 0.55 |
| Hex | 2F | 1C | FD | 51 | 59 | 0 | 1 | F5 | 62 | 37 |
| Octal | 57 | 34 | 375 | 121 | 131 | 0 | 1 | 365 | 142 | 67 |
| Binary | 101111 | 11100 | 11111101 | 1010001 | 1011001 | 0 | 1 | 11110101 | 1100010 | 110111 |
Color Harmonies of #2F1CFD
Complementary color
Monochromatic Colors of #2F1CFD
Black with #2F1CFD
Text Example
Text Example
White with #2F1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1CFD; }
p { color: rgb(47,28,253); }
H1.HeaderClassName
{
color: #2F1CFD;
}
.AnyTagClassName
{
color: #2F1CFD;
}
</style>
background-color css
<style>
a { background-color: #2F1CFD; }
a { background-color: rgb(47,28,253); }
div.DivClassName
{
background-color: #2F1CFD;
}
.BgClassName
{
background-color: #2F1CFD;
}
</style>
border-color css
<style>
span { border-color: #2F1CFD; }
span { border-color: rgb(47,28,253); }
td.TdClassName
{
border-color: #2F1CFD;
}
.TagClassName
{
border-color: #2F1CFD;
}
</style>