Shades of Han Purple #2B04FA
Tints of Han Purple #2B04FA
RGB
CMYK
RGB Variations
Color information
#2B04FA (or 0x2B04FA) is known color: Han Purple. HEX triplet: 2B, 04 and FA. RGB value is (43,4,250). Sum of RGB (Red+Green+Blue) = 43+4+250=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B04FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B04FA is #D4FB05. Grayscale: #2A2A2A. Windows color (decimal): -13957894 or 16385067. OLE color: 16385067.
HSL color Cylindrical-coordinate representation of color #2B04FA: hue angle of 249.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04FA is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 4 | 250 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.02 |
| HSL | 249.51º | 0.97% | 0.5% | - |
| HSV(B) | 249.51º | 0.98% | 0.98% | - |
| XYZ | 18.3 | 7.5 | 90.93 | - |
| YUV | 43.71 | 244.42 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 250 | 0.83 | 0.98 | 0 | 0.02 | 249.51 | 0.97 | 0.5 |
| Hex | 2B | 4 | FA | 53 | 62 | 0 | 2 | FA | 61 | 32 |
| Octal | 53 | 4 | 372 | 123 | 142 | 0 | 2 | 372 | 141 | 62 |
| Binary | 101011 | 100 | 11111010 | 1010011 | 1100010 | 0 | 10 | 11111010 | 1100001 | 110010 |
Color Harmonies of #2B04FA
Complementary color
Monochromatic Colors of #2B04FA
Black with #2B04FA
Text Example
Text Example
White with #2B04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B04FA; }
p { color: rgb(43,4,250); }
H1.HeaderClassName
{
color: #2B04FA;
}
.AnyTagClassName
{
color: #2B04FA;
}
</style>
background-color css
<style>
a { background-color: #2B04FA; }
a { background-color: rgb(43,4,250); }
div.DivClassName
{
background-color: #2B04FA;
}
.BgClassName
{
background-color: #2B04FA;
}
</style>
border-color css
<style>
span { border-color: #2B04FA; }
span { border-color: rgb(43,4,250); }
td.TdClassName
{
border-color: #2B04FA;
}
.TagClassName
{
border-color: #2B04FA;
}
</style>