Shades of Han Purple #2D0FE2
Tints of Han Purple #2D0FE2
RGB
CMYK
RGB Variations
Color information
#2D0FE2 (or 0x2D0FE2) is known color: Han Purple. HEX triplet: 2D, 0F and E2. RGB value is (45,15,226). Sum of RGB (Red+Green+Blue) = 45+15+226=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 226 (88.67% from 255 or 79.02% from 286); Max value from RGB is 226 - color contains mainly: blue. Hex color #2D0FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FE2 is #D2F01D. Grayscale: #2F2F2F. Windows color (decimal): -13824030 or 14815021. OLE color: 14815021.
HSL color Cylindrical-coordinate representation of color #2D0FE2: hue angle of 248.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0FE2 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 15 | 226 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.11 |
| HSL | 248.53º | 0.88% | 0.47% | - |
| HSV(B) | 248.53º | 0.93% | 0.89% | - |
| XYZ | 14.98 | 6.39 | 72.4 | - |
| YUV | 48.02 | 228.44 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 226 | 0.80 | 0.93 | 0 | 0.11 | 248.53 | 0.88 | 0.47 |
| Hex | 2D | F | E2 | 50 | 5D | 0 | B | F9 | 58 | 2F |
| Octal | 55 | 17 | 342 | 120 | 135 | 0 | 13 | 371 | 130 | 57 |
| Binary | 101101 | 1111 | 11100010 | 1010000 | 1011101 | 0 | 1011 | 11111001 | 1011000 | 101111 |
Color Harmonies of #2D0FE2
Complementary color
Monochromatic Colors of #2D0FE2
Black with #2D0FE2
Text Example
Text Example
White with #2D0FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FE2; }
p { color: rgb(45,15,226); }
H1.HeaderClassName
{
color: #2D0FE2;
}
.AnyTagClassName
{
color: #2D0FE2;
}
</style>
background-color css
<style>
a { background-color: #2D0FE2; }
a { background-color: rgb(45,15,226); }
div.DivClassName
{
background-color: #2D0FE2;
}
.BgClassName
{
background-color: #2D0FE2;
}
</style>
border-color css
<style>
span { border-color: #2D0FE2; }
span { border-color: rgb(45,15,226); }
td.TdClassName
{
border-color: #2D0FE2;
}
.TagClassName
{
border-color: #2D0FE2;
}
</style>