Shades of Han Purple #3023DC
Tints of Han Purple #3023DC
RGB
CMYK
RGB Variations
Color information
#3023DC (or 0x3023DC) is known color: Han Purple. HEX triplet: 30, 23 and DC. RGB value is (48,35,220). Sum of RGB (Red+Green+Blue) = 48+35+220=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #3023DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023DC is #CFDC23. Grayscale: #3B3B3B. Windows color (decimal): -13622308 or 14426928. OLE color: 14426928.
HSL color Cylindrical-coordinate representation of color #3023DC: hue angle of 244.22º 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 #3023DC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 35 | 220 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.14 |
| HSL | 244.22º | 0.73% | 0.5% | - |
| HSV(B) | 244.22º | 0.84% | 0.86% | - |
| XYZ | 14.74 | 7 | 68.28 | - |
| YUV | 59.98 | 218.31 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 220 | 0.78 | 0.84 | 0 | 0.14 | 244.22 | 0.73 | 0.5 |
| Hex | 30 | 23 | DC | 4E | 54 | 0 | E | F4 | 49 | 32 |
| Octal | 60 | 43 | 334 | 116 | 124 | 0 | 16 | 364 | 111 | 62 |
| Binary | 110000 | 100011 | 11011100 | 1001110 | 1010100 | 0 | 1110 | 11110100 | 1001001 | 110010 |
Color Harmonies of #3023DC
Complementary color
Monochromatic Colors of #3023DC
Black with #3023DC
Text Example
Text Example
White with #3023DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023DC; }
p { color: rgb(48,35,220); }
H1.HeaderClassName
{
color: #3023DC;
}
.AnyTagClassName
{
color: #3023DC;
}
</style>
background-color css
<style>
a { background-color: #3023DC; }
a { background-color: rgb(48,35,220); }
div.DivClassName
{
background-color: #3023DC;
}
.BgClassName
{
background-color: #3023DC;
}
</style>
border-color css
<style>
span { border-color: #3023DC; }
span { border-color: rgb(48,35,220); }
td.TdClassName
{
border-color: #3023DC;
}
.TagClassName
{
border-color: #3023DC;
}
</style>