Shades of Han Purple #2D25EA
Tints of Han Purple #2D25EA
RGB
CMYK
RGB Variations
Color information
#2D25EA (or 0x2D25EA) is known color: Han Purple. HEX triplet: 2D, 25 and EA. RGB value is (45,37,234). Sum of RGB (Red+Green+Blue) = 45+37+234=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D25EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D25EA is #D2DA15. Grayscale: #3D3D3D. Windows color (decimal): -13818390 or 15344941. OLE color: 15344941.
HSL color Cylindrical-coordinate representation of color #2D25EA: hue angle of 242.44º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D25EA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 37 | 234 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.08 |
| HSL | 242.44º | 0.82% | 0.53% | - |
| HSV(B) | 242.44º | 0.84% | 0.92% | - |
| XYZ | 16.6 | 7.82 | 78.48 | - |
| YUV | 61.85 | 225.15 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 234 | 0.81 | 0.84 | 0 | 0.08 | 242.44 | 0.82 | 0.53 |
| Hex | 2D | 25 | EA | 51 | 54 | 0 | 8 | F2 | 52 | 35 |
| Octal | 55 | 45 | 352 | 121 | 124 | 0 | 10 | 362 | 122 | 65 |
| Binary | 101101 | 100101 | 11101010 | 1010001 | 1010100 | 0 | 1000 | 11110010 | 1010010 | 110101 |
Color Harmonies of #2D25EA
Complementary color
Monochromatic Colors of #2D25EA
Black with #2D25EA
Text Example
Text Example
White with #2D25EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D25EA; }
p { color: rgb(45,37,234); }
H1.HeaderClassName
{
color: #2D25EA;
}
.AnyTagClassName
{
color: #2D25EA;
}
</style>
background-color css
<style>
a { background-color: #2D25EA; }
a { background-color: rgb(45,37,234); }
div.DivClassName
{
background-color: #2D25EA;
}
.BgClassName
{
background-color: #2D25EA;
}
</style>
border-color css
<style>
span { border-color: #2D25EA; }
span { border-color: rgb(45,37,234); }
td.TdClassName
{
border-color: #2D25EA;
}
.TagClassName
{
border-color: #2D25EA;
}
</style>