Shades of Han Purple #2D27EF
Tints of Han Purple #2D27EF
RGB
CMYK
RGB Variations
Color information
#2D27EF (or 0x2D27EF) is known color: Han Purple. HEX triplet: 2D, 27 and EF. RGB value is (45,39,239). Sum of RGB (Red+Green+Blue) = 45+39+239=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D27EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D27EF is #D2D810. Grayscale: #3E3E3E. Windows color (decimal): -13817873 or 15673133. OLE color: 15673133.
HSL color Cylindrical-coordinate representation of color #2D27EF: hue angle of 241.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D27EF is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 39 | 239 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.06 |
| HSL | 241.8º | 0.86% | 0.55% | - |
| HSV(B) | 241.8º | 0.84% | 0.94% | - |
| XYZ | 17.39 | 8.24 | 82.34 | - |
| YUV | 63.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 239 | 0.81 | 0.84 | 0 | 0.06 | 241.8 | 0.86 | 0.55 |
| Hex | 2D | 27 | EF | 51 | 54 | 0 | 6 | F2 | 56 | 37 |
| Octal | 55 | 47 | 357 | 121 | 124 | 0 | 6 | 362 | 126 | 67 |
| Binary | 101101 | 100111 | 11101111 | 1010001 | 1010100 | 0 | 110 | 11110010 | 1010110 | 110111 |
Color Harmonies of #2D27EF
Complementary color
Monochromatic Colors of #2D27EF
Black with #2D27EF
Text Example
Text Example
White with #2D27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D27EF; }
p { color: rgb(45,39,239); }
H1.HeaderClassName
{
color: #2D27EF;
}
.AnyTagClassName
{
color: #2D27EF;
}
</style>
background-color css
<style>
a { background-color: #2D27EF; }
a { background-color: rgb(45,39,239); }
div.DivClassName
{
background-color: #2D27EF;
}
.BgClassName
{
background-color: #2D27EF;
}
</style>
border-color css
<style>
span { border-color: #2D27EF; }
span { border-color: rgb(45,39,239); }
td.TdClassName
{
border-color: #2D27EF;
}
.TagClassName
{
border-color: #2D27EF;
}
</style>