Shades of Han Purple #3C18E5
Tints of Han Purple #3C18E5
RGB
CMYK
RGB Variations
Color information
#3C18E5 (or 0x3C18E5) is known color: Han Purple. HEX triplet: 3C, 18 and E5. RGB value is (60,24,229). Sum of RGB (Red+Green+Blue) = 60+24+229=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 229 (89.84% from 255 or 73.16% from 313); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C18E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C18E5 is #C3E71A. Grayscale: #393939. Windows color (decimal): -12838683 or 15013948. OLE color: 15013948.
HSL color Cylindrical-coordinate representation of color #3C18E5: hue angle of 250.54º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C18E5 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 24 | 229 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.10 |
| HSL | 250.54º | 0.81% | 0.5% | - |
| HSV(B) | 250.54º | 0.9% | 0.9% | - |
| XYZ | 16.33 | 7.27 | 74.67 | - |
| YUV | 58.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 229 | 0.74 | 0.90 | 0 | 0.10 | 250.54 | 0.81 | 0.5 |
| Hex | 3C | 18 | E5 | 4A | 5A | 0 | A | FB | 51 | 32 |
| Octal | 74 | 30 | 345 | 112 | 132 | 0 | 12 | 373 | 121 | 62 |
| Binary | 111100 | 11000 | 11100101 | 1001010 | 1011010 | 0 | 1010 | 11111011 | 1010001 | 110010 |
Color Harmonies of #3C18E5
Complementary color
Monochromatic Colors of #3C18E5
Black with #3C18E5
Text Example
Text Example
White with #3C18E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18E5; }
p { color: rgb(60,24,229); }
H1.HeaderClassName
{
color: #3C18E5;
}
.AnyTagClassName
{
color: #3C18E5;
}
</style>
background-color css
<style>
a { background-color: #3C18E5; }
a { background-color: rgb(60,24,229); }
div.DivClassName
{
background-color: #3C18E5;
}
.BgClassName
{
background-color: #3C18E5;
}
</style>
border-color css
<style>
span { border-color: #3C18E5; }
span { border-color: rgb(60,24,229); }
td.TdClassName
{
border-color: #3C18E5;
}
.TagClassName
{
border-color: #3C18E5;
}
</style>