Shades of Han Purple #2C01F0
Tints of Han Purple #2C01F0
RGB
CMYK
RGB Variations
Color information
#2C01F0 (or 0x2C01F0) is known color: Han Purple. HEX triplet: 2C, 01 and F0. RGB value is (44,1,240). Sum of RGB (Red+Green+Blue) = 44+1+240=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #2C01F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C01F0 is #D3FE0F. Grayscale: #282828. Windows color (decimal): -13893136 or 15728940. OLE color: 15728940.
HSL color Cylindrical-coordinate representation of color #2C01F0: hue angle of 250.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C01F0 is Cyan = 0.82, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 1 | 240 | - |
| CMYK | 0.82 | 1.00 | 0 | 0.06 |
| HSL | 250.8º | 0.99% | 0.47% | - |
| HSV(B) | 250.8º | 1% | 0.94% | - |
| XYZ | 16.78 | 6.85 | 82.88 | - |
| YUV | 41.1 | 240.25 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 240 | 0.82 | 1.00 | 0 | 0.06 | 250.8 | 0.99 | 0.47 |
| Hex | 2C | 1 | F0 | 52 | 64 | 0 | 6 | FB | 63 | 2F |
| Octal | 54 | 1 | 360 | 122 | 144 | 0 | 6 | 373 | 143 | 57 |
| Binary | 101100 | 1 | 11110000 | 1010010 | 1100100 | 0 | 110 | 11111011 | 1100011 | 101111 |
Color Harmonies of #2C01F0
Complementary color
Monochromatic Colors of #2C01F0
Black with #2C01F0
Text Example
Text Example
White with #2C01F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C01F0; }
p { color: rgb(44,1,240); }
H1.HeaderClassName
{
color: #2C01F0;
}
.AnyTagClassName
{
color: #2C01F0;
}
</style>
background-color css
<style>
a { background-color: #2C01F0; }
a { background-color: rgb(44,1,240); }
div.DivClassName
{
background-color: #2C01F0;
}
.BgClassName
{
background-color: #2C01F0;
}
</style>
border-color css
<style>
span { border-color: #2C01F0; }
span { border-color: rgb(44,1,240); }
td.TdClassName
{
border-color: #2C01F0;
}
.TagClassName
{
border-color: #2C01F0;
}
</style>