Shades of Han Purple #2D2CEB
Tints of Han Purple #2D2CEB
RGB
CMYK
RGB Variations
Color information
#2D2CEB (or 0x2D2CEB) is known color: Han Purple. HEX triplet: 2D, 2C and EB. RGB value is (45,44,235). Sum of RGB (Red+Green+Blue) = 45+44+235=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D2CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2CEB is #D2D314. Grayscale: #414141. Windows color (decimal): -13816597 or 15412269. OLE color: 15412269.
HSL color Cylindrical-coordinate representation of color #2D2CEB: hue angle of 240.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D2CEB is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 44 | 235 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.08 |
| HSL | 240.31º | 0.83% | 0.55% | - |
| HSV(B) | 240.31º | 0.81% | 0.92% | - |
| XYZ | 16.98 | 8.36 | 79.32 | - |
| YUV | 66.07 | 223.33 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 235 | 0.81 | 0.81 | 0 | 0.08 | 240.31 | 0.83 | 0.55 |
| Hex | 2D | 2C | EB | 51 | 51 | 0 | 8 | F0 | 53 | 37 |
| Octal | 55 | 54 | 353 | 121 | 121 | 0 | 10 | 360 | 123 | 67 |
| Binary | 101101 | 101100 | 11101011 | 1010001 | 1010001 | 0 | 1000 | 11110000 | 1010011 | 110111 |
Color Harmonies of #2D2CEB
Complementary color
Monochromatic Colors of #2D2CEB
Black with #2D2CEB
Text Example
Text Example
White with #2D2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CEB; }
p { color: rgb(45,44,235); }
H1.HeaderClassName
{
color: #2D2CEB;
}
.AnyTagClassName
{
color: #2D2CEB;
}
</style>
background-color css
<style>
a { background-color: #2D2CEB; }
a { background-color: rgb(45,44,235); }
div.DivClassName
{
background-color: #2D2CEB;
}
.BgClassName
{
background-color: #2D2CEB;
}
</style>
border-color css
<style>
span { border-color: #2D2CEB; }
span { border-color: rgb(45,44,235); }
td.TdClassName
{
border-color: #2D2CEB;
}
.TagClassName
{
border-color: #2D2CEB;
}
</style>