Shades of Han Purple #3D09FF
Tints of Han Purple #3D09FF
RGB
CMYK
RGB Variations
Color information
#3D09FF (or 0x3D09FF) is known color: Han Purple. HEX triplet: 3D, 09 and FF. RGB value is (61,9,255). Sum of RGB (Red+Green+Blue) = 61+9+255=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D09FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D09FF is #C2F600. Grayscale: #333333. Windows color (decimal): -12776961 or 16714045. OLE color: 16714045.
HSL color Cylindrical-coordinate representation of color #3D09FF: hue angle of 252.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D09FF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 9 | 255 | - |
| CMYK | 0.76 | 0.96 | 0 | 0 |
| HSL | 252.68º | 1% | 0.52% | - |
| HSV(B) | 252.68º | 0.96% | 1% | - |
| XYZ | 20.07 | 8.41 | 95.17 | - |
| YUV | 52.59 | 242.23 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 255 | 0.76 | 0.96 | 0 | 0 | 252.68 | 1 | 0.52 |
| Hex | 3D | 9 | FF | 4C | 60 | 0 | 0 | FD | 64 | 34 |
| Octal | 75 | 11 | 377 | 114 | 140 | 0 | 0 | 375 | 144 | 64 |
| Binary | 111101 | 1001 | 11111111 | 1001100 | 1100000 | 0 | 0 | 11111101 | 1100100 | 110100 |
Color Harmonies of #3D09FF
Complementary color
Monochromatic Colors of #3D09FF
Black with #3D09FF
Text Example
Text Example
White with #3D09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D09FF; }
p { color: rgb(61,9,255); }
H1.HeaderClassName
{
color: #3D09FF;
}
.AnyTagClassName
{
color: #3D09FF;
}
</style>
background-color css
<style>
a { background-color: #3D09FF; }
a { background-color: rgb(61,9,255); }
div.DivClassName
{
background-color: #3D09FF;
}
.BgClassName
{
background-color: #3D09FF;
}
</style>
border-color css
<style>
span { border-color: #3D09FF; }
span { border-color: rgb(61,9,255); }
td.TdClassName
{
border-color: #3D09FF;
}
.TagClassName
{
border-color: #3D09FF;
}
</style>