Shades of Han Purple #2D0EEB
Tints of Han Purple #2D0EEB
RGB
CMYK
RGB Variations
Color information
#2D0EEB (or 0x2D0EEB) is known color: Han Purple. HEX triplet: 2D, 0E and EB. RGB value is (45,14,235). Sum of RGB (Red+Green+Blue) = 45+14+235=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D0EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0EEB is #D2F114. Grayscale: #2F2F2F. Windows color (decimal): -13824277 or 15404589. OLE color: 15404589.
HSL color Cylindrical-coordinate representation of color #2D0EEB: hue angle of 248.42º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0EEB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 14 | 235 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.08 |
| HSL | 248.42º | 0.89% | 0.49% | - |
| HSV(B) | 248.42º | 0.94% | 0.92% | - |
| XYZ | 16.23 | 6.87 | 79.07 | - |
| YUV | 48.46 | 233.27 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 235 | 0.81 | 0.94 | 0 | 0.08 | 248.42 | 0.89 | 0.49 |
| Hex | 2D | E | EB | 51 | 5E | 0 | 8 | F8 | 59 | 31 |
| Octal | 55 | 16 | 353 | 121 | 136 | 0 | 10 | 370 | 131 | 61 |
| Binary | 101101 | 1110 | 11101011 | 1010001 | 1011110 | 0 | 1000 | 11111000 | 1011001 | 110001 |
Color Harmonies of #2D0EEB
Complementary color
Monochromatic Colors of #2D0EEB
Black with #2D0EEB
Text Example
Text Example
White with #2D0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EEB; }
p { color: rgb(45,14,235); }
H1.HeaderClassName
{
color: #2D0EEB;
}
.AnyTagClassName
{
color: #2D0EEB;
}
</style>
background-color css
<style>
a { background-color: #2D0EEB; }
a { background-color: rgb(45,14,235); }
div.DivClassName
{
background-color: #2D0EEB;
}
.BgClassName
{
background-color: #2D0EEB;
}
</style>
border-color css
<style>
span { border-color: #2D0EEB; }
span { border-color: rgb(45,14,235); }
td.TdClassName
{
border-color: #2D0EEB;
}
.TagClassName
{
border-color: #2D0EEB;
}
</style>