Shades of Han Purple #2D0DFB
Tints of Han Purple #2D0DFB
RGB
CMYK
RGB Variations
Color information
#2D0DFB (or 0x2D0DFB) is known color: Han Purple. HEX triplet: 2D, 0D and FB. RGB value is (45,13,251). Sum of RGB (Red+Green+Blue) = 45+13+251=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #2D0DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0DFB is #D2F204. Grayscale: #303030. Windows color (decimal): -13824517 or 16452909. OLE color: 16452909.
HSL color Cylindrical-coordinate representation of color #2D0DFB: hue angle of 248.07º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0DFB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 13 | 251 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.02 |
| HSL | 248.07º | 0.97% | 0.52% | - |
| HSV(B) | 248.07º | 0.95% | 0.98% | - |
| XYZ | 18.64 | 7.81 | 91.79 | - |
| YUV | 49.7 | 241.6 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 251 | 0.82 | 0.95 | 0 | 0.02 | 248.07 | 0.97 | 0.52 |
| Hex | 2D | D | FB | 52 | 5F | 0 | 2 | F8 | 61 | 34 |
| Octal | 55 | 15 | 373 | 122 | 137 | 0 | 2 | 370 | 141 | 64 |
| Binary | 101101 | 1101 | 11111011 | 1010010 | 1011111 | 0 | 10 | 11111000 | 1100001 | 110100 |
Color Harmonies of #2D0DFB
Complementary color
Monochromatic Colors of #2D0DFB
Black with #2D0DFB
Text Example
Text Example
White with #2D0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0DFB; }
p { color: rgb(45,13,251); }
H1.HeaderClassName
{
color: #2D0DFB;
}
.AnyTagClassName
{
color: #2D0DFB;
}
</style>
background-color css
<style>
a { background-color: #2D0DFB; }
a { background-color: rgb(45,13,251); }
div.DivClassName
{
background-color: #2D0DFB;
}
.BgClassName
{
background-color: #2D0DFB;
}
</style>
border-color css
<style>
span { border-color: #2D0DFB; }
span { border-color: rgb(45,13,251); }
td.TdClassName
{
border-color: #2D0DFB;
}
.TagClassName
{
border-color: #2D0DFB;
}
</style>