Shades of Han Purple #4408D7
Tints of Han Purple #4408D7
RGB
CMYK
RGB Variations
Color information
#4408D7 (or 0x4408D7) is known color: Han Purple. HEX triplet: 44, 08 and D7. RGB value is (68,8,215). Sum of RGB (Red+Green+Blue) = 68+8+215=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #4408D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408D7 is #BBF728. Grayscale: #303030. Windows color (decimal): -12318505 or 14092356. OLE color: 14092356.
HSL color Cylindrical-coordinate representation of color #4408D7: hue angle of 257.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4408D7 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 8 | 215 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.16 |
| HSL | 257.39º | 0.93% | 0.44% | - |
| HSV(B) | 257.39º | 0.96% | 0.84% | - |
| XYZ | 14.74 | 6.31 | 64.73 | - |
| YUV | 49.54 | 221.38 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 215 | 0.68 | 0.96 | 0 | 0.16 | 257.39 | 0.93 | 0.44 |
| Hex | 44 | 8 | D7 | 44 | 60 | 0 | 10 | 101 | 5D | 2C |
| Octal | 104 | 10 | 327 | 104 | 140 | 0 | 20 | 401 | 135 | 54 |
| Binary | 1000100 | 1000 | 11010111 | 1000100 | 1100000 | 0 | 10000 | 100000001 | 1011101 | 101100 |
Color Harmonies of #4408D7
Complementary color
Monochromatic Colors of #4408D7
Black with #4408D7
Text Example
Text Example
White with #4408D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4408D7; }
p { color: rgb(68,8,215); }
H1.HeaderClassName
{
color: #4408D7;
}
.AnyTagClassName
{
color: #4408D7;
}
</style>
background-color css
<style>
a { background-color: #4408D7; }
a { background-color: rgb(68,8,215); }
div.DivClassName
{
background-color: #4408D7;
}
.BgClassName
{
background-color: #4408D7;
}
</style>
border-color css
<style>
span { border-color: #4408D7; }
span { border-color: rgb(68,8,215); }
td.TdClassName
{
border-color: #4408D7;
}
.TagClassName
{
border-color: #4408D7;
}
</style>