Shades of Han Purple #3C09DA
Tints of Han Purple #3C09DA
RGB
CMYK
RGB Variations
Color information
#3C09DA (or 0x3C09DA) is known color: Han Purple. HEX triplet: 3C, 09 and DA. RGB value is (60,9,218). Sum of RGB (Red+Green+Blue) = 60+9+218=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C09DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09DA is #C3F625. Grayscale: #2F2F2F. Windows color (decimal): -12842534 or 14289212. OLE color: 14289212.
HSL color Cylindrical-coordinate representation of color #3C09DA: hue angle of 254.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C09DA is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 9 | 218 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.15 |
| HSL | 254.64º | 0.92% | 0.45% | - |
| HSV(B) | 254.64º | 0.96% | 0.85% | - |
| XYZ | 14.62 | 6.22 | 66.76 | - |
| YUV | 48.08 | 223.9 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 218 | 0.72 | 0.96 | 0 | 0.15 | 254.64 | 0.92 | 0.45 |
| Hex | 3C | 9 | DA | 48 | 60 | 0 | F | FF | 5C | 2D |
| Octal | 74 | 11 | 332 | 110 | 140 | 0 | 17 | 377 | 134 | 55 |
| Binary | 111100 | 1001 | 11011010 | 1001000 | 1100000 | 0 | 1111 | 11111111 | 1011100 | 101101 |
Color Harmonies of #3C09DA
Complementary color
Monochromatic Colors of #3C09DA
Black with #3C09DA
Text Example
Text Example
White with #3C09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C09DA; }
p { color: rgb(60,9,218); }
H1.HeaderClassName
{
color: #3C09DA;
}
.AnyTagClassName
{
color: #3C09DA;
}
</style>
background-color css
<style>
a { background-color: #3C09DA; }
a { background-color: rgb(60,9,218); }
div.DivClassName
{
background-color: #3C09DA;
}
.BgClassName
{
background-color: #3C09DA;
}
</style>
border-color css
<style>
span { border-color: #3C09DA; }
span { border-color: rgb(60,9,218); }
td.TdClassName
{
border-color: #3C09DA;
}
.TagClassName
{
border-color: #3C09DA;
}
</style>