Shades of Han Purple #3D00FE
Tints of Han Purple #3D00FE
RGB
CMYK
RGB Variations
Color information
#3D00FE (or 0x3D00FE) is known color: Han Purple. HEX triplet: 3D, 00 and FE. RGB value is (61,0,254). Sum of RGB (Red+Green+Blue) = 61+0+254=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D00FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D00FE is #C2FF01. Grayscale: #2E2E2E. Windows color (decimal): -12779266 or 16646205. OLE color: 16646205.
HSL color Cylindrical-coordinate representation of color #3D00FE: hue angle of 254.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D00FE is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 0 | 254 | - |
| CMYK | 0.76 | 1 | 0 | 0.00 |
| HSL | 254.41º | 1% | 0.5% | - |
| HSV(B) | 254.41º | 1% | 1% | - |
| XYZ | 19.81 | 8.15 | 94.29 | - |
| YUV | 47.2 | 244.71 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 254 | 0.76 | 1 | 0 | 0.00 | 254.41 | 1 | 0.5 |
| Hex | 3D | 0 | FE | 4C | 64 | 0 | 0 | FE | 64 | 32 |
| Octal | 75 | 0 | 376 | 114 | 144 | 0 | 0 | 376 | 144 | 62 |
| Binary | 111101 | 0 | 11111110 | 1001100 | 1100100 | 0 | 0 | 11111110 | 1100100 | 110010 |
Color Harmonies of #3D00FE
Complementary color
Monochromatic Colors of #3D00FE
Black with #3D00FE
Text Example
Text Example
White with #3D00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D00FE; }
p { color: rgb(61,0,254); }
H1.HeaderClassName
{
color: #3D00FE;
}
.AnyTagClassName
{
color: #3D00FE;
}
</style>
background-color css
<style>
a { background-color: #3D00FE; }
a { background-color: rgb(61,0,254); }
div.DivClassName
{
background-color: #3D00FE;
}
.BgClassName
{
background-color: #3D00FE;
}
</style>
border-color css
<style>
span { border-color: #3D00FE; }
span { border-color: rgb(61,0,254); }
td.TdClassName
{
border-color: #3D00FE;
}
.TagClassName
{
border-color: #3D00FE;
}
</style>