Shades of Han Purple #440CFA
Tints of Han Purple #440CFA
RGB
CMYK
RGB Variations
Color information
#440CFA (or 0x440CFA) is known color: Han Purple. HEX triplet: 44, 0C and FA. RGB value is (68,12,250). Sum of RGB (Red+Green+Blue) = 68+12+250=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #440CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CFA is #BBF305. Grayscale: #363636. Windows color (decimal): -12317446 or 16387140. OLE color: 16387140.
HSL color Cylindrical-coordinate representation of color #440CFA: hue angle of 254.12º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CFA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 12 | 250 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.02 |
| HSL | 254.12º | 0.96% | 0.51% | - |
| HSV(B) | 254.12º | 0.95% | 0.98% | - |
| XYZ | 19.77 | 8.39 | 91.02 | - |
| YUV | 55.88 | 237.55 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 250 | 0.73 | 0.95 | 0 | 0.02 | 254.12 | 0.96 | 0.51 |
| Hex | 44 | C | FA | 49 | 5F | 0 | 2 | FE | 60 | 33 |
| Octal | 104 | 14 | 372 | 111 | 137 | 0 | 2 | 376 | 140 | 63 |
| Binary | 1000100 | 1100 | 11111010 | 1001001 | 1011111 | 0 | 10 | 11111110 | 1100000 | 110011 |
Color Harmonies of #440CFA
Complementary color
Monochromatic Colors of #440CFA
Black with #440CFA
Text Example
Text Example
White with #440CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CFA; }
p { color: rgb(68,12,250); }
H1.HeaderClassName
{
color: #440CFA;
}
.AnyTagClassName
{
color: #440CFA;
}
</style>
background-color css
<style>
a { background-color: #440CFA; }
a { background-color: rgb(68,12,250); }
div.DivClassName
{
background-color: #440CFA;
}
.BgClassName
{
background-color: #440CFA;
}
</style>
border-color css
<style>
span { border-color: #440CFA; }
span { border-color: rgb(68,12,250); }
td.TdClassName
{
border-color: #440CFA;
}
.TagClassName
{
border-color: #440CFA;
}
</style>