Shades of Han Purple #2B25FF
Tints of Han Purple #2B25FF
RGB
CMYK
RGB Variations
Color information
#2B25FF (or 0x2B25FF) is known color: Han Purple. HEX triplet: 2B, 25 and FF. RGB value is (43,37,255). Sum of RGB (Red+Green+Blue) = 43+37+255=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B25FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B25FF is #D4DA00. Grayscale: #3E3E3E. Windows color (decimal): -13949441 or 16721195. OLE color: 16721195.
HSL color Cylindrical-coordinate representation of color #2B25FF: hue angle of 241.65º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B25FF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 37 | 255 | - |
| CMYK | 0.83 | 0.85 | 0 | 0 |
| HSL | 241.65º | 1% | 0.57% | - |
| HSV(B) | 241.65º | 0.85% | 1% | - |
| XYZ | 19.71 | 9.06 | 95.32 | - |
| YUV | 63.65 | 235.99 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 255 | 0.83 | 0.85 | 0 | 0 | 241.65 | 1 | 0.57 |
| Hex | 2B | 25 | FF | 53 | 55 | 0 | 0 | F2 | 64 | 39 |
| Octal | 53 | 45 | 377 | 123 | 125 | 0 | 0 | 362 | 144 | 71 |
| Binary | 101011 | 100101 | 11111111 | 1010011 | 1010101 | 0 | 0 | 11110010 | 1100100 | 111001 |
Color Harmonies of #2B25FF
Complementary color
Monochromatic Colors of #2B25FF
Black with #2B25FF
Text Example
Text Example
White with #2B25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B25FF; }
p { color: rgb(43,37,255); }
H1.HeaderClassName
{
color: #2B25FF;
}
.AnyTagClassName
{
color: #2B25FF;
}
</style>
background-color css
<style>
a { background-color: #2B25FF; }
a { background-color: rgb(43,37,255); }
div.DivClassName
{
background-color: #2B25FF;
}
.BgClassName
{
background-color: #2B25FF;
}
</style>
border-color css
<style>
span { border-color: #2B25FF; }
span { border-color: rgb(43,37,255); }
td.TdClassName
{
border-color: #2B25FF;
}
.TagClassName
{
border-color: #2B25FF;
}
</style>