Shades of Han Purple #2D2CEF
Tints of Han Purple #2D2CEF
RGB
CMYK
RGB Variations
Color information
#2D2CEF (or 0x2D2CEF) is known color: Han Purple. HEX triplet: 2D, 2C and EF. RGB value is (45,44,239). Sum of RGB (Red+Green+Blue) = 45+44+239=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2CEF is #D2D310. Grayscale: #414141. Windows color (decimal): -13816593 or 15674413. OLE color: 15674413.
HSL color Cylindrical-coordinate representation of color #2D2CEF: hue angle of 240.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D2CEF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 44 | 239 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.06 |
| HSL | 240.31º | 0.86% | 0.55% | - |
| HSV(B) | 240.31º | 0.82% | 0.94% | - |
| XYZ | 17.56 | 8.59 | 82.39 | - |
| YUV | 66.53 | 225.33 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 239 | 0.81 | 0.82 | 0 | 0.06 | 240.31 | 0.86 | 0.55 |
| Hex | 2D | 2C | EF | 51 | 52 | 0 | 6 | F0 | 56 | 37 |
| Octal | 55 | 54 | 357 | 121 | 122 | 0 | 6 | 360 | 126 | 67 |
| Binary | 101101 | 101100 | 11101111 | 1010001 | 1010010 | 0 | 110 | 11110000 | 1010110 | 110111 |
Color Harmonies of #2D2CEF
Complementary color
Monochromatic Colors of #2D2CEF
Black with #2D2CEF
Text Example
Text Example
White with #2D2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CEF; }
p { color: rgb(45,44,239); }
H1.HeaderClassName
{
color: #2D2CEF;
}
.AnyTagClassName
{
color: #2D2CEF;
}
</style>
background-color css
<style>
a { background-color: #2D2CEF; }
a { background-color: rgb(45,44,239); }
div.DivClassName
{
background-color: #2D2CEF;
}
.BgClassName
{
background-color: #2D2CEF;
}
</style>
border-color css
<style>
span { border-color: #2D2CEF; }
span { border-color: rgb(45,44,239); }
td.TdClassName
{
border-color: #2D2CEF;
}
.TagClassName
{
border-color: #2D2CEF;
}
</style>