Shades of Han Purple #2F1CE5
Tints of Han Purple #2F1CE5
RGB
CMYK
RGB Variations
Color information
#2F1CE5 (or 0x2F1CE5) is known color: Han Purple. HEX triplet: 2F, 1C and E5. RGB value is (47,28,229). Sum of RGB (Red+Green+Blue) = 47+28+229=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F1CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1CE5 is #D0E31A. Grayscale: #373737. Windows color (decimal): -13689627 or 15014959. OLE color: 15014959.
HSL color Cylindrical-coordinate representation of color #2F1CE5: hue angle of 245.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1CE5 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 28 | 229 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.10 |
| HSL | 245.67º | 0.79% | 0.5% | - |
| HSV(B) | 245.67º | 0.88% | 0.9% | - |
| XYZ | 15.73 | 7.09 | 74.67 | - |
| YUV | 56.6 | 225.29 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 229 | 0.79 | 0.88 | 0 | 0.10 | 245.67 | 0.79 | 0.5 |
| Hex | 2F | 1C | E5 | 4F | 58 | 0 | A | F6 | 4F | 32 |
| Octal | 57 | 34 | 345 | 117 | 130 | 0 | 12 | 366 | 117 | 62 |
| Binary | 101111 | 11100 | 11100101 | 1001111 | 1011000 | 0 | 1010 | 11110110 | 1001111 | 110010 |
Color Harmonies of #2F1CE5
Complementary color
Monochromatic Colors of #2F1CE5
Black with #2F1CE5
Text Example
Text Example
White with #2F1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1CE5; }
p { color: rgb(47,28,229); }
H1.HeaderClassName
{
color: #2F1CE5;
}
.AnyTagClassName
{
color: #2F1CE5;
}
</style>
background-color css
<style>
a { background-color: #2F1CE5; }
a { background-color: rgb(47,28,229); }
div.DivClassName
{
background-color: #2F1CE5;
}
.BgClassName
{
background-color: #2F1CE5;
}
</style>
border-color css
<style>
span { border-color: #2F1CE5; }
span { border-color: rgb(47,28,229); }
td.TdClassName
{
border-color: #2F1CE5;
}
.TagClassName
{
border-color: #2F1CE5;
}
</style>