Shades of Han Purple #3C23DD
Tints of Han Purple #3C23DD
RGB
CMYK
RGB Variations
Color information
#3C23DD (or 0x3C23DD) is known color: Han Purple. HEX triplet: 3C, 23 and DD. RGB value is (60,35,221). Sum of RGB (Red+Green+Blue) = 60+35+221=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C23DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C23DD is #C3DC22. Grayscale: #3E3E3E. Windows color (decimal): -12835875 or 14492476. OLE color: 14492476.
HSL color Cylindrical-coordinate representation of color #3C23DD: hue angle of 248.06º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C23DD is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 35 | 221 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.13 |
| HSL | 248.06º | 0.73% | 0.5% | - |
| HSV(B) | 248.06º | 0.84% | 0.87% | - |
| XYZ | 15.52 | 7.38 | 69.01 | - |
| YUV | 63.68 | 216.78 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 221 | 0.73 | 0.84 | 0 | 0.13 | 248.06 | 0.73 | 0.5 |
| Hex | 3C | 23 | DD | 49 | 54 | 0 | D | F8 | 49 | 32 |
| Octal | 74 | 43 | 335 | 111 | 124 | 0 | 15 | 370 | 111 | 62 |
| Binary | 111100 | 100011 | 11011101 | 1001001 | 1010100 | 0 | 1101 | 11111000 | 1001001 | 110010 |
Color Harmonies of #3C23DD
Complementary color
Monochromatic Colors of #3C23DD
Black with #3C23DD
Text Example
Text Example
White with #3C23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C23DD; }
p { color: rgb(60,35,221); }
H1.HeaderClassName
{
color: #3C23DD;
}
.AnyTagClassName
{
color: #3C23DD;
}
</style>
background-color css
<style>
a { background-color: #3C23DD; }
a { background-color: rgb(60,35,221); }
div.DivClassName
{
background-color: #3C23DD;
}
.BgClassName
{
background-color: #3C23DD;
}
</style>
border-color css
<style>
span { border-color: #3C23DD; }
span { border-color: rgb(60,35,221); }
td.TdClassName
{
border-color: #3C23DD;
}
.TagClassName
{
border-color: #3C23DD;
}
</style>