Shades of Han Purple #3C23FA
Tints of Han Purple #3C23FA
RGB
CMYK
RGB Variations
Color information
#3C23FA (or 0x3C23FA) is known color: Han Purple. HEX triplet: 3C, 23 and FA. RGB value is (60,35,250). Sum of RGB (Red+Green+Blue) = 60+35+250=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C23FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C23FA is #C3DC05. Grayscale: #424242. Windows color (decimal): -12835846 or 16393020. OLE color: 16393020.
HSL color Cylindrical-coordinate representation of color #3C23FA: hue angle of 246.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C23FA is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 35 | 250 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.02 |
| HSL | 246.98º | 0.96% | 0.56% | - |
| HSV(B) | 246.98º | 0.86% | 0.98% | - |
| XYZ | 19.72 | 9.06 | 91.15 | - |
| YUV | 66.99 | 231.28 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 250 | 0.76 | 0.86 | 0 | 0.02 | 246.98 | 0.96 | 0.56 |
| Hex | 3C | 23 | FA | 4C | 56 | 0 | 2 | F7 | 60 | 38 |
| Octal | 74 | 43 | 372 | 114 | 126 | 0 | 2 | 367 | 140 | 70 |
| Binary | 111100 | 100011 | 11111010 | 1001100 | 1010110 | 0 | 10 | 11110111 | 1100000 | 111000 |
Color Harmonies of #3C23FA
Complementary color
Monochromatic Colors of #3C23FA
Black with #3C23FA
Text Example
Text Example
White with #3C23FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C23FA; }
p { color: rgb(60,35,250); }
H1.HeaderClassName
{
color: #3C23FA;
}
.AnyTagClassName
{
color: #3C23FA;
}
</style>
background-color css
<style>
a { background-color: #3C23FA; }
a { background-color: rgb(60,35,250); }
div.DivClassName
{
background-color: #3C23FA;
}
.BgClassName
{
background-color: #3C23FA;
}
</style>
border-color css
<style>
span { border-color: #3C23FA; }
span { border-color: rgb(60,35,250); }
td.TdClassName
{
border-color: #3C23FA;
}
.TagClassName
{
border-color: #3C23FA;
}
</style>