Shades of Han Purple #2D09DF
Tints of Han Purple #2D09DF
RGB
CMYK
RGB Variations
Color information
#2D09DF (or 0x2D09DF) is known color: Han Purple. HEX triplet: 2D, 09 and DF. RGB value is (45,9,223). Sum of RGB (Red+Green+Blue) = 45+9+223=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D09DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D09DF is #D2F620. Grayscale: #2B2B2B. Windows color (decimal): -13825569 or 14616877. OLE color: 14616877.
HSL color Cylindrical-coordinate representation of color #2D09DF: hue angle of 250.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D09DF is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 9 | 223 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.13 |
| HSL | 250.09º | 0.92% | 0.45% | - |
| HSV(B) | 250.09º | 0.96% | 0.87% | - |
| XYZ | 14.5 | 6.08 | 70.22 | - |
| YUV | 44.16 | 228.93 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 223 | 0.80 | 0.96 | 0 | 0.13 | 250.09 | 0.92 | 0.45 |
| Hex | 2D | 9 | DF | 50 | 60 | 0 | D | FA | 5C | 2D |
| Octal | 55 | 11 | 337 | 120 | 140 | 0 | 15 | 372 | 134 | 55 |
| Binary | 101101 | 1001 | 11011111 | 1010000 | 1100000 | 0 | 1101 | 11111010 | 1011100 | 101101 |
Color Harmonies of #2D09DF
Complementary color
Monochromatic Colors of #2D09DF
Black with #2D09DF
Text Example
Text Example
White with #2D09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D09DF; }
p { color: rgb(45,9,223); }
H1.HeaderClassName
{
color: #2D09DF;
}
.AnyTagClassName
{
color: #2D09DF;
}
</style>
background-color css
<style>
a { background-color: #2D09DF; }
a { background-color: rgb(45,9,223); }
div.DivClassName
{
background-color: #2D09DF;
}
.BgClassName
{
background-color: #2D09DF;
}
</style>
border-color css
<style>
span { border-color: #2D09DF; }
span { border-color: rgb(45,9,223); }
td.TdClassName
{
border-color: #2D09DF;
}
.TagClassName
{
border-color: #2D09DF;
}
</style>