Shades of Han Purple #2F03EA
Tints of Han Purple #2F03EA
RGB
CMYK
RGB Variations
Color information
#2F03EA (or 0x2F03EA) is known color: Han Purple. HEX triplet: 2F, 03 and EA. RGB value is (47,3,234). Sum of RGB (Red+Green+Blue) = 47+3+234=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 234 (91.80% from 255 or 82.39% from 284); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F03EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F03EA is #D0FC15. Grayscale: #292929. Windows color (decimal): -13696022 or 15336239. OLE color: 15336239.
HSL color Cylindrical-coordinate representation of color #2F03EA: hue angle of 251.43º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F03EA is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 3 | 234 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.08 |
| HSL | 251.43º | 0.97% | 0.46% | - |
| HSV(B) | 251.43º | 0.99% | 0.92% | - |
| XYZ | 16.06 | 6.61 | 78.27 | - |
| YUV | 42.49 | 236.08 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 234 | 0.80 | 0.99 | 0 | 0.08 | 251.43 | 0.97 | 0.46 |
| Hex | 2F | 3 | EA | 50 | 63 | 0 | 8 | FB | 61 | 2E |
| Octal | 57 | 3 | 352 | 120 | 143 | 0 | 10 | 373 | 141 | 56 |
| Binary | 101111 | 11 | 11101010 | 1010000 | 1100011 | 0 | 1000 | 11111011 | 1100001 | 101110 |
Color Harmonies of #2F03EA
Complementary color
Monochromatic Colors of #2F03EA
Black with #2F03EA
Text Example
Text Example
White with #2F03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03EA; }
p { color: rgb(47,3,234); }
H1.HeaderClassName
{
color: #2F03EA;
}
.AnyTagClassName
{
color: #2F03EA;
}
</style>
background-color css
<style>
a { background-color: #2F03EA; }
a { background-color: rgb(47,3,234); }
div.DivClassName
{
background-color: #2F03EA;
}
.BgClassName
{
background-color: #2F03EA;
}
</style>
border-color css
<style>
span { border-color: #2F03EA; }
span { border-color: rgb(47,3,234); }
td.TdClassName
{
border-color: #2F03EA;
}
.TagClassName
{
border-color: #2F03EA;
}
</style>