Shades of Han Purple #2F0AE2
Tints of Han Purple #2F0AE2
RGB
CMYK
RGB Variations
Color information
#2F0AE2 (or 0x2F0AE2) is known color: Han Purple. HEX triplet: 2F, 0A and E2. RGB value is (47,10,226). Sum of RGB (Red+Green+Blue) = 47+10+226=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 226 (88.67% from 255 or 79.86% from 283); Max value from RGB is 226 - color contains mainly: blue. Hex color #2F0AE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0AE2 is #D0F51D. Grayscale: #2C2C2C. Windows color (decimal): -13694238 or 14813743. OLE color: 14813743.
HSL color Cylindrical-coordinate representation of color #2F0AE2: hue angle of 250.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0AE2 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 10 | 226 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.11 |
| HSL | 250.28º | 0.92% | 0.46% | - |
| HSV(B) | 250.28º | 0.96% | 0.89% | - |
| XYZ | 15.01 | 6.31 | 72.38 | - |
| YUV | 45.69 | 229.76 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 226 | 0.79 | 0.96 | 0 | 0.11 | 250.28 | 0.92 | 0.46 |
| Hex | 2F | A | E2 | 4F | 60 | 0 | B | FA | 5C | 2E |
| Octal | 57 | 12 | 342 | 117 | 140 | 0 | 13 | 372 | 134 | 56 |
| Binary | 101111 | 1010 | 11100010 | 1001111 | 1100000 | 0 | 1011 | 11111010 | 1011100 | 101110 |
Color Harmonies of #2F0AE2
Complementary color
Monochromatic Colors of #2F0AE2
Black with #2F0AE2
Text Example
Text Example
White with #2F0AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AE2; }
p { color: rgb(47,10,226); }
H1.HeaderClassName
{
color: #2F0AE2;
}
.AnyTagClassName
{
color: #2F0AE2;
}
</style>
background-color css
<style>
a { background-color: #2F0AE2; }
a { background-color: rgb(47,10,226); }
div.DivClassName
{
background-color: #2F0AE2;
}
.BgClassName
{
background-color: #2F0AE2;
}
</style>
border-color css
<style>
span { border-color: #2F0AE2; }
span { border-color: rgb(47,10,226); }
td.TdClassName
{
border-color: #2F0AE2;
}
.TagClassName
{
border-color: #2F0AE2;
}
</style>