Shades of Han Purple #4531DC
Tints of Han Purple #4531DC
RGB
CMYK
RGB Variations
Color information
#4531DC (or 0x4531DC) is known color: Han Purple. HEX triplet: 45, 31 and DC. RGB value is (69,49,220). Sum of RGB (Red+Green+Blue) = 69+49+220=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #4531DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531DC is #BACE23. Grayscale: #494949. Windows color (decimal): -12242468 or 14430533. OLE color: 14430533.
HSL color Cylindrical-coordinate representation of color #4531DC: hue angle of 247.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4531DC is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 49 | 220 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.14 |
| HSL | 247.02º | 0.71% | 0.53% | - |
| HSV(B) | 247.02º | 0.78% | 0.86% | - |
| XYZ | 16.47 | 8.63 | 68.51 | - |
| YUV | 74.47 | 210.13 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 220 | 0.69 | 0.78 | 0 | 0.14 | 247.02 | 0.71 | 0.53 |
| Hex | 45 | 31 | DC | 45 | 4E | 0 | E | F7 | 47 | 35 |
| Octal | 105 | 61 | 334 | 105 | 116 | 0 | 16 | 367 | 107 | 65 |
| Binary | 1000101 | 110001 | 11011100 | 1000101 | 1001110 | 0 | 1110 | 11110111 | 1000111 | 110101 |
Color Harmonies of #4531DC
Complementary color
Monochromatic Colors of #4531DC
Black with #4531DC
Text Example
Text Example
White with #4531DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4531DC; }
p { color: rgb(69,49,220); }
H1.HeaderClassName
{
color: #4531DC;
}
.AnyTagClassName
{
color: #4531DC;
}
</style>
background-color css
<style>
a { background-color: #4531DC; }
a { background-color: rgb(69,49,220); }
div.DivClassName
{
background-color: #4531DC;
}
.BgClassName
{
background-color: #4531DC;
}
</style>
border-color css
<style>
span { border-color: #4531DC; }
span { border-color: rgb(69,49,220); }
td.TdClassName
{
border-color: #4531DC;
}
.TagClassName
{
border-color: #4531DC;
}
</style>