Shades of Han Purple #2D0FEC
Tints of Han Purple #2D0FEC
RGB
CMYK
RGB Variations
Color information
#2D0FEC (or 0x2D0FEC) is known color: Han Purple. HEX triplet: 2D, 0F and EC. RGB value is (45,15,236). Sum of RGB (Red+Green+Blue) = 45+15+236=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 236 (92.58% from 255 or 79.73% from 296); Max value from RGB is 236 - color contains mainly: blue. Hex color #2D0FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0FEC is #D2F013. Grayscale: #303030. Windows color (decimal): -13824020 or 15470381. OLE color: 15470381.
HSL color Cylindrical-coordinate representation of color #2D0FEC: hue angle of 248.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0FEC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 15 | 236 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.07 |
| HSL | 248.14º | 0.88% | 0.49% | - |
| HSV(B) | 248.14º | 0.94% | 0.93% | - |
| XYZ | 16.39 | 6.96 | 79.84 | - |
| YUV | 49.16 | 233.44 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 236 | 0.81 | 0.94 | 0 | 0.07 | 248.14 | 0.88 | 0.49 |
| Hex | 2D | F | EC | 51 | 5E | 0 | 7 | F8 | 58 | 31 |
| Octal | 55 | 17 | 354 | 121 | 136 | 0 | 7 | 370 | 130 | 61 |
| Binary | 101101 | 1111 | 11101100 | 1010001 | 1011110 | 0 | 111 | 11111000 | 1011000 | 110001 |
Color Harmonies of #2D0FEC
Complementary color
Monochromatic Colors of #2D0FEC
Black with #2D0FEC
Text Example
Text Example
White with #2D0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FEC; }
p { color: rgb(45,15,236); }
H1.HeaderClassName
{
color: #2D0FEC;
}
.AnyTagClassName
{
color: #2D0FEC;
}
</style>
background-color css
<style>
a { background-color: #2D0FEC; }
a { background-color: rgb(45,15,236); }
div.DivClassName
{
background-color: #2D0FEC;
}
.BgClassName
{
background-color: #2D0FEC;
}
</style>
border-color css
<style>
span { border-color: #2D0FEC; }
span { border-color: rgb(45,15,236); }
td.TdClassName
{
border-color: #2D0FEC;
}
.TagClassName
{
border-color: #2D0FEC;
}
</style>