Shades of Han Purple #2C03FD
Tints of Han Purple #2C03FD
RGB
CMYK
RGB Variations
Color information
#2C03FD (or 0x2C03FD) is known color: Han Purple. HEX triplet: 2C, 03 and FD. RGB value is (44,3,253). Sum of RGB (Red+Green+Blue) = 44+3+253=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #2C03FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C03FD is #D3FC02. Grayscale: #2A2A2A. Windows color (decimal): -13892611 or 16581420. OLE color: 16581420.
HSL color Cylindrical-coordinate representation of color #2C03FD: hue angle of 249.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C03FD is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 3 | 253 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.01 |
| HSL | 249.84º | 0.98% | 0.5% | - |
| HSV(B) | 249.84º | 0.99% | 0.99% | - |
| XYZ | 18.8 | 7.69 | 93.42 | - |
| YUV | 43.76 | 246.08 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 253 | 0.83 | 0.99 | 0 | 0.01 | 249.84 | 0.98 | 0.5 |
| Hex | 2C | 3 | FD | 53 | 63 | 0 | 1 | FA | 62 | 32 |
| Octal | 54 | 3 | 375 | 123 | 143 | 0 | 1 | 372 | 142 | 62 |
| Binary | 101100 | 11 | 11111101 | 1010011 | 1100011 | 0 | 1 | 11111010 | 1100010 | 110010 |
Color Harmonies of #2C03FD
Complementary color
Monochromatic Colors of #2C03FD
Black with #2C03FD
Text Example
Text Example
White with #2C03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C03FD; }
p { color: rgb(44,3,253); }
H1.HeaderClassName
{
color: #2C03FD;
}
.AnyTagClassName
{
color: #2C03FD;
}
</style>
background-color css
<style>
a { background-color: #2C03FD; }
a { background-color: rgb(44,3,253); }
div.DivClassName
{
background-color: #2C03FD;
}
.BgClassName
{
background-color: #2C03FD;
}
</style>
border-color css
<style>
span { border-color: #2C03FD; }
span { border-color: rgb(44,3,253); }
td.TdClassName
{
border-color: #2C03FD;
}
.TagClassName
{
border-color: #2C03FD;
}
</style>