Shades of Han Purple #3D01EF
Tints of Han Purple #3D01EF
RGB
CMYK
RGB Variations
Color information
#3D01EF (or 0x3D01EF) is known color: Han Purple. HEX triplet: 3D, 01 and EF. RGB value is (61,1,239). Sum of RGB (Red+Green+Blue) = 61+1+239=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D01EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D01EF is #C2FE10. Grayscale: #2D2D2D. Windows color (decimal): -12779025 or 15663421. OLE color: 15663421.
HSL color Cylindrical-coordinate representation of color #3D01EF: hue angle of 255.13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D01EF is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 1 | 239 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.06 |
| HSL | 255.13º | 0.99% | 0.47% | - |
| HSV(B) | 255.13º | 1% | 0.94% | - |
| XYZ | 17.52 | 7.25 | 82.14 | - |
| YUV | 46.07 | 236.88 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 239 | 0.74 | 1.00 | 0 | 0.06 | 255.13 | 0.99 | 0.47 |
| Hex | 3D | 1 | EF | 4A | 64 | 0 | 6 | FF | 63 | 2F |
| Octal | 75 | 1 | 357 | 112 | 144 | 0 | 6 | 377 | 143 | 57 |
| Binary | 111101 | 1 | 11101111 | 1001010 | 1100100 | 0 | 110 | 11111111 | 1100011 | 101111 |
Color Harmonies of #3D01EF
Complementary color
Monochromatic Colors of #3D01EF
Black with #3D01EF
Text Example
Text Example
White with #3D01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D01EF; }
p { color: rgb(61,1,239); }
H1.HeaderClassName
{
color: #3D01EF;
}
.AnyTagClassName
{
color: #3D01EF;
}
</style>
background-color css
<style>
a { background-color: #3D01EF; }
a { background-color: rgb(61,1,239); }
div.DivClassName
{
background-color: #3D01EF;
}
.BgClassName
{
background-color: #3D01EF;
}
</style>
border-color css
<style>
span { border-color: #3D01EF; }
span { border-color: rgb(61,1,239); }
td.TdClassName
{
border-color: #3D01EF;
}
.TagClassName
{
border-color: #3D01EF;
}
</style>