Shades of Han Purple #2F0FFD
Tints of Han Purple #2F0FFD
RGB
CMYK
RGB Variations
Color information
#2F0FFD (or 0x2F0FFD) is known color: Han Purple. HEX triplet: 2F, 0F and FD. RGB value is (47,15,253). Sum of RGB (Red+Green+Blue) = 47+15+253=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F0FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FFD is #D0F002. Grayscale: #323232. Windows color (decimal): -13692931 or 16584495. OLE color: 16584495.
HSL color Cylindrical-coordinate representation of color #2F0FFD: hue angle of 248.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0FFD is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 15 | 253 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.01 |
| HSL | 248.07º | 0.98% | 0.53% | - |
| HSV(B) | 248.07º | 0.94% | 0.99% | - |
| XYZ | 19.07 | 8.04 | 93.47 | - |
| YUV | 51.7 | 241.6 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 253 | 0.81 | 0.94 | 0 | 0.01 | 248.07 | 0.98 | 0.53 |
| Hex | 2F | F | FD | 51 | 5E | 0 | 1 | F8 | 62 | 35 |
| Octal | 57 | 17 | 375 | 121 | 136 | 0 | 1 | 370 | 142 | 65 |
| Binary | 101111 | 1111 | 11111101 | 1010001 | 1011110 | 0 | 1 | 11111000 | 1100010 | 110101 |
Color Harmonies of #2F0FFD
Complementary color
Monochromatic Colors of #2F0FFD
Black with #2F0FFD
Text Example
Text Example
White with #2F0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0FFD; }
p { color: rgb(47,15,253); }
H1.HeaderClassName
{
color: #2F0FFD;
}
.AnyTagClassName
{
color: #2F0FFD;
}
</style>
background-color css
<style>
a { background-color: #2F0FFD; }
a { background-color: rgb(47,15,253); }
div.DivClassName
{
background-color: #2F0FFD;
}
.BgClassName
{
background-color: #2F0FFD;
}
</style>
border-color css
<style>
span { border-color: #2F0FFD; }
span { border-color: rgb(47,15,253); }
td.TdClassName
{
border-color: #2F0FFD;
}
.TagClassName
{
border-color: #2F0FFD;
}
</style>