Shades of Han Purple #2B0CFF
Tints of Han Purple #2B0CFF
RGB
CMYK
RGB Variations
Color information
#2B0CFF (or 0x2B0CFF) is known color: Han Purple. HEX triplet: 2B, 0C and FF. RGB value is (43,12,255). Sum of RGB (Red+Green+Blue) = 43+12+255=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0CFF is #D4F300. Grayscale: #303030. Windows color (decimal): -13955841 or 16714795. OLE color: 16714795.
HSL color Cylindrical-coordinate representation of color #2B0CFF: hue angle of 247.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0CFF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 12 | 255 | - |
| CMYK | 0.83 | 0.95 | 0 | 0 |
| HSL | 247.65º | 1% | 0.52% | - |
| HSV(B) | 247.65º | 0.95% | 1% | - |
| XYZ | 19.18 | 8 | 95.14 | - |
| YUV | 48.97 | 244.27 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 255 | 0.83 | 0.95 | 0 | 0 | 247.65 | 1 | 0.52 |
| Hex | 2B | C | FF | 53 | 5F | 0 | 0 | F8 | 64 | 34 |
| Octal | 53 | 14 | 377 | 123 | 137 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101011 | 1100 | 11111111 | 1010011 | 1011111 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #2B0CFF
Complementary color
Monochromatic Colors of #2B0CFF
Black with #2B0CFF
Text Example
Text Example
White with #2B0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CFF; }
p { color: rgb(43,12,255); }
H1.HeaderClassName
{
color: #2B0CFF;
}
.AnyTagClassName
{
color: #2B0CFF;
}
</style>
background-color css
<style>
a { background-color: #2B0CFF; }
a { background-color: rgb(43,12,255); }
div.DivClassName
{
background-color: #2B0CFF;
}
.BgClassName
{
background-color: #2B0CFF;
}
</style>
border-color css
<style>
span { border-color: #2B0CFF; }
span { border-color: rgb(43,12,255); }
td.TdClassName
{
border-color: #2B0CFF;
}
.TagClassName
{
border-color: #2B0CFF;
}
</style>