Shades of Han Purple #2D0ADC
Tints of Han Purple #2D0ADC
RGB
CMYK
RGB Variations
Color information
#2D0ADC (or 0x2D0ADC) is known color: Han Purple. HEX triplet: 2D, 0A and DC. RGB value is (45,10,220). Sum of RGB (Red+Green+Blue) = 45+10+220=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D0ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ADC is #D2F523. Grayscale: #2B2B2B. Windows color (decimal): -13825316 or 14420525. OLE color: 14420525.
HSL color Cylindrical-coordinate representation of color #2D0ADC: hue angle of 250º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0ADC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 10 | 220 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.14 |
| HSL | 250º | 0.91% | 0.45% | - |
| HSV(B) | 250º | 0.95% | 0.86% | - |
| XYZ | 14.11 | 5.94 | 68.11 | - |
| YUV | 44.41 | 227.1 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 220 | 0.80 | 0.95 | 0 | 0.14 | 250 | 0.91 | 0.45 |
| Hex | 2D | A | DC | 50 | 5F | 0 | E | FA | 5B | 2D |
| Octal | 55 | 12 | 334 | 120 | 137 | 0 | 16 | 372 | 133 | 55 |
| Binary | 101101 | 1010 | 11011100 | 1010000 | 1011111 | 0 | 1110 | 11111010 | 1011011 | 101101 |
Color Harmonies of #2D0ADC
Complementary color
Monochromatic Colors of #2D0ADC
Black with #2D0ADC
Text Example
Text Example
White with #2D0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0ADC; }
p { color: rgb(45,10,220); }
H1.HeaderClassName
{
color: #2D0ADC;
}
.AnyTagClassName
{
color: #2D0ADC;
}
</style>
background-color css
<style>
a { background-color: #2D0ADC; }
a { background-color: rgb(45,10,220); }
div.DivClassName
{
background-color: #2D0ADC;
}
.BgClassName
{
background-color: #2D0ADC;
}
</style>
border-color css
<style>
span { border-color: #2D0ADC; }
span { border-color: rgb(45,10,220); }
td.TdClassName
{
border-color: #2D0ADC;
}
.TagClassName
{
border-color: #2D0ADC;
}
</style>