Shades of Han Purple #2F00EA
Tints of Han Purple #2F00EA
RGB
CMYK
RGB Variations
Color information
#2F00EA (or 0x2F00EA) is known color: Han Purple. HEX triplet: 2F, 00 and EA. RGB value is (47,0,234). Sum of RGB (Red+Green+Blue) = 47+0+234=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F00EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F00EA is #D0FF15. Grayscale: #272727. Windows color (decimal): -13696790 or 15335471. OLE color: 15335471.
HSL color Cylindrical-coordinate representation of color #2F00EA: hue angle of 252.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00EA is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 0 | 234 | - |
| CMYK | 0.80 | 1 | 0 | 0.08 |
| HSL | 252.05º | 1% | 0.46% | - |
| HSV(B) | 252.05º | 1% | 0.92% | - |
| XYZ | 16.02 | 6.54 | 78.26 | - |
| YUV | 40.73 | 237.07 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 234 | 0.80 | 1 | 0 | 0.08 | 252.05 | 1 | 0.46 |
| Hex | 2F | 0 | EA | 50 | 64 | 0 | 8 | FC | 64 | 2E |
| Octal | 57 | 0 | 352 | 120 | 144 | 0 | 10 | 374 | 144 | 56 |
| Binary | 101111 | 0 | 11101010 | 1010000 | 1100100 | 0 | 1000 | 11111100 | 1100100 | 101110 |
Color Harmonies of #2F00EA
Complementary color
Monochromatic Colors of #2F00EA
Black with #2F00EA
Text Example
Text Example
White with #2F00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F00EA; }
p { color: rgb(47,0,234); }
H1.HeaderClassName
{
color: #2F00EA;
}
.AnyTagClassName
{
color: #2F00EA;
}
</style>
background-color css
<style>
a { background-color: #2F00EA; }
a { background-color: rgb(47,0,234); }
div.DivClassName
{
background-color: #2F00EA;
}
.BgClassName
{
background-color: #2F00EA;
}
</style>
border-color css
<style>
span { border-color: #2F00EA; }
span { border-color: rgb(47,0,234); }
td.TdClassName
{
border-color: #2F00EA;
}
.TagClassName
{
border-color: #2F00EA;
}
</style>