Shades of Han Purple #2D09DD
Tints of Han Purple #2D09DD
RGB
CMYK
RGB Variations
Color information
#2D09DD (or 0x2D09DD) is known color: Han Purple. HEX triplet: 2D, 09 and DD. RGB value is (45,9,221). Sum of RGB (Red+Green+Blue) = 45+9+221=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D09DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D09DD is #D2F622. Grayscale: #2B2B2B. Windows color (decimal): -13825571 or 14485805. OLE color: 14485805.
HSL color Cylindrical-coordinate representation of color #2D09DD: hue angle of 250.19º 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 #2D09DD is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 9 | 221 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.13 |
| HSL | 250.19º | 0.92% | 0.45% | - |
| HSV(B) | 250.19º | 0.96% | 0.87% | - |
| XYZ | 14.23 | 5.97 | 68.81 | - |
| YUV | 43.93 | 227.93 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 221 | 0.80 | 0.96 | 0 | 0.13 | 250.19 | 0.92 | 0.45 |
| Hex | 2D | 9 | DD | 50 | 60 | 0 | D | FA | 5C | 2D |
| Octal | 55 | 11 | 335 | 120 | 140 | 0 | 15 | 372 | 134 | 55 |
| Binary | 101101 | 1001 | 11011101 | 1010000 | 1100000 | 0 | 1101 | 11111010 | 1011100 | 101101 |
Color Harmonies of #2D09DD
Complementary color
Monochromatic Colors of #2D09DD
Black with #2D09DD
Text Example
Text Example
White with #2D09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D09DD; }
p { color: rgb(45,9,221); }
H1.HeaderClassName
{
color: #2D09DD;
}
.AnyTagClassName
{
color: #2D09DD;
}
</style>
background-color css
<style>
a { background-color: #2D09DD; }
a { background-color: rgb(45,9,221); }
div.DivClassName
{
background-color: #2D09DD;
}
.BgClassName
{
background-color: #2D09DD;
}
</style>
border-color css
<style>
span { border-color: #2D09DD; }
span { border-color: rgb(45,9,221); }
td.TdClassName
{
border-color: #2D09DD;
}
.TagClassName
{
border-color: #2D09DD;
}
</style>