Shades of Han Purple #4508D0
Tints of Han Purple #4508D0
RGB
CMYK
RGB Variations
Color information
#4508D0 (or 0x4508D0) is known color: Han Purple. HEX triplet: 45, 08 and D0. RGB value is (69,8,208). Sum of RGB (Red+Green+Blue) = 69+8+208=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #4508D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508D0 is #BAF72F. Grayscale: #303030. Windows color (decimal): -12252976 or 13633605. OLE color: 13633605.
HSL color Cylindrical-coordinate representation of color #4508D0: hue angle of 258.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508D0 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 8 | 208 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.18 |
| HSL | 258.3º | 0.93% | 0.42% | - |
| HSV(B) | 258.3º | 0.96% | 0.82% | - |
| XYZ | 13.93 | 5.99 | 60.1 | - |
| YUV | 49.04 | 217.71 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 208 | 0.67 | 0.96 | 0 | 0.18 | 258.3 | 0.93 | 0.42 |
| Hex | 45 | 8 | D0 | 43 | 60 | 0 | 12 | 102 | 5D | 2A |
| Octal | 105 | 10 | 320 | 103 | 140 | 0 | 22 | 402 | 135 | 52 |
| Binary | 1000101 | 1000 | 11010000 | 1000011 | 1100000 | 0 | 10010 | 100000010 | 1011101 | 101010 |
Color Harmonies of #4508D0
Complementary color
Monochromatic Colors of #4508D0
Black with #4508D0
Text Example
Text Example
White with #4508D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4508D0; }
p { color: rgb(69,8,208); }
H1.HeaderClassName
{
color: #4508D0;
}
.AnyTagClassName
{
color: #4508D0;
}
</style>
background-color css
<style>
a { background-color: #4508D0; }
a { background-color: rgb(69,8,208); }
div.DivClassName
{
background-color: #4508D0;
}
.BgClassName
{
background-color: #4508D0;
}
</style>
border-color css
<style>
span { border-color: #4508D0; }
span { border-color: rgb(69,8,208); }
td.TdClassName
{
border-color: #4508D0;
}
.TagClassName
{
border-color: #4508D0;
}
</style>