Shades of Han Purple #2D2BFC
Tints of Han Purple #2D2BFC
RGB
CMYK
RGB Variations
Color information
#2D2BFC (or 0x2D2BFC) is known color: Han Purple. HEX triplet: 2D, 2B and FC. RGB value is (45,43,252). Sum of RGB (Red+Green+Blue) = 45+43+252=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D2BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2BFC is #D2D403. Grayscale: #424242. Windows color (decimal): -13816836 or 16526125. OLE color: 16526125.
HSL color Cylindrical-coordinate representation of color #2D2BFC: hue angle of 240.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D2BFC is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 43 | 252 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.01 |
| HSL | 240.57º | 0.97% | 0.58% | - |
| HSV(B) | 240.57º | 0.83% | 0.99% | - |
| XYZ | 19.52 | 9.31 | 92.86 | - |
| YUV | 67.42 | 232.16 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 252 | 0.82 | 0.83 | 0 | 0.01 | 240.57 | 0.97 | 0.58 |
| Hex | 2D | 2B | FC | 52 | 53 | 0 | 1 | F1 | 61 | 3A |
| Octal | 55 | 53 | 374 | 122 | 123 | 0 | 1 | 361 | 141 | 72 |
| Binary | 101101 | 101011 | 11111100 | 1010010 | 1010011 | 0 | 1 | 11110001 | 1100001 | 111010 |
Color Harmonies of #2D2BFC
Complementary color
Monochromatic Colors of #2D2BFC
Black with #2D2BFC
Text Example
Text Example
White with #2D2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BFC; }
p { color: rgb(45,43,252); }
H1.HeaderClassName
{
color: #2D2BFC;
}
.AnyTagClassName
{
color: #2D2BFC;
}
</style>
background-color css
<style>
a { background-color: #2D2BFC; }
a { background-color: rgb(45,43,252); }
div.DivClassName
{
background-color: #2D2BFC;
}
.BgClassName
{
background-color: #2D2BFC;
}
</style>
border-color css
<style>
span { border-color: #2D2BFC; }
span { border-color: rgb(45,43,252); }
td.TdClassName
{
border-color: #2D2BFC;
}
.TagClassName
{
border-color: #2D2BFC;
}
</style>