Shades of Han Purple #3C1BFF
Tints of Han Purple #3C1BFF
RGB
CMYK
RGB Variations
Color information
#3C1BFF (or 0x3C1BFF) is known color: Han Purple. HEX triplet: 3C, 1B and FF. RGB value is (60,27,255). Sum of RGB (Red+Green+Blue) = 60+27+255=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C1BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1BFF is #C3E400. Grayscale: #3D3D3D. Windows color (decimal): -12837889 or 16718652. OLE color: 16718652.
HSL color Cylindrical-coordinate representation of color #3C1BFF: hue angle of 248.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C1BFF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 27 | 255 | - |
| CMYK | 0.76 | 0.89 | 0 | 0 |
| HSL | 248.68º | 1% | 0.55% | - |
| HSV(B) | 248.68º | 0.89% | 1% | - |
| XYZ | 20.31 | 8.96 | 95.27 | - |
| YUV | 62.86 | 236.43 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 255 | 0.76 | 0.89 | 0 | 0 | 248.68 | 1 | 0.55 |
| Hex | 3C | 1B | FF | 4C | 59 | 0 | 0 | F9 | 64 | 37 |
| Octal | 74 | 33 | 377 | 114 | 131 | 0 | 0 | 371 | 144 | 67 |
| Binary | 111100 | 11011 | 11111111 | 1001100 | 1011001 | 0 | 0 | 11111001 | 1100100 | 110111 |
Color Harmonies of #3C1BFF
Complementary color
Monochromatic Colors of #3C1BFF
Black with #3C1BFF
Text Example
Text Example
White with #3C1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1BFF; }
p { color: rgb(60,27,255); }
H1.HeaderClassName
{
color: #3C1BFF;
}
.AnyTagClassName
{
color: #3C1BFF;
}
</style>
background-color css
<style>
a { background-color: #3C1BFF; }
a { background-color: rgb(60,27,255); }
div.DivClassName
{
background-color: #3C1BFF;
}
.BgClassName
{
background-color: #3C1BFF;
}
</style>
border-color css
<style>
span { border-color: #3C1BFF; }
span { border-color: rgb(60,27,255); }
td.TdClassName
{
border-color: #3C1BFF;
}
.TagClassName
{
border-color: #3C1BFF;
}
</style>