Shades of Han Purple #3623DC
Tints of Han Purple #3623DC
RGB
CMYK
RGB Variations
Color information
#3623DC (or 0x3623DC) is known color: Han Purple. HEX triplet: 36, 23 and DC. RGB value is (54,35,220). Sum of RGB (Red+Green+Blue) = 54+35+220=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #3623DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3623DC is #C9DC23. Grayscale: #3D3D3D. Windows color (decimal): -13229092 or 14426934. OLE color: 14426934.
HSL color Cylindrical-coordinate representation of color #3623DC: hue angle of 246.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3623DC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 35 | 220 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.14 |
| HSL | 246.16º | 0.73% | 0.5% | - |
| HSV(B) | 246.16º | 0.84% | 0.86% | - |
| XYZ | 15.04 | 7.15 | 68.3 | - |
| YUV | 61.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 220 | 0.75 | 0.84 | 0 | 0.14 | 246.16 | 0.73 | 0.5 |
| Hex | 36 | 23 | DC | 4B | 54 | 0 | E | F6 | 49 | 32 |
| Octal | 66 | 43 | 334 | 113 | 124 | 0 | 16 | 366 | 111 | 62 |
| Binary | 110110 | 100011 | 11011100 | 1001011 | 1010100 | 0 | 1110 | 11110110 | 1001001 | 110010 |
Color Harmonies of #3623DC
Complementary color
Monochromatic Colors of #3623DC
Black with #3623DC
Text Example
Text Example
White with #3623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3623DC; }
p { color: rgb(54,35,220); }
H1.HeaderClassName
{
color: #3623DC;
}
.AnyTagClassName
{
color: #3623DC;
}
</style>
background-color css
<style>
a { background-color: #3623DC; }
a { background-color: rgb(54,35,220); }
div.DivClassName
{
background-color: #3623DC;
}
.BgClassName
{
background-color: #3623DC;
}
</style>
border-color css
<style>
span { border-color: #3623DC; }
span { border-color: rgb(54,35,220); }
td.TdClassName
{
border-color: #3623DC;
}
.TagClassName
{
border-color: #3623DC;
}
</style>