Shades of Han Purple #2D00FD
Tints of Han Purple #2D00FD
RGB
CMYK
RGB Variations
Color information
#2D00FD (or 0x2D00FD) is known color: Han Purple. HEX triplet: 2D, 00 and FD. RGB value is (45,0,253). Sum of RGB (Red+Green+Blue) = 45+0+253=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D00FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D00FD is #D2FF02. Grayscale: #292929. Windows color (decimal): -13827843 or 16580653. OLE color: 16580653.
HSL color Cylindrical-coordinate representation of color #2D00FD: hue angle of 250.67º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00FD is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 0 | 253 | - |
| CMYK | 0.82 | 1 | 0 | 0.01 |
| HSL | 250.67º | 1% | 0.5% | - |
| HSV(B) | 250.67º | 1% | 0.99% | - |
| XYZ | 18.81 | 7.65 | 93.41 | - |
| YUV | 42.3 | 246.91 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 253 | 0.82 | 1 | 0 | 0.01 | 250.67 | 1 | 0.5 |
| Hex | 2D | 0 | FD | 52 | 64 | 0 | 1 | FB | 64 | 32 |
| Octal | 55 | 0 | 375 | 122 | 144 | 0 | 1 | 373 | 144 | 62 |
| Binary | 101101 | 0 | 11111101 | 1010010 | 1100100 | 0 | 1 | 11111011 | 1100100 | 110010 |
Color Harmonies of #2D00FD
Complementary color
Monochromatic Colors of #2D00FD
Black with #2D00FD
Text Example
Text Example
White with #2D00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00FD; }
p { color: rgb(45,0,253); }
H1.HeaderClassName
{
color: #2D00FD;
}
.AnyTagClassName
{
color: #2D00FD;
}
</style>
background-color css
<style>
a { background-color: #2D00FD; }
a { background-color: rgb(45,0,253); }
div.DivClassName
{
background-color: #2D00FD;
}
.BgClassName
{
background-color: #2D00FD;
}
</style>
border-color css
<style>
span { border-color: #2D00FD; }
span { border-color: rgb(45,0,253); }
td.TdClassName
{
border-color: #2D00FD;
}
.TagClassName
{
border-color: #2D00FD;
}
</style>