Shades of Han Purple #2B04FD
Tints of Han Purple #2B04FD
RGB
CMYK
RGB Variations
Color information
#2B04FD (or 0x2B04FD) is known color: Han Purple. HEX triplet: 2B, 04 and FD. RGB value is (43,4,253). Sum of RGB (Red+Green+Blue) = 43+4+253=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B04FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B04FD is #D4FB02. Grayscale: #2B2B2B. Windows color (decimal): -13957891 or 16581675. OLE color: 16581675.
HSL color Cylindrical-coordinate representation of color #2B04FD: hue angle of 249.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04FD is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 4 | 253 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.01 |
| HSL | 249.4º | 0.98% | 0.5% | - |
| HSV(B) | 249.4º | 0.98% | 0.99% | - |
| XYZ | 18.77 | 7.69 | 93.42 | - |
| YUV | 44.05 | 245.92 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 253 | 0.83 | 0.98 | 0 | 0.01 | 249.4 | 0.98 | 0.5 |
| Hex | 2B | 4 | FD | 53 | 62 | 0 | 1 | F9 | 62 | 32 |
| Octal | 53 | 4 | 375 | 123 | 142 | 0 | 1 | 371 | 142 | 62 |
| Binary | 101011 | 100 | 11111101 | 1010011 | 1100010 | 0 | 1 | 11111001 | 1100010 | 110010 |
Color Harmonies of #2B04FD
Complementary color
Monochromatic Colors of #2B04FD
Black with #2B04FD
Text Example
Text Example
White with #2B04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B04FD; }
p { color: rgb(43,4,253); }
H1.HeaderClassName
{
color: #2B04FD;
}
.AnyTagClassName
{
color: #2B04FD;
}
</style>
background-color css
<style>
a { background-color: #2B04FD; }
a { background-color: rgb(43,4,253); }
div.DivClassName
{
background-color: #2B04FD;
}
.BgClassName
{
background-color: #2B04FD;
}
</style>
border-color css
<style>
span { border-color: #2B04FD; }
span { border-color: rgb(43,4,253); }
td.TdClassName
{
border-color: #2B04FD;
}
.TagClassName
{
border-color: #2B04FD;
}
</style>