Shades of Han Purple #3D08E6
Tints of Han Purple #3D08E6
RGB
CMYK
RGB Variations
Color information
#3D08E6 (or 0x3D08E6) is known color: Han Purple. HEX triplet: 3D, 08 and E6. RGB value is (61,8,230). Sum of RGB (Red+Green+Blue) = 61+8+230=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 230 (90.23% from 255 or 76.92% from 299); Max value from RGB is 230 - color contains mainly: blue. Hex color #3D08E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D08E6 is #C2F719. Grayscale: #303030. Windows color (decimal): -12777242 or 15075389. OLE color: 15075389.
HSL color Cylindrical-coordinate representation of color #3D08E6: hue angle of 254.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D08E6 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 8 | 230 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.10 |
| HSL | 254.32º | 0.93% | 0.47% | - |
| HSV(B) | 254.32º | 0.97% | 0.9% | - |
| XYZ | 16.29 | 6.88 | 75.33 | - |
| YUV | 49.16 | 230.06 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 230 | 0.73 | 0.97 | 0 | 0.10 | 254.32 | 0.93 | 0.47 |
| Hex | 3D | 8 | E6 | 49 | 61 | 0 | A | FE | 5D | 2F |
| Octal | 75 | 10 | 346 | 111 | 141 | 0 | 12 | 376 | 135 | 57 |
| Binary | 111101 | 1000 | 11100110 | 1001001 | 1100001 | 0 | 1010 | 11111110 | 1011101 | 101111 |
Color Harmonies of #3D08E6
Complementary color
Monochromatic Colors of #3D08E6
Black with #3D08E6
Text Example
Text Example
White with #3D08E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D08E6; }
p { color: rgb(61,8,230); }
H1.HeaderClassName
{
color: #3D08E6;
}
.AnyTagClassName
{
color: #3D08E6;
}
</style>
background-color css
<style>
a { background-color: #3D08E6; }
a { background-color: rgb(61,8,230); }
div.DivClassName
{
background-color: #3D08E6;
}
.BgClassName
{
background-color: #3D08E6;
}
</style>
border-color css
<style>
span { border-color: #3D08E6; }
span { border-color: rgb(61,8,230); }
td.TdClassName
{
border-color: #3D08E6;
}
.TagClassName
{
border-color: #3D08E6;
}
</style>