Shades of Han Purple #2D0BFF
Tints of Han Purple #2D0BFF
RGB
CMYK
RGB Variations
Color information
#2D0BFF (or 0x2D0BFF) is known color: Han Purple. HEX triplet: 2D, 0B and FF. RGB value is (45,11,255). Sum of RGB (Red+Green+Blue) = 45+11+255=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D0BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0BFF is #D2F400. Grayscale: #303030. Windows color (decimal): -13825025 or 16714541. OLE color: 16714541.
HSL color Cylindrical-coordinate representation of color #2D0BFF: hue angle of 248.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0BFF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 11 | 255 | - |
| CMYK | 0.82 | 0.96 | 0 | 0 |
| HSL | 248.36º | 1% | 0.52% | - |
| HSV(B) | 248.36º | 0.96% | 1% | - |
| XYZ | 19.25 | 8.02 | 95.14 | - |
| YUV | 48.98 | 244.26 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 255 | 0.82 | 0.96 | 0 | 0 | 248.36 | 1 | 0.52 |
| Hex | 2D | B | FF | 52 | 60 | 0 | 0 | F8 | 64 | 34 |
| Octal | 55 | 13 | 377 | 122 | 140 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101101 | 1011 | 11111111 | 1010010 | 1100000 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #2D0BFF
Complementary color
Monochromatic Colors of #2D0BFF
Black with #2D0BFF
Text Example
Text Example
White with #2D0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0BFF; }
p { color: rgb(45,11,255); }
H1.HeaderClassName
{
color: #2D0BFF;
}
.AnyTagClassName
{
color: #2D0BFF;
}
</style>
background-color css
<style>
a { background-color: #2D0BFF; }
a { background-color: rgb(45,11,255); }
div.DivClassName
{
background-color: #2D0BFF;
}
.BgClassName
{
background-color: #2D0BFF;
}
</style>
border-color css
<style>
span { border-color: #2D0BFF; }
span { border-color: rgb(45,11,255); }
td.TdClassName
{
border-color: #2D0BFF;
}
.TagClassName
{
border-color: #2D0BFF;
}
</style>