Shades of Han Purple #2D05EB
Tints of Han Purple #2D05EB
RGB
CMYK
RGB Variations
Color information
#2D05EB (or 0x2D05EB) is known color: Han Purple. HEX triplet: 2D, 05 and EB. RGB value is (45,5,235). Sum of RGB (Red+Green+Blue) = 45+5+235=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 235 (92.19% from 255 or 82.46% from 285); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D05EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D05EB is #D2FA14. Grayscale: #2A2A2A. Windows color (decimal): -13826581 or 15402285. OLE color: 15402285.
HSL color Cylindrical-coordinate representation of color #2D05EB: hue angle of 250.43º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D05EB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 5 | 235 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.08 |
| HSL | 250.43º | 0.96% | 0.47% | - |
| HSV(B) | 250.43º | 0.98% | 0.92% | - |
| XYZ | 16.13 | 6.66 | 79.03 | - |
| YUV | 43.18 | 236.25 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 235 | 0.81 | 0.98 | 0 | 0.08 | 250.43 | 0.96 | 0.47 |
| Hex | 2D | 5 | EB | 51 | 62 | 0 | 8 | FA | 60 | 2F |
| Octal | 55 | 5 | 353 | 121 | 142 | 0 | 10 | 372 | 140 | 57 |
| Binary | 101101 | 101 | 11101011 | 1010001 | 1100010 | 0 | 1000 | 11111010 | 1100000 | 101111 |
Color Harmonies of #2D05EB
Complementary color
Monochromatic Colors of #2D05EB
Black with #2D05EB
Text Example
Text Example
White with #2D05EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D05EB; }
p { color: rgb(45,5,235); }
H1.HeaderClassName
{
color: #2D05EB;
}
.AnyTagClassName
{
color: #2D05EB;
}
</style>
background-color css
<style>
a { background-color: #2D05EB; }
a { background-color: rgb(45,5,235); }
div.DivClassName
{
background-color: #2D05EB;
}
.BgClassName
{
background-color: #2D05EB;
}
</style>
border-color css
<style>
span { border-color: #2D05EB; }
span { border-color: rgb(45,5,235); }
td.TdClassName
{
border-color: #2D05EB;
}
.TagClassName
{
border-color: #2D05EB;
}
</style>