Shades of Han Purple #440CDD
Tints of Han Purple #440CDD
RGB
CMYK
RGB Variations
Color information
#440CDD (or 0x440CDD) is known color: Han Purple. HEX triplet: 44, 0C and DD. RGB value is (68,12,221). Sum of RGB (Red+Green+Blue) = 68+12+221=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #440CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CDD is #BBF322. Grayscale: #333333. Windows color (decimal): -12317475 or 14486596. OLE color: 14486596.
HSL color Cylindrical-coordinate representation of color #440CDD: hue angle of 256.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CDD is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 12 | 221 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.13 |
| HSL | 256.08º | 0.9% | 0.46% | - |
| HSV(B) | 256.08º | 0.95% | 0.87% | - |
| XYZ | 15.57 | 6.71 | 68.88 | - |
| YUV | 52.57 | 223.05 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 221 | 0.69 | 0.95 | 0 | 0.13 | 256.08 | 0.9 | 0.46 |
| Hex | 44 | C | DD | 45 | 5F | 0 | D | 100 | 5A | 2E |
| Octal | 104 | 14 | 335 | 105 | 137 | 0 | 15 | 400 | 132 | 56 |
| Binary | 1000100 | 1100 | 11011101 | 1000101 | 1011111 | 0 | 1101 | 100000000 | 1011010 | 101110 |
Color Harmonies of #440CDD
Complementary color
Monochromatic Colors of #440CDD
Black with #440CDD
Text Example
Text Example
White with #440CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CDD; }
p { color: rgb(68,12,221); }
H1.HeaderClassName
{
color: #440CDD;
}
.AnyTagClassName
{
color: #440CDD;
}
</style>
background-color css
<style>
a { background-color: #440CDD; }
a { background-color: rgb(68,12,221); }
div.DivClassName
{
background-color: #440CDD;
}
.BgClassName
{
background-color: #440CDD;
}
</style>
border-color css
<style>
span { border-color: #440CDD; }
span { border-color: rgb(68,12,221); }
td.TdClassName
{
border-color: #440CDD;
}
.TagClassName
{
border-color: #440CDD;
}
</style>