Shades of Han Purple #2F09D9
Tints of Han Purple #2F09D9
RGB
CMYK
RGB Variations
Color information
#2F09D9 (or 0x2F09D9) is known color: Han Purple. HEX triplet: 2F, 09 and D9. RGB value is (47,9,217). Sum of RGB (Red+Green+Blue) = 47+9+217=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 217 (85.16% from 255 or 79.49% from 273); Max value from RGB is 217 - color contains mainly: blue. Hex color #2F09D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F09D9 is #D0F626. Grayscale: #2B2B2B. Windows color (decimal): -13694503 or 14223663. OLE color: 14223663.
HSL color Cylindrical-coordinate representation of color #2F09D9: hue angle of 250.96º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F09D9 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 9 | 217 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.15 |
| HSL | 250.96º | 0.92% | 0.44% | - |
| HSV(B) | 250.96º | 0.96% | 0.85% | - |
| XYZ | 13.79 | 5.81 | 66.04 | - |
| YUV | 44.07 | 225.59 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 217 | 0.78 | 0.96 | 0 | 0.15 | 250.96 | 0.92 | 0.44 |
| Hex | 2F | 9 | D9 | 4E | 60 | 0 | F | FB | 5C | 2C |
| Octal | 57 | 11 | 331 | 116 | 140 | 0 | 17 | 373 | 134 | 54 |
| Binary | 101111 | 1001 | 11011001 | 1001110 | 1100000 | 0 | 1111 | 11111011 | 1011100 | 101100 |
Color Harmonies of #2F09D9
Complementary color
Monochromatic Colors of #2F09D9
Black with #2F09D9
Text Example
Text Example
White with #2F09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F09D9; }
p { color: rgb(47,9,217); }
H1.HeaderClassName
{
color: #2F09D9;
}
.AnyTagClassName
{
color: #2F09D9;
}
</style>
background-color css
<style>
a { background-color: #2F09D9; }
a { background-color: rgb(47,9,217); }
div.DivClassName
{
background-color: #2F09D9;
}
.BgClassName
{
background-color: #2F09D9;
}
</style>
border-color css
<style>
span { border-color: #2F09D9; }
span { border-color: rgb(47,9,217); }
td.TdClassName
{
border-color: #2F09D9;
}
.TagClassName
{
border-color: #2F09D9;
}
</style>