Shades of Han Purple #2B04FF
Tints of Han Purple #2B04FF
RGB
CMYK
RGB Variations
Color information
#2B04FF (or 0x2B04FF) is known color: Han Purple. HEX triplet: 2B, 04 and FF. RGB value is (43,4,255). Sum of RGB (Red+Green+Blue) = 43+4+255=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B04FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B04FF is #D4FB00. Grayscale: #2B2B2B. Windows color (decimal): -13957889 or 16712747. OLE color: 16712747.
HSL color Cylindrical-coordinate representation of color #2B04FF: hue angle of 249.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04FF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 4 | 255 | - |
| CMYK | 0.83 | 0.98 | 0 | 0 |
| HSL | 249.32º | 1% | 0.51% | - |
| HSV(B) | 249.32º | 0.98% | 1% | - |
| XYZ | 19.09 | 7.82 | 95.11 | - |
| YUV | 44.28 | 246.92 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 255 | 0.83 | 0.98 | 0 | 0 | 249.32 | 1 | 0.51 |
| Hex | 2B | 4 | FF | 53 | 62 | 0 | 0 | F9 | 64 | 33 |
| Octal | 53 | 4 | 377 | 123 | 142 | 0 | 0 | 371 | 144 | 63 |
| Binary | 101011 | 100 | 11111111 | 1010011 | 1100010 | 0 | 0 | 11111001 | 1100100 | 110011 |
Color Harmonies of #2B04FF
Complementary color
Monochromatic Colors of #2B04FF
Black with #2B04FF
Text Example
Text Example
White with #2B04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B04FF; }
p { color: rgb(43,4,255); }
H1.HeaderClassName
{
color: #2B04FF;
}
.AnyTagClassName
{
color: #2B04FF;
}
</style>
background-color css
<style>
a { background-color: #2B04FF; }
a { background-color: rgb(43,4,255); }
div.DivClassName
{
background-color: #2B04FF;
}
.BgClassName
{
background-color: #2B04FF;
}
</style>
border-color css
<style>
span { border-color: #2B04FF; }
span { border-color: rgb(43,4,255); }
td.TdClassName
{
border-color: #2B04FF;
}
.TagClassName
{
border-color: #2B04FF;
}
</style>