Shades of Han Purple #2B25EF
Tints of Han Purple #2B25EF
RGB
CMYK
RGB Variations
Color information
#2B25EF (or 0x2B25EF) is known color: Han Purple. HEX triplet: 2B, 25 and EF. RGB value is (43,37,239). Sum of RGB (Red+Green+Blue) = 43+37+239=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B25EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B25EF is #D4DA10. Grayscale: #3D3D3D. Windows color (decimal): -13949457 or 15672619. OLE color: 15672619.
HSL color Cylindrical-coordinate representation of color #2B25EF: hue angle of 241.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B25EF is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 37 | 239 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.06 |
| HSL | 241.78º | 0.86% | 0.54% | - |
| HSV(B) | 241.78º | 0.85% | 0.94% | - |
| XYZ | 17.24 | 8.07 | 82.31 | - |
| YUV | 61.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 239 | 0.82 | 0.85 | 0 | 0.06 | 241.78 | 0.86 | 0.54 |
| Hex | 2B | 25 | EF | 52 | 55 | 0 | 6 | F2 | 56 | 36 |
| Octal | 53 | 45 | 357 | 122 | 125 | 0 | 6 | 362 | 126 | 66 |
| Binary | 101011 | 100101 | 11101111 | 1010010 | 1010101 | 0 | 110 | 11110010 | 1010110 | 110110 |
Color Harmonies of #2B25EF
Complementary color
Monochromatic Colors of #2B25EF
Black with #2B25EF
Text Example
Text Example
White with #2B25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B25EF; }
p { color: rgb(43,37,239); }
H1.HeaderClassName
{
color: #2B25EF;
}
.AnyTagClassName
{
color: #2B25EF;
}
</style>
background-color css
<style>
a { background-color: #2B25EF; }
a { background-color: rgb(43,37,239); }
div.DivClassName
{
background-color: #2B25EF;
}
.BgClassName
{
background-color: #2B25EF;
}
</style>
border-color css
<style>
span { border-color: #2B25EF; }
span { border-color: rgb(43,37,239); }
td.TdClassName
{
border-color: #2B25EF;
}
.TagClassName
{
border-color: #2B25EF;
}
</style>