Shades of Han Purple #2F0CFF
Tints of Han Purple #2F0CFF
RGB
CMYK
RGB Variations
Color information
#2F0CFF (or 0x2F0CFF) is known color: Han Purple. HEX triplet: 2F, 0C and FF. RGB value is (47,12,255). Sum of RGB (Red+Green+Blue) = 47+12+255=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0CFF is #D0F300. Grayscale: #313131. Windows color (decimal): -13693697 or 16714799. OLE color: 16714799.
HSL color Cylindrical-coordinate representation of color #2F0CFF: hue angle of 248.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0CFF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 12 | 255 | - |
| CMYK | 0.82 | 0.95 | 0 | 0 |
| HSL | 248.64º | 1% | 0.52% | - |
| HSV(B) | 248.64º | 0.95% | 1% | - |
| XYZ | 19.35 | 8.09 | 95.15 | - |
| YUV | 50.17 | 243.6 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 255 | 0.82 | 0.95 | 0 | 0 | 248.64 | 1 | 0.52 |
| Hex | 2F | C | FF | 52 | 5F | 0 | 0 | F9 | 64 | 34 |
| Octal | 57 | 14 | 377 | 122 | 137 | 0 | 0 | 371 | 144 | 64 |
| Binary | 101111 | 1100 | 11111111 | 1010010 | 1011111 | 0 | 0 | 11111001 | 1100100 | 110100 |
Color Harmonies of #2F0CFF
Complementary color
Monochromatic Colors of #2F0CFF
Black with #2F0CFF
Text Example
Text Example
White with #2F0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CFF; }
p { color: rgb(47,12,255); }
H1.HeaderClassName
{
color: #2F0CFF;
}
.AnyTagClassName
{
color: #2F0CFF;
}
</style>
background-color css
<style>
a { background-color: #2F0CFF; }
a { background-color: rgb(47,12,255); }
div.DivClassName
{
background-color: #2F0CFF;
}
.BgClassName
{
background-color: #2F0CFF;
}
</style>
border-color css
<style>
span { border-color: #2F0CFF; }
span { border-color: rgb(47,12,255); }
td.TdClassName
{
border-color: #2F0CFF;
}
.TagClassName
{
border-color: #2F0CFF;
}
</style>