Shades of Han Purple #2F0DFF
Tints of Han Purple #2F0DFF
RGB
CMYK
RGB Variations
Color information
#2F0DFF (or 0x2F0DFF) is known color: Han Purple. HEX triplet: 2F, 0D and FF. RGB value is (47,13,255). Sum of RGB (Red+Green+Blue) = 47+13+255=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F0DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0DFF is #D0F200. Grayscale: #313131. Windows color (decimal): -13693441 or 16715055. OLE color: 16715055.
HSL color Cylindrical-coordinate representation of color #2F0DFF: hue angle of 248.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0DFF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 13 | 255 | - |
| CMYK | 0.82 | 0.95 | 0 | 0 |
| HSL | 248.43º | 1% | 0.53% | - |
| HSV(B) | 248.43º | 0.95% | 1% | - |
| XYZ | 19.37 | 8.11 | 95.15 | - |
| YUV | 50.75 | 243.26 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 255 | 0.82 | 0.95 | 0 | 0 | 248.43 | 1 | 0.53 |
| Hex | 2F | D | FF | 52 | 5F | 0 | 0 | F8 | 64 | 35 |
| Octal | 57 | 15 | 377 | 122 | 137 | 0 | 0 | 370 | 144 | 65 |
| Binary | 101111 | 1101 | 11111111 | 1010010 | 1011111 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #2F0DFF
Complementary color
Monochromatic Colors of #2F0DFF
Black with #2F0DFF
Text Example
Text Example
White with #2F0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0DFF; }
p { color: rgb(47,13,255); }
H1.HeaderClassName
{
color: #2F0DFF;
}
.AnyTagClassName
{
color: #2F0DFF;
}
</style>
background-color css
<style>
a { background-color: #2F0DFF; }
a { background-color: rgb(47,13,255); }
div.DivClassName
{
background-color: #2F0DFF;
}
.BgClassName
{
background-color: #2F0DFF;
}
</style>
border-color css
<style>
span { border-color: #2F0DFF; }
span { border-color: rgb(47,13,255); }
td.TdClassName
{
border-color: #2F0DFF;
}
.TagClassName
{
border-color: #2F0DFF;
}
</style>