Shades of Han Purple #3D09CE
Tints of Han Purple #3D09CE
RGB
CMYK
RGB Variations
Color information
#3D09CE (or 0x3D09CE) is known color: Han Purple. HEX triplet: 3D, 09 and CE. RGB value is (61,9,206). Sum of RGB (Red+Green+Blue) = 61+9+206=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D09CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D09CE is #C2F631. Grayscale: #2E2E2E. Windows color (decimal): -12777010 or 13502781. OLE color: 13502781.
HSL color Cylindrical-coordinate representation of color #3D09CE: hue angle of 255.84º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D09CE is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 9 | 206 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.19 |
| HSL | 255.84º | 0.92% | 0.42% | - |
| HSV(B) | 255.84º | 0.96% | 0.81% | - |
| XYZ | 13.16 | 5.64 | 58.79 | - |
| YUV | 47.01 | 217.73 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 206 | 0.70 | 0.96 | 0 | 0.19 | 255.84 | 0.92 | 0.42 |
| Hex | 3D | 9 | CE | 46 | 60 | 0 | 13 | 100 | 5C | 2A |
| Octal | 75 | 11 | 316 | 106 | 140 | 0 | 23 | 400 | 134 | 52 |
| Binary | 111101 | 1001 | 11001110 | 1000110 | 1100000 | 0 | 10011 | 100000000 | 1011100 | 101010 |
Color Harmonies of #3D09CE
Complementary color
Monochromatic Colors of #3D09CE
Black with #3D09CE
Text Example
Text Example
White with #3D09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D09CE; }
p { color: rgb(61,9,206); }
H1.HeaderClassName
{
color: #3D09CE;
}
.AnyTagClassName
{
color: #3D09CE;
}
</style>
background-color css
<style>
a { background-color: #3D09CE; }
a { background-color: rgb(61,9,206); }
div.DivClassName
{
background-color: #3D09CE;
}
.BgClassName
{
background-color: #3D09CE;
}
</style>
border-color css
<style>
span { border-color: #3D09CE; }
span { border-color: rgb(61,9,206); }
td.TdClassName
{
border-color: #3D09CE;
}
.TagClassName
{
border-color: #3D09CE;
}
</style>