Shades of Han Purple #2D05E5
Tints of Han Purple #2D05E5
RGB
CMYK
RGB Variations
Color information
#2D05E5 (or 0x2D05E5) is known color: Han Purple. HEX triplet: 2D, 05 and E5. RGB value is (45,5,229). Sum of RGB (Red+Green+Blue) = 45+5+229=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #2D05E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D05E5 is #D2FA1A. Grayscale: #292929. Windows color (decimal): -13826587 or 15009069. OLE color: 15009069.
HSL color Cylindrical-coordinate representation of color #2D05E5: hue angle of 250.71º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D05E5 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 5 | 229 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.10 |
| HSL | 250.71º | 0.96% | 0.46% | - |
| HSV(B) | 250.71º | 0.98% | 0.9% | - |
| XYZ | 15.28 | 6.32 | 74.54 | - |
| YUV | 42.5 | 233.25 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 229 | 0.80 | 0.98 | 0 | 0.10 | 250.71 | 0.96 | 0.46 |
| Hex | 2D | 5 | E5 | 50 | 62 | 0 | A | FB | 60 | 2E |
| Octal | 55 | 5 | 345 | 120 | 142 | 0 | 12 | 373 | 140 | 56 |
| Binary | 101101 | 101 | 11100101 | 1010000 | 1100010 | 0 | 1010 | 11111011 | 1100000 | 101110 |
Color Harmonies of #2D05E5
Complementary color
Monochromatic Colors of #2D05E5
Black with #2D05E5
Text Example
Text Example
White with #2D05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D05E5; }
p { color: rgb(45,5,229); }
H1.HeaderClassName
{
color: #2D05E5;
}
.AnyTagClassName
{
color: #2D05E5;
}
</style>
background-color css
<style>
a { background-color: #2D05E5; }
a { background-color: rgb(45,5,229); }
div.DivClassName
{
background-color: #2D05E5;
}
.BgClassName
{
background-color: #2D05E5;
}
</style>
border-color css
<style>
span { border-color: #2D05E5; }
span { border-color: rgb(45,5,229); }
td.TdClassName
{
border-color: #2D05E5;
}
.TagClassName
{
border-color: #2D05E5;
}
</style>