Shades of Han Purple #2D0BFD
Tints of Han Purple #2D0BFD
RGB
CMYK
RGB Variations
Color information
#2D0BFD (or 0x2D0BFD) is known color: Han Purple. HEX triplet: 2D, 0B and FD. RGB value is (45,11,253). Sum of RGB (Red+Green+Blue) = 45+11+253=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D0BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0BFD is #D2F402. Grayscale: #2F2F2F. Windows color (decimal): -13825027 or 16583469. OLE color: 16583469.
HSL color Cylindrical-coordinate representation of color #2D0BFD: hue angle of 248.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0BFD is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 11 | 253 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.01 |
| HSL | 248.43º | 0.98% | 0.52% | - |
| HSV(B) | 248.43º | 0.96% | 0.99% | - |
| XYZ | 18.93 | 7.89 | 93.45 | - |
| YUV | 48.75 | 243.26 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 253 | 0.82 | 0.96 | 0 | 0.01 | 248.43 | 0.98 | 0.52 |
| Hex | 2D | B | FD | 52 | 60 | 0 | 1 | F8 | 62 | 34 |
| Octal | 55 | 13 | 375 | 122 | 140 | 0 | 1 | 370 | 142 | 64 |
| Binary | 101101 | 1011 | 11111101 | 1010010 | 1100000 | 0 | 1 | 11111000 | 1100010 | 110100 |
Color Harmonies of #2D0BFD
Complementary color
Monochromatic Colors of #2D0BFD
Black with #2D0BFD
Text Example
Text Example
White with #2D0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0BFD; }
p { color: rgb(45,11,253); }
H1.HeaderClassName
{
color: #2D0BFD;
}
.AnyTagClassName
{
color: #2D0BFD;
}
</style>
background-color css
<style>
a { background-color: #2D0BFD; }
a { background-color: rgb(45,11,253); }
div.DivClassName
{
background-color: #2D0BFD;
}
.BgClassName
{
background-color: #2D0BFD;
}
</style>
border-color css
<style>
span { border-color: #2D0BFD; }
span { border-color: rgb(45,11,253); }
td.TdClassName
{
border-color: #2D0BFD;
}
.TagClassName
{
border-color: #2D0BFD;
}
</style>