Shades of Han Purple #2F00FD
Tints of Han Purple #2F00FD
RGB
CMYK
RGB Variations
Color information
#2F00FD (or 0x2F00FD) is known color: Han Purple. HEX triplet: 2F, 00 and FD. RGB value is (47,0,253). Sum of RGB (Red+Green+Blue) = 47+0+253=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F00FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F00FD is #D0FF02. Grayscale: #292929. Windows color (decimal): -13696771 or 16580655. OLE color: 16580655.
HSL color Cylindrical-coordinate representation of color #2F00FD: hue angle of 251.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00FD is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 0 | 253 | - |
| CMYK | 0.81 | 1 | 0 | 0.01 |
| HSL | 251.15º | 1% | 0.5% | - |
| HSV(B) | 251.15º | 1% | 0.99% | - |
| XYZ | 18.9 | 7.7 | 93.42 | - |
| YUV | 42.9 | 246.57 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 253 | 0.81 | 1 | 0 | 0.01 | 251.15 | 1 | 0.5 |
| Hex | 2F | 0 | FD | 51 | 64 | 0 | 1 | FB | 64 | 32 |
| Octal | 57 | 0 | 375 | 121 | 144 | 0 | 1 | 373 | 144 | 62 |
| Binary | 101111 | 0 | 11111101 | 1010001 | 1100100 | 0 | 1 | 11111011 | 1100100 | 110010 |
Color Harmonies of #2F00FD
Complementary color
Monochromatic Colors of #2F00FD
Black with #2F00FD
Text Example
Text Example
White with #2F00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F00FD; }
p { color: rgb(47,0,253); }
H1.HeaderClassName
{
color: #2F00FD;
}
.AnyTagClassName
{
color: #2F00FD;
}
</style>
background-color css
<style>
a { background-color: #2F00FD; }
a { background-color: rgb(47,0,253); }
div.DivClassName
{
background-color: #2F00FD;
}
.BgClassName
{
background-color: #2F00FD;
}
</style>
border-color css
<style>
span { border-color: #2F00FD; }
span { border-color: rgb(47,0,253); }
td.TdClassName
{
border-color: #2F00FD;
}
.TagClassName
{
border-color: #2F00FD;
}
</style>