Shades of Han Purple #2D00EB
Tints of Han Purple #2D00EB
RGB
CMYK
RGB Variations
Color information
#2D00EB (or 0x2D00EB) is known color: Han Purple. HEX triplet: 2D, 00 and EB. RGB value is (45,0,235). Sum of RGB (Red+Green+Blue) = 45+0+235=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D00EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D00EB is #D2FF14. Grayscale: #272727. Windows color (decimal): -13827861 or 15401005. OLE color: 15401005.
HSL color Cylindrical-coordinate representation of color #2D00EB: hue angle of 251.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00EB is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 0 | 235 | - |
| CMYK | 0.81 | 1 | 0 | 0.08 |
| HSL | 251.49º | 1% | 0.46% | - |
| HSV(B) | 251.49º | 1% | 0.92% | - |
| XYZ | 16.08 | 6.56 | 79.02 | - |
| YUV | 40.25 | 237.91 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 235 | 0.81 | 1 | 0 | 0.08 | 251.49 | 1 | 0.46 |
| Hex | 2D | 0 | EB | 51 | 64 | 0 | 8 | FB | 64 | 2E |
| Octal | 55 | 0 | 353 | 121 | 144 | 0 | 10 | 373 | 144 | 56 |
| Binary | 101101 | 0 | 11101011 | 1010001 | 1100100 | 0 | 1000 | 11111011 | 1100100 | 101110 |
Color Harmonies of #2D00EB
Complementary color
Monochromatic Colors of #2D00EB
Black with #2D00EB
Text Example
Text Example
White with #2D00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00EB; }
p { color: rgb(45,0,235); }
H1.HeaderClassName
{
color: #2D00EB;
}
.AnyTagClassName
{
color: #2D00EB;
}
</style>
background-color css
<style>
a { background-color: #2D00EB; }
a { background-color: rgb(45,0,235); }
div.DivClassName
{
background-color: #2D00EB;
}
.BgClassName
{
background-color: #2D00EB;
}
</style>
border-color css
<style>
span { border-color: #2D00EB; }
span { border-color: rgb(45,0,235); }
td.TdClassName
{
border-color: #2D00EB;
}
.TagClassName
{
border-color: #2D00EB;
}
</style>