Shades of Han Purple #2D00EF
Tints of Han Purple #2D00EF
RGB
CMYK
RGB Variations
Color information
#2D00EF (or 0x2D00EF) is known color: Han Purple. HEX triplet: 2D, 00 and EF. RGB value is (45,0,239). Sum of RGB (Red+Green+Blue) = 45+0+239=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D00EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D00EF is #D2FF10. Grayscale: #272727. Windows color (decimal): -13827857 or 15663149. OLE color: 15663149.
HSL color Cylindrical-coordinate representation of color #2D00EF: hue angle of 251.3º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00EF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 0 | 239 | - |
| CMYK | 0.81 | 1 | 0 | 0.06 |
| HSL | 251.3º | 1% | 0.47% | - |
| HSV(B) | 251.3º | 1% | 0.94% | - |
| XYZ | 16.66 | 6.79 | 82.09 | - |
| YUV | 40.7 | 239.91 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 239 | 0.81 | 1 | 0 | 0.06 | 251.3 | 1 | 0.47 |
| Hex | 2D | 0 | EF | 51 | 64 | 0 | 6 | FB | 64 | 2F |
| Octal | 55 | 0 | 357 | 121 | 144 | 0 | 6 | 373 | 144 | 57 |
| Binary | 101101 | 0 | 11101111 | 1010001 | 1100100 | 0 | 110 | 11111011 | 1100100 | 101111 |
Color Harmonies of #2D00EF
Complementary color
Monochromatic Colors of #2D00EF
Black with #2D00EF
Text Example
Text Example
White with #2D00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00EF; }
p { color: rgb(45,0,239); }
H1.HeaderClassName
{
color: #2D00EF;
}
.AnyTagClassName
{
color: #2D00EF;
}
</style>
background-color css
<style>
a { background-color: #2D00EF; }
a { background-color: rgb(45,0,239); }
div.DivClassName
{
background-color: #2D00EF;
}
.BgClassName
{
background-color: #2D00EF;
}
</style>
border-color css
<style>
span { border-color: #2D00EF; }
span { border-color: rgb(45,0,239); }
td.TdClassName
{
border-color: #2D00EF;
}
.TagClassName
{
border-color: #2D00EF;
}
</style>