Shades of Han Purple #2D17DC
Tints of Han Purple #2D17DC
RGB
CMYK
RGB Variations
Color information
#2D17DC (or 0x2D17DC) is known color: Han Purple. HEX triplet: 2D, 17 and DC. RGB value is (45,23,220). Sum of RGB (Red+Green+Blue) = 45+23+220=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D17DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D17DC is #D2E823. Grayscale: #333333. Windows color (decimal): -13821988 or 14423853. OLE color: 14423853.
HSL color Cylindrical-coordinate representation of color #2D17DC: hue angle of 246.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D17DC is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 23 | 220 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.14 |
| HSL | 246.7º | 0.81% | 0.48% | - |
| HSV(B) | 246.7º | 0.9% | 0.86% | - |
| XYZ | 14.31 | 6.34 | 68.18 | - |
| YUV | 52.04 | 222.79 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 220 | 0.80 | 0.90 | 0 | 0.14 | 246.7 | 0.81 | 0.48 |
| Hex | 2D | 17 | DC | 50 | 5A | 0 | E | F7 | 51 | 30 |
| Octal | 55 | 27 | 334 | 120 | 132 | 0 | 16 | 367 | 121 | 60 |
| Binary | 101101 | 10111 | 11011100 | 1010000 | 1011010 | 0 | 1110 | 11110111 | 1010001 | 110000 |
Color Harmonies of #2D17DC
Complementary color
Monochromatic Colors of #2D17DC
Black with #2D17DC
Text Example
Text Example
White with #2D17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D17DC; }
p { color: rgb(45,23,220); }
H1.HeaderClassName
{
color: #2D17DC;
}
.AnyTagClassName
{
color: #2D17DC;
}
</style>
background-color css
<style>
a { background-color: #2D17DC; }
a { background-color: rgb(45,23,220); }
div.DivClassName
{
background-color: #2D17DC;
}
.BgClassName
{
background-color: #2D17DC;
}
</style>
border-color css
<style>
span { border-color: #2D17DC; }
span { border-color: rgb(45,23,220); }
td.TdClassName
{
border-color: #2D17DC;
}
.TagClassName
{
border-color: #2D17DC;
}
</style>