Shades of Han Purple #2F1EDC
Tints of Han Purple #2F1EDC
RGB
CMYK
RGB Variations
Color information
#2F1EDC (or 0x2F1EDC) is known color: Han Purple. HEX triplet: 2F, 1E and DC. RGB value is (47,30,220). Sum of RGB (Red+Green+Blue) = 47+30+220=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F1EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1EDC is #D0E123. Grayscale: #383838. Windows color (decimal): -13689124 or 14425647. OLE color: 14425647.
HSL color Cylindrical-coordinate representation of color #2F1EDC: hue angle of 245.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F1EDC is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 30 | 220 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.14 |
| HSL | 245.37º | 0.76% | 0.49% | - |
| HSV(B) | 245.37º | 0.86% | 0.86% | - |
| XYZ | 14.55 | 6.7 | 68.24 | - |
| YUV | 56.74 | 220.13 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 220 | 0.79 | 0.86 | 0 | 0.14 | 245.37 | 0.76 | 0.49 |
| Hex | 2F | 1E | DC | 4F | 56 | 0 | E | F5 | 4C | 31 |
| Octal | 57 | 36 | 334 | 117 | 126 | 0 | 16 | 365 | 114 | 61 |
| Binary | 101111 | 11110 | 11011100 | 1001111 | 1010110 | 0 | 1110 | 11110101 | 1001100 | 110001 |
Color Harmonies of #2F1EDC
Complementary color
Monochromatic Colors of #2F1EDC
Black with #2F1EDC
Text Example
Text Example
White with #2F1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1EDC; }
p { color: rgb(47,30,220); }
H1.HeaderClassName
{
color: #2F1EDC;
}
.AnyTagClassName
{
color: #2F1EDC;
}
</style>
background-color css
<style>
a { background-color: #2F1EDC; }
a { background-color: rgb(47,30,220); }
div.DivClassName
{
background-color: #2F1EDC;
}
.BgClassName
{
background-color: #2F1EDC;
}
</style>
border-color css
<style>
span { border-color: #2F1EDC; }
span { border-color: rgb(47,30,220); }
td.TdClassName
{
border-color: #2F1EDC;
}
.TagClassName
{
border-color: #2F1EDC;
}
</style>