Shades of Han Purple #2D1BFF
Tints of Han Purple #2D1BFF
RGB
CMYK
RGB Variations
Color information
#2D1BFF (or 0x2D1BFF) is known color: Han Purple. HEX triplet: 2D, 1B and FF. RGB value is (45,27,255). Sum of RGB (Red+Green+Blue) = 45+27+255=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D1BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1BFF is #D2E400. Grayscale: #393939. Windows color (decimal): -13820929 or 16718637. OLE color: 16718637.
HSL color Cylindrical-coordinate representation of color #2D1BFF: hue angle of 244.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1BFF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 27 | 255 | - |
| CMYK | 0.82 | 0.89 | 0 | 0 |
| HSL | 244.74º | 1% | 0.55% | - |
| HSV(B) | 244.74º | 0.89% | 1% | - |
| XYZ | 19.52 | 8.56 | 95.23 | - |
| YUV | 58.37 | 238.96 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 255 | 0.82 | 0.89 | 0 | 0 | 244.74 | 1 | 0.55 |
| Hex | 2D | 1B | FF | 52 | 59 | 0 | 0 | F5 | 64 | 37 |
| Octal | 55 | 33 | 377 | 122 | 131 | 0 | 0 | 365 | 144 | 67 |
| Binary | 101101 | 11011 | 11111111 | 1010010 | 1011001 | 0 | 0 | 11110101 | 1100100 | 110111 |
Color Harmonies of #2D1BFF
Complementary color
Monochromatic Colors of #2D1BFF
Black with #2D1BFF
Text Example
Text Example
White with #2D1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BFF; }
p { color: rgb(45,27,255); }
H1.HeaderClassName
{
color: #2D1BFF;
}
.AnyTagClassName
{
color: #2D1BFF;
}
</style>
background-color css
<style>
a { background-color: #2D1BFF; }
a { background-color: rgb(45,27,255); }
div.DivClassName
{
background-color: #2D1BFF;
}
.BgClassName
{
background-color: #2D1BFF;
}
</style>
border-color css
<style>
span { border-color: #2D1BFF; }
span { border-color: rgb(45,27,255); }
td.TdClassName
{
border-color: #2D1BFF;
}
.TagClassName
{
border-color: #2D1BFF;
}
</style>