Shades of Han Purple #440CFD
Tints of Han Purple #440CFD
RGB
CMYK
RGB Variations
Color information
#440CFD (or 0x440CFD) is known color: Han Purple. HEX triplet: 44, 0C and FD. RGB value is (68,12,253). Sum of RGB (Red+Green+Blue) = 68+12+253=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #440CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CFD is #BBF302. Grayscale: #373737. Windows color (decimal): -12317443 or 16583748. OLE color: 16583748.
HSL color Cylindrical-coordinate representation of color #440CFD: hue angle of 253.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CFD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 12 | 253 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.01 |
| HSL | 253.94º | 0.98% | 0.52% | - |
| HSV(B) | 253.94º | 0.95% | 0.99% | - |
| XYZ | 20.24 | 8.58 | 93.52 | - |
| YUV | 56.22 | 239.05 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 253 | 0.73 | 0.95 | 0 | 0.01 | 253.94 | 0.98 | 0.52 |
| Hex | 44 | C | FD | 49 | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 104 | 14 | 375 | 111 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000100 | 1100 | 11111101 | 1001001 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #440CFD
Complementary color
Monochromatic Colors of #440CFD
Black with #440CFD
Text Example
Text Example
White with #440CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CFD; }
p { color: rgb(68,12,253); }
H1.HeaderClassName
{
color: #440CFD;
}
.AnyTagClassName
{
color: #440CFD;
}
</style>
background-color css
<style>
a { background-color: #440CFD; }
a { background-color: rgb(68,12,253); }
div.DivClassName
{
background-color: #440CFD;
}
.BgClassName
{
background-color: #440CFD;
}
</style>
border-color css
<style>
span { border-color: #440CFD; }
span { border-color: rgb(68,12,253); }
td.TdClassName
{
border-color: #440CFD;
}
.TagClassName
{
border-color: #440CFD;
}
</style>