Shades of Han Purple #440CCD
Tints of Han Purple #440CCD
RGB
CMYK
RGB Variations
Color information
#440CCD (or 0x440CCD) is known color: Han Purple. HEX triplet: 44, 0C and CD. RGB value is (68,12,205). Sum of RGB (Red+Green+Blue) = 68+12+205=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #440CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CCD is #BBF332. Grayscale: #323232. Windows color (decimal): -12317491 or 13438020. OLE color: 13438020.
HSL color Cylindrical-coordinate representation of color #440CCD: hue angle of 257.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CCD is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 12 | 205 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.20 |
| HSL | 257.41º | 0.89% | 0.43% | - |
| HSV(B) | 257.41º | 0.94% | 0.8% | - |
| XYZ | 13.53 | 5.9 | 58.18 | - |
| YUV | 50.75 | 215.05 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 205 | 0.67 | 0.94 | 0 | 0.20 | 257.41 | 0.89 | 0.43 |
| Hex | 44 | C | CD | 43 | 5E | 0 | 14 | 101 | 59 | 2B |
| Octal | 104 | 14 | 315 | 103 | 136 | 0 | 24 | 401 | 131 | 53 |
| Binary | 1000100 | 1100 | 11001101 | 1000011 | 1011110 | 0 | 10100 | 100000001 | 1011001 | 101011 |
Color Harmonies of #440CCD
Complementary color
Monochromatic Colors of #440CCD
Black with #440CCD
Text Example
Text Example
White with #440CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CCD; }
p { color: rgb(68,12,205); }
H1.HeaderClassName
{
color: #440CCD;
}
.AnyTagClassName
{
color: #440CCD;
}
</style>
background-color css
<style>
a { background-color: #440CCD; }
a { background-color: rgb(68,12,205); }
div.DivClassName
{
background-color: #440CCD;
}
.BgClassName
{
background-color: #440CCD;
}
</style>
border-color css
<style>
span { border-color: #440CCD; }
span { border-color: rgb(68,12,205); }
td.TdClassName
{
border-color: #440CCD;
}
.TagClassName
{
border-color: #440CCD;
}
</style>