Shades of Han Purple #3D07EA
Tints of Han Purple #3D07EA
RGB
CMYK
RGB Variations
Color information
#3D07EA (or 0x3D07EA) is known color: Han Purple. HEX triplet: 3D, 07 and EA. RGB value is (61,7,234). Sum of RGB (Red+Green+Blue) = 61+7+234=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D07EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D07EA is #C2F815. Grayscale: #303030. Windows color (decimal): -12777494 or 15337277. OLE color: 15337277.
HSL color Cylindrical-coordinate representation of color #3D07EA: hue angle of 254.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D07EA is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 7 | 234 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.08 |
| HSL | 254.27º | 0.94% | 0.47% | - |
| HSV(B) | 254.27º | 0.97% | 0.92% | - |
| XYZ | 16.85 | 7.08 | 78.32 | - |
| YUV | 49.02 | 232.39 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 234 | 0.74 | 0.97 | 0 | 0.08 | 254.27 | 0.94 | 0.47 |
| Hex | 3D | 7 | EA | 4A | 61 | 0 | 8 | FE | 5E | 2F |
| Octal | 75 | 7 | 352 | 112 | 141 | 0 | 10 | 376 | 136 | 57 |
| Binary | 111101 | 111 | 11101010 | 1001010 | 1100001 | 0 | 1000 | 11111110 | 1011110 | 101111 |
Color Harmonies of #3D07EA
Complementary color
Monochromatic Colors of #3D07EA
Black with #3D07EA
Text Example
Text Example
White with #3D07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D07EA; }
p { color: rgb(61,7,234); }
H1.HeaderClassName
{
color: #3D07EA;
}
.AnyTagClassName
{
color: #3D07EA;
}
</style>
background-color css
<style>
a { background-color: #3D07EA; }
a { background-color: rgb(61,7,234); }
div.DivClassName
{
background-color: #3D07EA;
}
.BgClassName
{
background-color: #3D07EA;
}
</style>
border-color css
<style>
span { border-color: #3D07EA; }
span { border-color: rgb(61,7,234); }
td.TdClassName
{
border-color: #3D07EA;
}
.TagClassName
{
border-color: #3D07EA;
}
</style>