Shades of Han Purple #2A0CEB
Tints of Han Purple #2A0CEB
RGB
CMYK
RGB Variations
Color information
#2A0CEB (or 0x2A0CEB) is known color: Han Purple. HEX triplet: 2A, 0C and EB. RGB value is (42,12,235). Sum of RGB (Red+Green+Blue) = 42+12+235=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 235 (92.19% from 255 or 81.31% from 289); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A0CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0CEB is #D5F314. Grayscale: #2D2D2D. Windows color (decimal): -14021397 or 15404074. OLE color: 15404074.
HSL color Cylindrical-coordinate representation of color #2A0CEB: hue angle of 248.07º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0CEB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 12 | 235 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.08 |
| HSL | 248.07º | 0.9% | 0.48% | - |
| HSV(B) | 248.07º | 0.95% | 0.92% | - |
| XYZ | 16.08 | 6.75 | 79.05 | - |
| YUV | 46.39 | 234.44 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 235 | 0.82 | 0.95 | 0 | 0.08 | 248.07 | 0.9 | 0.48 |
| Hex | 2A | C | EB | 52 | 5F | 0 | 8 | F8 | 5A | 30 |
| Octal | 52 | 14 | 353 | 122 | 137 | 0 | 10 | 370 | 132 | 60 |
| Binary | 101010 | 1100 | 11101011 | 1010010 | 1011111 | 0 | 1000 | 11111000 | 1011010 | 110000 |
Color Harmonies of #2A0CEB
Complementary color
Monochromatic Colors of #2A0CEB
Black with #2A0CEB
Text Example
Text Example
White with #2A0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CEB; }
p { color: rgb(42,12,235); }
H1.HeaderClassName
{
color: #2A0CEB;
}
.AnyTagClassName
{
color: #2A0CEB;
}
</style>
background-color css
<style>
a { background-color: #2A0CEB; }
a { background-color: rgb(42,12,235); }
div.DivClassName
{
background-color: #2A0CEB;
}
.BgClassName
{
background-color: #2A0CEB;
}
</style>
border-color css
<style>
span { border-color: #2A0CEB; }
span { border-color: rgb(42,12,235); }
td.TdClassName
{
border-color: #2A0CEB;
}
.TagClassName
{
border-color: #2A0CEB;
}
</style>