Shades of Han Purple #2D1FEB
Tints of Han Purple #2D1FEB
RGB
CMYK
RGB Variations
Color information
#2D1FEB (or 0x2D1FEB) is known color: Han Purple. HEX triplet: 2D, 1F and EB. RGB value is (45,31,235). Sum of RGB (Red+Green+Blue) = 45+31+235=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D1FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1FEB is #D2E014. Grayscale: #393939. Windows color (decimal): -13819925 or 15408941. OLE color: 15408941.
HSL color Cylindrical-coordinate representation of color #2D1FEB: hue angle of 244.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1FEB is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 31 | 235 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.08 |
| HSL | 244.12º | 0.84% | 0.52% | - |
| HSV(B) | 244.12º | 0.87% | 0.92% | - |
| XYZ | 16.57 | 7.54 | 79.18 | - |
| YUV | 58.44 | 227.64 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 235 | 0.81 | 0.87 | 0 | 0.08 | 244.12 | 0.84 | 0.52 |
| Hex | 2D | 1F | EB | 51 | 57 | 0 | 8 | F4 | 54 | 34 |
| Octal | 55 | 37 | 353 | 121 | 127 | 0 | 10 | 364 | 124 | 64 |
| Binary | 101101 | 11111 | 11101011 | 1010001 | 1010111 | 0 | 1000 | 11110100 | 1010100 | 110100 |
Color Harmonies of #2D1FEB
Complementary color
Monochromatic Colors of #2D1FEB
Black with #2D1FEB
Text Example
Text Example
White with #2D1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FEB; }
p { color: rgb(45,31,235); }
H1.HeaderClassName
{
color: #2D1FEB;
}
.AnyTagClassName
{
color: #2D1FEB;
}
</style>
background-color css
<style>
a { background-color: #2D1FEB; }
a { background-color: rgb(45,31,235); }
div.DivClassName
{
background-color: #2D1FEB;
}
.BgClassName
{
background-color: #2D1FEB;
}
</style>
border-color css
<style>
span { border-color: #2D1FEB; }
span { border-color: rgb(45,31,235); }
td.TdClassName
{
border-color: #2D1FEB;
}
.TagClassName
{
border-color: #2D1FEB;
}
</style>