Shades of Han Purple #2D1BED
Tints of Han Purple #2D1BED
RGB
CMYK
RGB Variations
Color information
#2D1BED (or 0x2D1BED) is known color: Han Purple. HEX triplet: 2D, 1B and ED. RGB value is (45,27,237). Sum of RGB (Red+Green+Blue) = 45+27+237=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D1BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1BED is #D2E412. Grayscale: #373737. Windows color (decimal): -13820947 or 15538989. OLE color: 15538989.
HSL color Cylindrical-coordinate representation of color #2D1BED: hue angle of 245.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1BED is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 27 | 237 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.07 |
| HSL | 245.14º | 0.85% | 0.52% | - |
| HSV(B) | 245.14º | 0.89% | 0.93% | - |
| XYZ | 16.76 | 7.46 | 80.68 | - |
| YUV | 56.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 237 | 0.81 | 0.89 | 0 | 0.07 | 245.14 | 0.85 | 0.52 |
| Hex | 2D | 1B | ED | 51 | 59 | 0 | 7 | F5 | 55 | 34 |
| Octal | 55 | 33 | 355 | 121 | 131 | 0 | 7 | 365 | 125 | 64 |
| Binary | 101101 | 11011 | 11101101 | 1010001 | 1011001 | 0 | 111 | 11110101 | 1010101 | 110100 |
Color Harmonies of #2D1BED
Complementary color
Monochromatic Colors of #2D1BED
Black with #2D1BED
Text Example
Text Example
White with #2D1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BED; }
p { color: rgb(45,27,237); }
H1.HeaderClassName
{
color: #2D1BED;
}
.AnyTagClassName
{
color: #2D1BED;
}
</style>
background-color css
<style>
a { background-color: #2D1BED; }
a { background-color: rgb(45,27,237); }
div.DivClassName
{
background-color: #2D1BED;
}
.BgClassName
{
background-color: #2D1BED;
}
</style>
border-color css
<style>
span { border-color: #2D1BED; }
span { border-color: rgb(45,27,237); }
td.TdClassName
{
border-color: #2D1BED;
}
.TagClassName
{
border-color: #2D1BED;
}
</style>