Shades of Han Purple #3C09DF
Tints of Han Purple #3C09DF
RGB
CMYK
RGB Variations
Color information
#3C09DF (or 0x3C09DF) is known color: Han Purple. HEX triplet: 3C, 09 and DF. RGB value is (60,9,223). Sum of RGB (Red+Green+Blue) = 60+9+223=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C09DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09DF is #C3F620. Grayscale: #2F2F2F. Windows color (decimal): -12842529 or 14616892. OLE color: 14616892.
HSL color Cylindrical-coordinate representation of color #3C09DF: hue angle of 254.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C09DF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 9 | 223 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.13 |
| HSL | 254.3º | 0.92% | 0.45% | - |
| HSV(B) | 254.3º | 0.96% | 0.87% | - |
| XYZ | 15.28 | 6.48 | 70.26 | - |
| YUV | 48.65 | 226.4 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 223 | 0.73 | 0.96 | 0 | 0.13 | 254.3 | 0.92 | 0.45 |
| Hex | 3C | 9 | DF | 49 | 60 | 0 | D | FE | 5C | 2D |
| Octal | 74 | 11 | 337 | 111 | 140 | 0 | 15 | 376 | 134 | 55 |
| Binary | 111100 | 1001 | 11011111 | 1001001 | 1100000 | 0 | 1101 | 11111110 | 1011100 | 101101 |
Color Harmonies of #3C09DF
Complementary color
Monochromatic Colors of #3C09DF
Black with #3C09DF
Text Example
Text Example
White with #3C09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C09DF; }
p { color: rgb(60,9,223); }
H1.HeaderClassName
{
color: #3C09DF;
}
.AnyTagClassName
{
color: #3C09DF;
}
</style>
background-color css
<style>
a { background-color: #3C09DF; }
a { background-color: rgb(60,9,223); }
div.DivClassName
{
background-color: #3C09DF;
}
.BgClassName
{
background-color: #3C09DF;
}
</style>
border-color css
<style>
span { border-color: #3C09DF; }
span { border-color: rgb(60,9,223); }
td.TdClassName
{
border-color: #3C09DF;
}
.TagClassName
{
border-color: #3C09DF;
}
</style>