Shades of Han Purple #3C17E5
Tints of Han Purple #3C17E5
RGB
CMYK
RGB Variations
Color information
#3C17E5 (or 0x3C17E5) is known color: Han Purple. HEX triplet: 3C, 17 and E5. RGB value is (60,23,229). Sum of RGB (Red+Green+Blue) = 60+23+229=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 229 (89.84% from 255 or 73.40% from 312); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C17E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17E5 is #C3E81A. Grayscale: #383838. Windows color (decimal): -12838939 or 15013692. OLE color: 15013692.
HSL color Cylindrical-coordinate representation of color #3C17E5: hue angle of 250.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C17E5 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 23 | 229 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.10 |
| HSL | 250.78º | 0.82% | 0.49% | - |
| HSV(B) | 250.78º | 0.9% | 0.9% | - |
| XYZ | 16.31 | 7.23 | 74.66 | - |
| YUV | 57.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 229 | 0.74 | 0.90 | 0 | 0.10 | 250.78 | 0.82 | 0.49 |
| Hex | 3C | 17 | E5 | 4A | 5A | 0 | A | FB | 52 | 31 |
| Octal | 74 | 27 | 345 | 112 | 132 | 0 | 12 | 373 | 122 | 61 |
| Binary | 111100 | 10111 | 11100101 | 1001010 | 1011010 | 0 | 1010 | 11111011 | 1010010 | 110001 |
Color Harmonies of #3C17E5
Complementary color
Monochromatic Colors of #3C17E5
Black with #3C17E5
Text Example
Text Example
White with #3C17E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17E5; }
p { color: rgb(60,23,229); }
H1.HeaderClassName
{
color: #3C17E5;
}
.AnyTagClassName
{
color: #3C17E5;
}
</style>
background-color css
<style>
a { background-color: #3C17E5; }
a { background-color: rgb(60,23,229); }
div.DivClassName
{
background-color: #3C17E5;
}
.BgClassName
{
background-color: #3C17E5;
}
</style>
border-color css
<style>
span { border-color: #3C17E5; }
span { border-color: rgb(60,23,229); }
td.TdClassName
{
border-color: #3C17E5;
}
.TagClassName
{
border-color: #3C17E5;
}
</style>