Shades of Han Purple #4408CF
Tints of Han Purple #4408CF
RGB
CMYK
RGB Variations
Color information
#4408CF (or 0x4408CF) is known color: Han Purple. HEX triplet: 44, 08 and CF. RGB value is (68,8,207). Sum of RGB (Red+Green+Blue) = 68+8+207=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #4408CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408CF is #BBF730. Grayscale: #2F2F2F. Windows color (decimal): -12318513 or 13568068. OLE color: 13568068.
HSL color Cylindrical-coordinate representation of color #4408CF: hue angle of 258.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4408CF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 8 | 207 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.19 |
| HSL | 258.09º | 0.93% | 0.42% | - |
| HSV(B) | 258.09º | 0.96% | 0.81% | - |
| XYZ | 13.73 | 5.91 | 59.45 | - |
| YUV | 48.63 | 217.38 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 207 | 0.67 | 0.96 | 0 | 0.19 | 258.09 | 0.93 | 0.42 |
| Hex | 44 | 8 | CF | 43 | 60 | 0 | 13 | 102 | 5D | 2A |
| Octal | 104 | 10 | 317 | 103 | 140 | 0 | 23 | 402 | 135 | 52 |
| Binary | 1000100 | 1000 | 11001111 | 1000011 | 1100000 | 0 | 10011 | 100000010 | 1011101 | 101010 |
Color Harmonies of #4408CF
Complementary color
Monochromatic Colors of #4408CF
Black with #4408CF
Text Example
Text Example
White with #4408CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4408CF; }
p { color: rgb(68,8,207); }
H1.HeaderClassName
{
color: #4408CF;
}
.AnyTagClassName
{
color: #4408CF;
}
</style>
background-color css
<style>
a { background-color: #4408CF; }
a { background-color: rgb(68,8,207); }
div.DivClassName
{
background-color: #4408CF;
}
.BgClassName
{
background-color: #4408CF;
}
</style>
border-color css
<style>
span { border-color: #4408CF; }
span { border-color: rgb(68,8,207); }
td.TdClassName
{
border-color: #4408CF;
}
.TagClassName
{
border-color: #4408CF;
}
</style>