Shades of Han Purple #4609DD
Tints of Han Purple #4609DD
RGB
CMYK
RGB Variations
Color information
#4609DD (or 0x4609DD) is known color: Han Purple. HEX triplet: 46, 09 and DD. RGB value is (70,9,221). Sum of RGB (Red+Green+Blue) = 70+9+221=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #4609DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4609DD is #B9F622. Grayscale: #323232. Windows color (decimal): -12187171 or 14485830. OLE color: 14485830.
HSL color Cylindrical-coordinate representation of color #4609DD: hue angle of 257.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4609DD is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 9 | 221 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.13 |
| HSL | 257.26º | 0.92% | 0.45% | - |
| HSV(B) | 257.26º | 0.96% | 0.87% | - |
| XYZ | 15.67 | 6.72 | 68.88 | - |
| YUV | 51.41 | 223.71 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 221 | 0.68 | 0.96 | 0 | 0.13 | 257.26 | 0.92 | 0.45 |
| Hex | 46 | 9 | DD | 44 | 60 | 0 | D | 101 | 5C | 2D |
| Octal | 106 | 11 | 335 | 104 | 140 | 0 | 15 | 401 | 134 | 55 |
| Binary | 1000110 | 1001 | 11011101 | 1000100 | 1100000 | 0 | 1101 | 100000001 | 1011100 | 101101 |
Color Harmonies of #4609DD
Complementary color
Monochromatic Colors of #4609DD
Black with #4609DD
Text Example
Text Example
White with #4609DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609DD; }
p { color: rgb(70,9,221); }
H1.HeaderClassName
{
color: #4609DD;
}
.AnyTagClassName
{
color: #4609DD;
}
</style>
background-color css
<style>
a { background-color: #4609DD; }
a { background-color: rgb(70,9,221); }
div.DivClassName
{
background-color: #4609DD;
}
.BgClassName
{
background-color: #4609DD;
}
</style>
border-color css
<style>
span { border-color: #4609DD; }
span { border-color: rgb(70,9,221); }
td.TdClassName
{
border-color: #4609DD;
}
.TagClassName
{
border-color: #4609DD;
}
</style>