Shades of Han Purple #4325DC
Tints of Han Purple #4325DC
RGB
CMYK
RGB Variations
Color information
#4325DC (or 0x4325DC) is known color: Han Purple. HEX triplet: 43, 25 and DC. RGB value is (67,37,220). Sum of RGB (Red+Green+Blue) = 67+37+220=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #4325DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4325DC is #BCDA23. Grayscale: #424242. Windows color (decimal): -12376612 or 14427459. OLE color: 14427459.
HSL color Cylindrical-coordinate representation of color #4325DC: hue angle of 249.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4325DC is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 37 | 220 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.14 |
| HSL | 249.84º | 0.72% | 0.5% | - |
| HSV(B) | 249.84º | 0.83% | 0.86% | - |
| XYZ | 15.89 | 7.68 | 68.36 | - |
| YUV | 66.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 220 | 0.70 | 0.83 | 0 | 0.14 | 249.84 | 0.72 | 0.5 |
| Hex | 43 | 25 | DC | 46 | 53 | 0 | E | FA | 48 | 32 |
| Octal | 103 | 45 | 334 | 106 | 123 | 0 | 16 | 372 | 110 | 62 |
| Binary | 1000011 | 100101 | 11011100 | 1000110 | 1010011 | 0 | 1110 | 11111010 | 1001000 | 110010 |
Color Harmonies of #4325DC
Complementary color
Monochromatic Colors of #4325DC
Black with #4325DC
Text Example
Text Example
White with #4325DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4325DC; }
p { color: rgb(67,37,220); }
H1.HeaderClassName
{
color: #4325DC;
}
.AnyTagClassName
{
color: #4325DC;
}
</style>
background-color css
<style>
a { background-color: #4325DC; }
a { background-color: rgb(67,37,220); }
div.DivClassName
{
background-color: #4325DC;
}
.BgClassName
{
background-color: #4325DC;
}
</style>
border-color css
<style>
span { border-color: #4325DC; }
span { border-color: rgb(67,37,220); }
td.TdClassName
{
border-color: #4325DC;
}
.TagClassName
{
border-color: #4325DC;
}
</style>