Shades of Han Purple #2A15DE
Tints of Han Purple #2A15DE
RGB
CMYK
RGB Variations
Color information
#2A15DE (or 0x2A15DE) is known color: Han Purple. HEX triplet: 2A, 15 and DE. RGB value is (42,21,222). Sum of RGB (Red+Green+Blue) = 42+21+222=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A15DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A15DE is #D5EA21. Grayscale: #313131. Windows color (decimal): -14019106 or 14554410. OLE color: 14554410.
HSL color Cylindrical-coordinate representation of color #2A15DE: hue angle of 246.27º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A15DE is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 21 | 222 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.13 |
| HSL | 246.27º | 0.83% | 0.48% | - |
| HSV(B) | 246.27º | 0.91% | 0.87% | - |
| XYZ | 14.41 | 6.3 | 69.56 | - |
| YUV | 50.19 | 224.96 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 222 | 0.81 | 0.91 | 0 | 0.13 | 246.27 | 0.83 | 0.48 |
| Hex | 2A | 15 | DE | 51 | 5B | 0 | D | F6 | 53 | 30 |
| Octal | 52 | 25 | 336 | 121 | 133 | 0 | 15 | 366 | 123 | 60 |
| Binary | 101010 | 10101 | 11011110 | 1010001 | 1011011 | 0 | 1101 | 11110110 | 1010011 | 110000 |
Color Harmonies of #2A15DE
Complementary color
Monochromatic Colors of #2A15DE
Black with #2A15DE
Text Example
Text Example
White with #2A15DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A15DE; }
p { color: rgb(42,21,222); }
H1.HeaderClassName
{
color: #2A15DE;
}
.AnyTagClassName
{
color: #2A15DE;
}
</style>
background-color css
<style>
a { background-color: #2A15DE; }
a { background-color: rgb(42,21,222); }
div.DivClassName
{
background-color: #2A15DE;
}
.BgClassName
{
background-color: #2A15DE;
}
</style>
border-color css
<style>
span { border-color: #2A15DE; }
span { border-color: rgb(42,21,222); }
td.TdClassName
{
border-color: #2A15DE;
}
.TagClassName
{
border-color: #2A15DE;
}
</style>