Shades of Han Purple #2D05EF
Tints of Han Purple #2D05EF
RGB
CMYK
RGB Variations
Color information
#2D05EF (or 0x2D05EF) is known color: Han Purple. HEX triplet: 2D, 05 and EF. RGB value is (45,5,239). Sum of RGB (Red+Green+Blue) = 45+5+239=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D05EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D05EF is #D2FA10. Grayscale: #2A2A2A. Windows color (decimal): -13826577 or 15664429. OLE color: 15664429.
HSL color Cylindrical-coordinate representation of color #2D05EF: hue angle of 250.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D05EF is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 5 | 239 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.06 |
| HSL | 250.26º | 0.96% | 0.48% | - |
| HSV(B) | 250.26º | 0.98% | 0.94% | - |
| XYZ | 16.72 | 6.9 | 82.11 | - |
| YUV | 43.64 | 238.25 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 239 | 0.81 | 0.98 | 0 | 0.06 | 250.26 | 0.96 | 0.48 |
| Hex | 2D | 5 | EF | 51 | 62 | 0 | 6 | FA | 60 | 30 |
| Octal | 55 | 5 | 357 | 121 | 142 | 0 | 6 | 372 | 140 | 60 |
| Binary | 101101 | 101 | 11101111 | 1010001 | 1100010 | 0 | 110 | 11111010 | 1100000 | 110000 |
Color Harmonies of #2D05EF
Complementary color
Monochromatic Colors of #2D05EF
Black with #2D05EF
Text Example
Text Example
White with #2D05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D05EF; }
p { color: rgb(45,5,239); }
H1.HeaderClassName
{
color: #2D05EF;
}
.AnyTagClassName
{
color: #2D05EF;
}
</style>
background-color css
<style>
a { background-color: #2D05EF; }
a { background-color: rgb(45,5,239); }
div.DivClassName
{
background-color: #2D05EF;
}
.BgClassName
{
background-color: #2D05EF;
}
</style>
border-color css
<style>
span { border-color: #2D05EF; }
span { border-color: rgb(45,5,239); }
td.TdClassName
{
border-color: #2D05EF;
}
.TagClassName
{
border-color: #2D05EF;
}
</style>